aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2021-06-25Add warning for unsupported configuration in MSVC.Joseph Davies
2020-05-01Make debug postfix optionaldeflinhec
2017-01-15turn off extensions (so that it uses c++11 instead of gnu++11)Jarrett Chisholm
2017-01-15update cmakeJarrett Chisholm
2017-01-15We don't need to specify c++11 flagJarrett Chisholm
2017-01-15fix C++11 feature checking for Microsoft Visual C++ Build Tools 2015Jarrett Chisholm
2016-12-22Fix copy&paste mistake in CMakeLists.txtsjaustirni
2016-10-29Use 'STATUS' message type for non-error messageslethal-guitar
2016-10-24Merge pull request #156 from asmw/cmake_includesAlec Thomas
2016-10-23Set build_interface directories for integrated buildsSumedha Widyadharma
2016-10-23Fix a typoSumedha Widyadharma
2016-04-13Fix running testsDaniel Guzmán
2016-04-13Dependencies for test projects addedDaniel Guzmán
2016-04-13Fix ident.Daniel Guzman
2016-04-10Fixed shared library compilation.Daniel Guzman
2015-12-25Fixes uint64_t ambigutity issue on compiling Benchmark_tests.cc on MSVCStephen Ma
2015-12-21Organize CMake generated projects into solution folders.Stephen Ma
2015-12-20Generate seperate debug postfix dll for building in debug.Stephen Ma
2015-12-20Remove use of quoted variables inside if and elseif blocks.Stephen Ma
2015-12-19Generate seperate debug postfix dll for building in debug.Stephen Ma
2015-04-25Don't require CMake 3.0.Alec Thomas
2015-04-25Bump to 1.1.2.Alec Thomas
2015-04-19update versions in CMakeLists.txtJason Pleau
2015-03-30Test that components aren't reused on deleted entities.Alec Thomas
2014-12-24CMake fix for AppleClang.Alec Thomas
2014-12-15Added CMake Find_Package script and debug suffixMario Liebisch
2014-12-07add CMAKE_INSTALL_LIBDIRJason Pleau
2014-12-02Add SONAME. Fixes #65.Alec Thomas
2014-10-27Fix RPATH issue on OSX.Alec Thomas
2014-10-27Configurable delta time type via -DENTITYX_DT_TYPE=<type>.Alec Thomas
2014-10-13Correct project name definition at CMakeLists.txtkumar8600
2014-10-12Merge pull request #53 from kumar8600/patch-2Alec Thomas
2014-10-12Make true default ENTITY_BUILD_SHAREDkumar8600
2014-10-12Define project name on CMakeLists.txtkumar8600
2014-07-10Add /MDd flag for MSVC debug targetIsraël Hallé
2014-07-07Maybe fix the build?Alec Thomas
2014-05-051.0.0alpha1 release.Alec Thomas
2014-05-03Add -g to release builds.Alec Thomas
2014-03-04Switch to Catch testing framework.Alec Thomas
2014-03-02Use raw pointers for components, allocated from pools.Alec Thomas
2014-03-02Removed Manager. Add EntityX class. Largely eradicate use of shared_ptr.Alec Thomas
2014-02-13Fixed compile issues on Windows with Visual Studio 2013.Jarrett Chisholm
2014-01-19Add pkg-config source fileZack Hovatter
2013-12-20Move Python support to https://github.com/alecthomas/entityx_pythonAlec Thomas
2013-12-20Event delivery to/from Python and C++.Alec Thomas
2013-11-04Moved stdlib=libc++ test into CMakeLists.txt. Made further modifications to R...Antony Woods
2013-10-31Line endings fix?Antony Woods
2013-10-29Fixed a compiler error with std::chrono::durationAntony Woods
2013-10-16Fixed invalid header in python files. Now using chrono instead of boost timer...Antony Woods
2013-10-16First pass at replacing boost with c++11 featuresAntony Woods