Michele Caini
957697c383
review: delegate (see #101 and #102 )
2018-06-18 17:10:31 +02:00
Michele Caini
107eb72225
updated TODO
2018-06-18 13:25:34 +02:00
Michele Caini
810b77f9da
use null entity everywhere
2018-06-18 08:34:27 +02:00
Michele Caini
5e3bc2049b
clean up
2018-06-14 14:48:19 +02:00
Michele Caini
229500347d
review: process scheduler
2018-06-14 14:46:39 +02:00
Michele Caini
1f461db0a1
minor changes
2018-06-13 23:33:47 +02:00
Malte
6c55aafee3
Export CMake Config file and "modernize" CMake scripts ( #87 )
...
* CMake modifications and Config file generation
* CMake minor style changes
* Get rid of commented lines, fix indentation
* Respect Windows conventions for CMake config directory, Fix error with Config Version file, Export CMake package
* Add CMake option for use of ENTT_COMPILE_OPTIONS, Add CMake option for using libc++, Remove from EnTT target and move it to test targets
* Fix indentation
* Fix indentation (again)
* Fix Windows problems with compile option -Wall in not using it on Windows
* Improved generator expression
The problem with -Wall is not due to the platform but due to the compiler MSVC
* Set compatibility for ConfigVersion file to AnyNewerVersion, Add PATH_VARS CMAKE_INSTALL_INCLUDE_DIR of configure_package_config_file, Remove redundant options, correct target_include_directory for INSTALL_INTERFACE, set the Version in EnTTConfig file and check CMake version
* Add missing closing brace, Add a special config file for the build tree
2018-06-13 14:04:05 +02:00
Michele Caini
d57e55b719
improved sort
2018-06-12 22:32:11 +02:00
Michele Caini
bf772e5fe5
docs
2018-06-12 13:00:33 +02:00
Michele Caini
413f3356ce
updated README
2018-06-12 08:46:05 +02:00
Michele Caini
f147326fe0
typo
2018-06-11 14:50:43 +02:00
Michele Caini
30c59644b6
minor changes
2018-06-11 13:57:37 +02:00
Michele Caini
3fa5acf2e6
updated TOC
2018-06-11 08:26:53 +02:00
Michele Caini
3e6ded8823
more on destroy
2018-06-11 08:24:48 +02:00
Michele Caini
612017aaa2
null entity
2018-06-11 08:23:07 +02:00
Michele Caini
ef57d7e7b6
removed wrong noexcept
2018-06-10 00:10:12 +02:00
Michele Caini
a8d0db5036
updated README
2018-06-09 23:51:57 +02:00
Michele Caini
ad6b5f8fc1
fixed tests
2018-06-09 23:51:48 +02:00
Michele Caini
e3cb6a0aec
minor changes
2018-06-09 21:58:49 +02:00
Sztergbaum Roman
cbf18a7dc4
fix warning on windows C4267 ( #97 )
2018-06-09 21:49:33 +02:00
Michele Caini
01559410a9
updated TODO
2018-06-09 12:26:59 +02:00
Michele Caini
f2ab94fa7f
added operator[] to sparse set and views
2018-06-09 00:36:22 +02:00
Michele Caini
d7394a8369
more on prototype
2018-06-08 23:03:05 +02:00
Michele Caini
9feef11d6f
cleanup + tests
2018-06-08 22:58:12 +02:00
Michele Caini
dc4e5ddc3c
review: iterators (sparse set/view)
2018-06-08 22:30:50 +02:00
Michele Caini
8600781bb6
fixed doc + minor changes
2018-06-08 19:04:19 +02:00
Michele Caini
bdc7bbdc9d
DefaultPrototype depends on DefaultRegistry now
2018-06-06 14:39:56 +02:00
Michele Caini
73badef594
updated gtest ( #92 )
2018-06-06 13:42:09 +02:00
Michele Caini
9474e6c08c
updated prototype ( #91 )
2018-06-05 08:38:27 +02:00
Michele Caini
653ded0e6f
updated version
v2.6.1
2018-06-04 08:52:10 +02:00
Michele Caini
e34bec7dee
cloning an entity is no longer allowed
2018-06-04 08:49:13 +02:00
Michele Caini
610b560fb5
typo
2018-06-03 22:24:45 +02:00
Michele Caini
0a03ddb8a7
typo
2018-06-03 22:17:06 +02:00
Michele Caini
f31790631a
fixed include
2018-06-03 22:10:33 +02:00
Michele Caini
e07128760e
review: prototype ( #89 )
2018-06-03 19:06:12 +02:00
Michele Caini
dd02ae313d
minor changes
2018-06-02 17:06:44 +02:00
Michele Caini
d14b0b6843
updated version
v2.6.0
2018-05-30 22:46:47 +02:00
Michele Caini
f763c8a777
docs
2018-05-30 22:40:06 +02:00
Michele Caini
4231b040d8
documented an already existent feature ( #86 )
2018-05-30 22:19:04 +02:00
Michele Caini
67c587e673
updated README.md
2018-05-23 23:35:39 +02:00
Michele Caini
3978e24fd8
added CONTRIBUTING.md
2018-05-23 23:12:23 +02:00
Michele Caini
c45de0c032
tests + bug fixing
2018-05-23 12:28:10 +02:00
Michele Caini
ff935efea1
updated README
2018-05-23 12:27:53 +02:00
Michele Caini
808464f47d
more on save/restore ( #67 )
2018-05-23 12:26:53 +02:00
Michele Caini
c986a6c4dd
added clone functionality
2018-05-22 22:49:24 +02:00
Michele Caini
17c0479343
minor changes
2018-05-22 22:45:09 +02:00
Michele Caini
d93238912a
workaround for an ICE of g++-5 (see #79 )
2018-05-18 09:27:57 +02:00
Michele Caini
d6ef0956e6
performance improvements
2018-05-17 17:47:02 +02:00
Michele Caini
05db0aad29
fixed constness of iterators' member functions
2018-05-16 17:04:44 +02:00
Michele Caini
89bbdfa1fe
benchmark: clean up
2018-05-16 16:59:45 +02:00