Commit Graph

25 Commits (master)

Author SHA1 Message Date
Daniel Kolesa 89719ba08a do not use add_global_arguments to allow subproject use 2020-09-21 03:06:34 +02:00
Daniel Kolesa 4b560b54f4 less bad compiler warnings handling 2020-09-19 04:19:20 +02:00
Daniel Kolesa 5091022e4a rename generated tests executables to prevent conflict 2018-12-02 03:32:38 +01:00
Daniel Kolesa 466b80b96b meson: fix build 2018-10-28 02:47:54 +02:00
Daniel Kolesa d4573427d9 meson: do not set global cxxflags
this is so that libostd can work as a subproject
2018-10-28 00:53:58 +02:00
Daniel Kolesa 3906e5f1ee build: add meson as the new buildsystem for libostd 2018-10-27 23:49:49 +02:00
Daniel Kolesa b885e57fdb improved threaded test runner 2017-04-24 18:18:10 +02:00
Daniel Kolesa d359e46818 add some basic unit test infra to allow testing together with impl 2017-04-23 17:57:01 +02:00
Daniel Kolesa 3a21c86a7e remove obsolete tests 2017-01-24 23:42:10 +01:00
Daniel Kolesa b66c684add add trailing newlines 2016-02-07 21:19:20 +00:00
Daniel Kolesa f0b4c61806 add -Wshadow to default tests cxxflags 2016-01-25 19:27:45 +00:00
Daniel Kolesa 9b11c1d319 convert IsSame to template variable 2016-01-12 22:24:40 +00:00
Daniel Kolesa e89448af70 add vector push_n 2015-08-01 20:16:03 +01:00
Daniel Kolesa ede7e3f8b6 don't use strcmp in tests 2015-07-21 21:46:43 +01:00
Daniel Kolesa 1c4f04757d mv the octa directory too 2015-07-13 20:10:29 +01:00
Daniel Kolesa 8ddbccc94f namespace octa -> namespace ostd 2015-07-13 20:07:14 +01:00
Daniel Kolesa 41c0ac0fdd return a pointer from the "at" methods (which is nullptr on non-existent items) 2015-06-28 22:16:13 +01:00
Daniel Kolesa 36c264b4b0 make .cc the extension for source files and .hh the extension for header files 2015-06-28 15:39:04 +01:00
Daniel Kolesa 9677274b3f each -> iter 2015-06-26 21:01:16 +01:00
Daniel Kolesa d6d0ff3e8d tests for utility.h 2015-06-06 18:22:10 +01:00
Daniel Kolesa 67600c4637 first -> front, last -> back 2015-06-01 01:13:37 +01:00
Daniel Kolesa 77f7fed0df more tests + cleaner test runner 2015-05-31 15:50:09 +01:00
Daniel Kolesa a03058391c more vector tests 2015-05-30 16:19:29 +01:00
Daniel Kolesa a33eb18ec3 initial example vector tests 2015-05-30 02:57:35 +01:00
Daniel Kolesa 4dc42a1270 initial testing stuff 2015-05-30 02:51:37 +01:00