Histórico de commits

Autor SHA1 Mensagem Data
  Vankata453 ece5200d1e `Parser`: Allow specifying custom depth for optimization 5 meses atrás
  Ingo Ruhnke 6829f58196 Remove USE_LOCALE, no longer necessary with C++20 1 ano atrás
  Ingo Ruhnke 8a1264a676 Fix missing override declaration 2 anos atrás
  Ingo Ruhnke 84c5089e6f Fix compiler warnings 4 anos atrás
  Ingo Ruhnke f217c002af Use `enum class` for Value::Type 6 anos atrás
  Ingo Ruhnke 01afe5a541 Reduce variable reuse in test cases 6 anos atrás
  Ingo Ruhnke 24cccd6ca4 Add test for real with scientific notation 6 anos atrás
  Ingo Ruhnke b35e51f4ed Keep track of line numbers inside sexp::Value (very cheap, as it uses bytes previously used for padding) 9 anos atrás
  Ingo Ruhnke 949070afe1 Added sexp::Value::is_array() 9 anos atrás
  Ingo Ruhnke e65f40f3c8 Added default constructor to avoid -Weffc++ warning 9 anos atrás
  Ingo Ruhnke b57ea11308 Made locale support optional and added `cmake -DUSE_LOCALE=ON` to enable it 9 anos atrás
  Ingo Ruhnke 8b29529122 Added test for number-like symbols, e.g. "5.6.6" 9 anos atrás
  Ingo Ruhnke b87f1bddd7 Added tests for negative numbers 9 anos atrás
  Ingo Ruhnke 90340ba8a5 Added test cases for locale safety (currently failing) 9 anos atrás
  Ingo Ruhnke 2bdf4d0e8e Implemented array type 9 anos atrás
  Ingo Ruhnke bf64f6d4db Added fancy variadic template Value::list() factory 9 anos atrás
  Ingo Ruhnke 8db355cddb Added Parser::from_string/stream_many(), added error throw on trailing data 9 anos atrás
  Ingo Ruhnke 64036c9098 Use shorter sx name instead of sexpr 9 anos atrás
  Ingo Ruhnke 5a30151563 Some more name and copyright header cleanup 9 anos atrás
  Ingo Ruhnke b9e1dccc35 Renamed sexp::SExpr to sexp::Value 9 anos atrás
  Ingo Ruhnke 04cb62f582 Rearanged directory layout and renamed library to SExp, headers are now in include/sexp/ 9 anos atrás
  Ingo Ruhnke fbb1931b64 Some more improvments to printing of expressions 9 anos atrás
  Ingo Ruhnke 509185b4b0 Fixed printing of (foo . bar) style expressions 9 anos atrás
  Ingo Ruhnke c7e82bc7bf Benchmark and test cases 9 anos atrás