index
:
clyne/entityx
master
remove-std-iterator
serialize
EntityX - A fast, type-safe C++ Entity-Component system
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2014-12-24
CMake fix for AppleClang.
Alec Thomas
2014-12-15
Added CMake Find_Package script and debug suffix
Mario Liebisch
2014-12-07
add CMAKE_INSTALL_LIBDIR
Jason Pleau
2014-12-02
Add SONAME. Fixes #65.
Alec Thomas
2014-10-27
Fix RPATH issue on OSX.
Alec Thomas
2014-10-27
Configurable delta time type via -DENTITYX_DT_TYPE=<type>.
Alec Thomas
2014-10-13
Correct project name definition at CMakeLists.txt
kumar8600
2014-10-12
Merge pull request #53 from kumar8600/patch-2
Alec Thomas
2014-10-12
Make true default ENTITY_BUILD_SHARED
kumar8600
2014-10-12
Define project name on CMakeLists.txt
kumar8600
2014-07-10
Add /MDd flag for MSVC debug target
Israël Hallé
2014-07-07
Maybe fix the build?
Alec Thomas
2014-05-05
1.0.0alpha1 release.
Alec Thomas
2014-05-03
Add -g to release builds.
Alec Thomas
2014-03-04
Switch to Catch testing framework.
Alec Thomas
2014-03-02
Use raw pointers for components, allocated from pools.
Alec Thomas
2014-03-02
Removed Manager. Add EntityX class. Largely eradicate use of shared_ptr.
Alec Thomas
2014-02-13
Fixed compile issues on Windows with Visual Studio 2013.
Jarrett Chisholm
2014-01-19
Add pkg-config source file
Zack Hovatter
2013-12-20
Move Python support to https://github.com/alecthomas/entityx_python
Alec Thomas
2013-12-20
Event delivery to/from Python and C++.
Alec Thomas
2013-11-04
Moved stdlib=libc++ test into CMakeLists.txt. Made further modifications to R...
Antony Woods
2013-10-31
Line endings fix?
Antony Woods
2013-10-29
Fixed a compiler error with std::chrono::duration
Antony Woods
2013-10-16
Fixed invalid header in python files. Now using chrono instead of boost timer...
Antony Woods
2013-10-16
First pass at replacing boost with c++11 features
Antony Woods
2013-10-04
Add `Dependency<C, D1, D2...>` System for automatic component
Alec Thomas
2013-09-04
Performance improvements + emitting events from Python.
Alec Thomas
2013-08-22
Switch from boost::signal to embedded Simple::Signal.
Alec Thomas
2013-08-21
Revert "Switch to boost::signals2."
Alec Thomas
2013-08-21
Switch to boost::signals2.
Alec Thomas
2013-08-19
Fix build.
Alec Thomas
2013-08-19
Add Doxygen file.
Alec Thomas
2013-08-16
Add Python based scripting system (still experimental).
Alec Thomas
2013-04-03
All Manager classes are now managed by smart pointers.
Alec Thomas
2013-04-02
Remove Components*, moved to tags/ in a previous change.
Alec Thomas
2013-04-02
Allow shared_ptr implementation to be selected.
Alec Thomas
2013-04-02
Add support for Travis-CI.
Alec Thomas
2013-04-01
Include gtest (as per gtest recommendations).
Alec Thomas
2013-03-24
Remove unused flag that broke clang 3.x.
Alec Thomas
2013-03-11
Add some benchmarks.
Alec Thomas
2013-03-11
Some breaking changes to Entity management.
Alec Thomas
2013-02-27
Update cmake conf for testing.
Lars Pensjö
2013-01-06
Make testing optional.
Alec Thomas
2012-10-24
Name shared library entityx (rather than ..._shared).
Alec Thomas
2012-10-24
README updates.
Alec Thomas
2012-10-20
Implemented unified entity iteration and component unpacking.
Alec Thomas
2012-10-20
More README updates.
Alec Thomas
2012-10-19
More install cleanup.
Alec Thomas
2012-10-19
A bunch of minor build fixes. Started README.
Alec Thomas
[next]