16 Commits

Author SHA1 Message Date
John Wellbelove
ceef10dc93 Disabled copy constructor.
Added interface assignment operator.
2016-01-14 18:31:43 +00:00
John Wellbelove
0423a14033 Fixed missing copy constructor. 2016-01-13 18:56:04 +00:00
John Wellbelove
fff1b4d7d4 Greater compliance with C++ spec. 2016-01-09 11:22:31 +00:00
John Wellbelove
31a22d93af Moved call to initialise() to after construction completed. 2016-01-09 10:05:14 +00:00
John Wellbelove
16a1978f43 Added link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +00:00
John Wellbelove
a31cae151d Fixed serious error where etl::vector would always allocate N^2 storage instead of N. 2015-09-13 21:13:53 +01:00
jwellbelove
410109d72c Complete rewrite of aligned storage functionality and subsequent changes to the containers. 2015-03-15 16:29:46 +00:00
jwellbelove
ae385d5561 Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
jwellbelove
282103acca Updated comments. 2015-02-18 22:57:40 +00:00
jwellbelove
adb0b9a5b5 Modified to use constructed/destructed elements 2015-01-24 19:42:12 +00:00
jwellbelove
b446011d71 Changed to stddef.h 2014-12-08 20:19:01 +00:00
jwellbelove
896ec105dc Modified parameter types 2014-11-19 18:38:39 +00:00
jwellbelove
21cfc811cf Added 'swap' 2014-11-06 12:54:00 +00:00
jwellbelove
1108b9e5c7 Updates for Code::Blocks and CodeLite
Updates so that Code::Blocks and CodeLite can compile the tests.
Made include guards upper case.
2014-11-05 17:41:17 +00:00
jwellbelove
5383373b18 Modified comments 2014-11-01 15:25:43 +00:00
jwellbelove
bbb9b303e9 Added vector class 2014-10-31 15:55:54 +00:00