15 Commits (e49353f457edbf03204de39cc1758db50696cb02)

Author SHA1 Message Date
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. 10 years ago
  Sam Hocevar 398ee1b4d5 base: use lol::array in most places. 10 years ago
  Sam Hocevar 7b8e56c730 base: fix array initialiser and add more unit tests. 10 years ago
  Sam Hocevar 59a157a58c build: port solution to VS2013. Muahahaha. 10 years ago
  Sam Hocevar 90786652e8 base: fix Array::Insert to avoid copying the whole array and add a unit test. 10 years ago
  Sam Hocevar ef0bd031ab base: Array::Remove(int) now accepts a negative index to remove elements 11 years ago
  Sam Hocevar 94acb0f519 build: the “fuck you, Apple” commit; work around three different 11 years ago
  Sam Hocevar 5ea012c192 base: add Array::Swap() method and the corresponding unit test. 11 years ago
  Sam Hocevar 3973f80a9d base: fix a nasty double free issue in Array::Remove(). 12 years ago
  Benjamin ‘Touky’ Huet c7219ff1dd New year copyright update. 12 years ago
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. 12 years ago
  Sam Hocevar d0dbbde159 core: allow to concatenate arrays, and add unit tests for that. 12 years ago
  Sam Hocevar 82aaaae62c core: the Array class now properly works with non-POD types. 12 years ago
  Sam Hocevar 0315413285 core: rename Array::Append() to Array::Push() for brevity and arbitrary 12 years ago
  Sam Hocevar c9520d2aca test: add unit tests for the Array class. 12 years ago