John Wellbelove
|
4fe242baff
|
Renamed base class MAX_SIZE to CAPACITY to avoid name clash with top level classes.
|
2017-06-21 19:43:09 +01:00 |
|
John Wellbelove
|
111a85a3e7
|
Removed redundant line.
|
2017-06-19 19:58:32 +01:00 |
|
John Wellbelove
|
62a70884bf
|
Updated some definitions to use those from C++11 <type_traits if available.
|
2017-06-18 14:53:46 +01:00 |
|
John Wellbelove
|
bc7c3e4426
|
Merge remote-tracking branch 'origin/memcpy_containers' into development
# Conflicts:
# test/test_string_char.cpp
# test/test_string_u16.cpp
# test/test_string_u32.cpp
# test/test_string_wchar_t.cpp
|
2017-06-17 16:39:45 +01:00 |
|
John Wellbelove
|
97ead6fc27
|
Added repair functions to allow certain containers to copied with low level functions such as memcpy.
|
2017-06-17 15:33:04 +01:00 |
|
John Wellbelove
|
d89e244fac
|
Renamed some classes for be compatible with C++11 standards.
|
2017-06-17 08:57:11 +01:00 |
|
jwellbelove
|
8a6de78bfa
|
Experimental etl::vector with 'fixup()'
|
2017-06-16 12:43:44 +01:00 |
|
John Wellbelove
|
bb7a142ba4
|
Disabled random.csv output file.
|
2017-06-14 23:47:36 +01:00 |
|
John Wellbelove
|
2858a078de
|
Removed experimental files.
|
2017-06-14 23:36:22 +01:00 |
|
John Wellbelove
|
889add0db6
|
Fixed sort() so that it is now 'stable'.
Fixed return value type for const_iterator::operator->() in etl::list
|
2017-06-14 23:35:56 +01:00 |
|
John Wellbelove
|
30b7f1698d
|
Updated version to 9.1.5
|
2017-06-14 20:28:26 +01:00 |
|
John Wellbelove
|
4bc0b58c3c
|
Added hash functors for top level string classes.
|
2017-06-14 20:26:58 +01:00 |
|
John Wellbelove
|
6e4ba564a2
|
Added 'typename'
|
2017-06-13 17:32:44 +01:00 |
|
John Wellbelove
|
2674a81fa2
|
Experimental container memcpy support
|
2017-06-12 23:51:27 +01:00 |
|
John Wellbelove
|
7aeb8636c7
|
Experimental versions
|
2017-06-12 23:46:51 +01:00 |
|
John Wellbelove
|
6df2adf079
|
reference_wrapper test
|
2017-06-12 23:35:11 +01:00 |
|
John Wellbelove
|
6a69089bfe
|
Conditional compilation for hash functions.
|
2017-06-12 23:16:37 +01:00 |
|
John Wellbelove
|
14b25fc3f2
|
Conditional compilation for hash functions.
|
2017-06-12 23:08:49 +01:00 |
|
John Wellbelove
|
6c512e261c
|
Conditional compilation for hash functions.
|
2017-06-12 22:59:36 +01:00 |
|
John Wellbelove
|
560ce6fc25
|
Retargetted solution
|
2017-06-12 22:46:08 +01:00 |
|
John Wellbelove
|
3bbed492d6
|
Retargetted solution (reverted from commit 9040f8bf9b41fc67e296e98a9f070e15ee237ead)
|
2017-06-12 22:39:23 +01:00 |
|
John Wellbelove
|
909fc87515
|
Renamed key_value_parameter_t to key_parameter_t
|
2017-06-12 22:27:20 +01:00 |
|
jwellbelove
|
855601484d
|
Removed unused variable.
|
2017-06-12 12:49:44 +01:00 |
|
jwellbelove
|
113a561596
|
Removed erronious 'const' and '&' from 'key_value_parameter_t' parameters, as for non-fundamental types they will already be 'const &'.
|
2017-06-12 12:30:19 +01:00 |
|
jwellbelove
|
fe0467e8b7
|
Fixed alignment helper issues for targets that don't support 8 bit types.
|
2017-06-08 09:03:13 +01:00 |
|
jwellbelove
|
dfd4309a0a
|
Added experimental FSM template.
|
2017-05-25 10:12:50 +01:00 |
|
jwellbelove
|
3bb2b5fed6
|
Added experimental FSM template.
|
2017-05-24 16:16:50 +01:00 |
|
jwellbelove
|
a0f3b45643
|
Added experimental FSM template.
|
2017-05-24 16:12:32 +01:00 |
|
jwellbelove
|
75aa032e68
|
Added experimental FSM template.
|
2017-05-24 15:21:05 +01:00 |
|
jwellbelove
|
fe19f3b25a
|
Removed ETL_NO_CHECKS #define
|
2017-05-24 15:20:39 +01:00 |
|
jwellbelove
|
99dd26be64
|
Merge remote-tracking branch 'origin/master' into development
|
2017-05-19 12:34:07 +01:00 |
|
jwellbelove
|
67a7c38773
|
Added AppVeyor label to icon
|
2017-05-19 11:57:20 +01:00 |
|
jwellbelove
|
9e7addd55e
|
Re-added Appveyor build icon
|
2017-05-19 11:45:10 +01:00 |
|
jwellbelove
|
112327b071
|
Modified file path for uintest source files to get Appveyor running correctly.
|
2017-05-19 11:29:59 +01:00 |
|
jwellbelove
|
b083fcfd5b
|
Class diagram update
|
2017-05-16 13:44:02 +01:00 |
|
jwellbelove
|
b4bb889730
|
Preliminary class diagram for list and flat map classes.
|
2017-05-15 12:12:10 +01:00 |
|
jwellbelove
|
4d6ace6145
|
Preliminary class diagram for list classes.
|
2017-05-15 11:01:18 +01:00 |
|
John Wellbelove
|
383525aa4e
|
Merge remote-tracking branch 'origin/development'
|
2017-05-09 20:54:31 +01:00 |
|
John Wellbelove
|
b46616d3be
|
Updated VS2017 & Code::Blocks projects.
|
2017-05-09 20:53:53 +01:00 |
|
jwellbelove
|
a144f22679
|
Renamed 'intrusive' flat maps & sets to 'reference' to better reflect their true nature.
|
2017-05-09 09:02:02 +01:00 |
|
John Wellbelove
|
2b3d9c7089
|
Update README.md
|
2017-05-09 00:33:44 +01:00 |
|
John Wellbelove
|
90ebb973d3
|
Update README.md
|
2017-05-09 00:15:51 +01:00 |
|
John Wellbelove
|
3c52cd1242
|
Merge remote-tracking branch 'origin/master'
|
2017-05-08 22:44:26 +01:00 |
|
John Wellbelove
|
fe640ce8ef
|
Merge remote-tracking branch 'origin/development'
# Conflicts:
# src/cyclic_hash.h
# test/codeblocks/ETL.cbp
|
2017-05-08 22:43:34 +01:00 |
|
John Wellbelove
|
7f43d719e9
|
Update README.md
|
2017-05-08 21:07:22 +01:00 |
|
John Wellbelove
|
80fa5130a1
|
Update README.md
|
2017-05-08 21:06:15 +01:00 |
|
John Wellbelove
|
eee9b97f77
|
Update README.md
|
2017-05-08 21:05:38 +01:00 |
|
John Wellbelove
|
f3fcfe7b7f
|
Update README.md
|
2017-05-08 21:05:18 +01:00 |
|
John Wellbelove
|
b41b8a94e5
|
Update README.md
|
2017-05-08 21:03:58 +01:00 |
|
John Wellbelove
|
e4643c7923
|
Update README.md
|
2017-05-08 20:53:38 +01:00 |
|