Michele Caini
5ec38b44b0
Update README.md
2019-03-20 08:24:22 +01:00
Michele Caini
862c85387c
Update README.md
2019-03-01 08:32:38 +01:00
Michele Caini
02e7fc0bca
updated README
2019-02-27 15:11:53 +01:00
Michele Caini
51ba46970e
updated README ( close #191 )
2019-02-27 15:07:57 +01:00
Michele Caini
0417ea23c3
updated README
2019-02-25 23:11:59 +01:00
Michele Caini
ea3b2c4713
fixed link to patreon
2019-02-20 09:42:36 +01:00
Michele Caini
1325f75e81
updated links
2019-01-23 15:37:15 +01:00
Michele Caini
da42de7ac8
updated copyright
2019-01-02 15:36:14 +01:00
ceeac
a88fd1c669
Fix compile error when compiling example with GCC8 ( #170 )
2018-12-16 13:48:23 +01:00
Michele Caini
72d4e947b6
Conan: Add CI setup #163
2018-12-05 14:51:56 +01:00
Michele Caini
41750c3639
typo
2018-11-30 14:56:48 +01:00
Michele Caini
af9e6dea68
review: doc
2018-10-25 22:28:56 +02:00
Michele Caini
234949a627
updated contributors list
2018-10-08 22:52:17 +02:00
Michele Caini
ff34671526
typos
2018-10-07 22:33:39 +02:00
Michele Caini
18254c30ec
Update README.md
2018-10-07 22:07:27 +02:00
Michele Caini
618a325057
reflection system
2018-10-05 13:38:22 +02:00
Michele Caini
d81cb7f866
EnTT v3 (draft)
2018-09-30 14:04:39 +02:00
Michele Caini
282cb60a66
added link to patreon
2018-09-29 23:02:10 +02:00
Michele Caini
58dbac4422
fixed typo
2018-09-03 10:24:05 +02:00
Michele Caini
53e228465b
Update README.md
2018-09-02 23:28:48 +02:00
Michele Caini
bf10cbc70b
review: documentation
2018-09-01 14:57:06 +02:00
Michele Caini
13250887fa
review: dependency
2018-08-22 15:51:13 +02:00
Michele Caini
4116e2d6ac
added some projects to the entt-in-action list
2018-08-19 14:23:31 +02:00
Michele Caini
ccda429bf1
Update README.md
2018-07-23 12:10:48 +02:00
Michele Caini
241827dd80
added gitter badge
2018-07-20 22:03:24 +02:00
Michele Caini
77b4e0b4bd
EnTT in action: Face Smash
2018-07-18 15:01:36 +02:00
Michele Caini
d0fd756f6b
logo + review doc
2018-07-12 15:30:52 +02:00
Michele Caini
0e68bb3d2c
added entt::label
2018-07-07 13:40:20 +02:00
Michele Caini
d5b3933752
updated README (added a note on EnTT and shared libraries - see #111 )
2018-07-05 16:14:42 +02:00
Michele Caini
0b7206a92d
review: README
2018-07-04 13:42:37 +02:00
David Kalnischkies
48f4feb7a7
Fix README: identifiers are accessed via type<>()
2018-07-02 13:29:03 +02:00
Michele Caini
10a7c54364
runtime view
2018-06-28 14:31:04 +02:00
Michele Caini
f8310b1296
added monostate (built-in config system)
2018-06-23 19:43:22 +02:00
Michele Caini
d810e0ba7d
review ident
2018-06-22 09:59:03 +02:00
Michele Caini
957697c383
review: delegate (see #101 and #102 )
2018-06-18 17:10:31 +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
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
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
a8d0db5036
updated README
2018-06-09 23:51:57 +02:00
Michele Caini
e34bec7dee
cloning an entity is no longer allowed
2018-06-04 08:49:13 +02:00
Michele Caini
e07128760e
review: prototype ( #89 )
2018-06-03 19:06:12 +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
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