]> code.bitgloo.com Git - clyne/entityx.git/log
clyne/entityx.git
12 years agoUpdate cmake conf for testing.
Lars Pensjö [Wed, 27 Feb 2013 06:10:03 +0000 (07:10 +0100)]
Update cmake conf for testing.
Suppress error from signed comparison in gtest.h (-Wno-error=sign-compare).
Suppress error from unused variables (-Wno-error=unused-but-set-variable).
Add cmake flag BUILD_TESTING to the cached variables.
When building for testing, the include path to GTest shall be added.

12 years agoMake testing optional.
Alec Thomas [Sun, 6 Jan 2013 21:57:44 +0000 (16:57 -0500)]
Make testing optional.

12 years agoAdd Entity::exists() and EntityManager::get().
Alec Thomas [Sat, 27 Oct 2012 13:16:29 +0000 (09:16 -0400)]
Add Entity::exists() and EntityManager::get().

12 years agoAdd Entity class helper.
Alec Thomas [Wed, 24 Oct 2012 23:54:30 +0000 (19:54 -0400)]
Add Entity class helper.

This largely supplants the use of entity IDs.

12 years agoChange namespace entity -> entityx.
Alec Thomas [Wed, 24 Oct 2012 22:27:51 +0000 (18:27 -0400)]
Change namespace entity -> entityx.

12 years agoInclude updated.
Alec Thomas [Wed, 24 Oct 2012 21:28:25 +0000 (17:28 -0400)]
Include updated.

12 years agoName shared library entityx (rather than ..._shared).
Alec Thomas [Wed, 24 Oct 2012 21:24:11 +0000 (17:24 -0400)]
Name shared library entityx (rather than ..._shared).

12 years agoAdd C++ GitHub highlighting (hopefully).
Alec Thomas [Wed, 24 Oct 2012 21:19:42 +0000 (17:19 -0400)]
Add C++ GitHub highlighting (hopefully).

12 years agoAdd COPYING.
Alec Thomas [Wed, 24 Oct 2012 21:10:55 +0000 (17:10 -0400)]
Add COPYING.

12 years agoREADME updates.
Alec Thomas [Wed, 24 Oct 2012 21:07:08 +0000 (17:07 -0400)]
README updates.

12 years agoFix unpacking bug (segfault from lambda).
Alec Thomas [Wed, 24 Oct 2012 20:14:48 +0000 (16:14 -0400)]
Fix unpacking bug (segfault from lambda).

12 years agoAllow System's to be added pre-created to the SystemManager.
Alec Thomas [Mon, 22 Oct 2012 20:02:08 +0000 (16:02 -0400)]
Allow System's to be added pre-created to the SystemManager.

12 years agoConvert remaining bare pointers to shared_ptr.
Alec Thomas [Mon, 22 Oct 2012 18:16:43 +0000 (14:16 -0400)]
Convert remaining bare pointers to shared_ptr.

12 years agoConvert EntityManager::unpack() to use boost::shared_ptr.
Alec Thomas [Sun, 21 Oct 2012 01:05:51 +0000 (21:05 -0400)]
Convert EntityManager::unpack() to use boost::shared_ptr.

12 years agoImplemented unified entity iteration and component unpacking.
Alec Thomas [Sun, 21 Oct 2012 00:25:04 +0000 (20:25 -0400)]
Implemented unified entity iteration and component unpacking.

Continued working on docs.

12 years agoMore README updates.
Alec Thomas [Sat, 20 Oct 2012 15:17:28 +0000 (11:17 -0400)]
More README updates.

12 years agoMore install cleanup.
Alec Thomas [Fri, 19 Oct 2012 19:07:17 +0000 (15:07 -0400)]
More install cleanup.

12 years agoA bunch of minor build fixes. Started README.
Alec Thomas [Fri, 19 Oct 2012 18:48:55 +0000 (14:48 -0400)]
A bunch of minor build fixes. Started README.

12 years agoAdd C++11 feature checking to cmake.
Alec Thomas [Thu, 18 Oct 2012 17:21:06 +0000 (13:21 -0400)]
Add C++11 feature checking to cmake.

12 years agoMore attempts to get cmake build working.
Alec Thomas [Thu, 18 Oct 2012 16:54:12 +0000 (12:54 -0400)]
More attempts to get cmake build working.

12 years agoInitial import.
Alec Thomas [Fri, 21 Sep 2012 01:24:08 +0000 (21:24 -0400)]
Initial import.