7 коммитов (cfeaeabf2df5c46d9dcecc35600873c86ba14b41)

Автор SHA1 Сообщение Дата
  Sam Hocevar 968f7c92bb Get rid of String::format in favour of a std::string version. 8 лет назад
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. 11 лет назад
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. 11 лет назад
  Sam Hocevar 7e9f926c43 base: switch map, hash, array2d and array3d to lowercase, like standard 11 лет назад
  Benlitz 5f72c16f60 base: map methods can now take any type of object that is equatable to the key type and can be hashed by the key type specialization of the Hash class (and added string/char const* compatibility) 12 лет назад
  Benjamin ‘Touky’ Huet c7219ff1dd New year copyright update. 13 лет назад
  Sam Hocevar d49bb04d20 build: rename “core” directory to “base” because the former is used for core 13 лет назад
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. 13 лет назад
  Sam Hocevar b03411e30a core: make hash operators const. 13 лет назад
  Sam Hocevar 397c7f2fda core: implement hashing functions for half, float and double. 13 лет назад
  Sam Hocevar 46cf14e37c core: allow hashing of String objects. 13 лет назад
  Sam Hocevar 0149c30df4 core: refactor the Hash class so that we can hash base types, too. 13 лет назад