1. 21 6月, 2015 3 次提交
  2. 04 6月, 2015 1 次提交
  3. 03 6月, 2015 1 次提交
  4. 28 4月, 2015 1 次提交
  5. 27 4月, 2015 2 次提交
    • N
      fixed Makefile · ae2676e7
      Niels 提交于
      ae2676e7
    • N
      clean up · f874b5f0
      Niels 提交于
      - removed m_final member
      - parse_internal now takes a reference to a basic_json object to fill
      with data
      - header is automatically regenerated if re2c file is changed
      f874b5f0
  6. 26 4月, 2015 1 次提交
  7. 14 4月, 2015 1 次提交
    • D
      Fix compilation of json_unit with GCC 5 · ad6ad4ae
      Daniel Kopecek 提交于
      Addressing:
      ```
      + make json_unit
      g++ -std=c++11  -Wall -Wextra -pedantic -Weffc++ -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-overflow=5 -Wswitch -Wundef -Wno-unused -Wnon-virtual-dtor -Wreorder -Wdeprecated -Wfloat-equal  -I src -I test -Dprivate=public test/unit.cpp  -o json_unit
      In file included from test/catch.hpp:65:0,
                       from test/unit.cpp:11:
      /usr/include/c++/5.0.0/sstream:300:7: error: 'struct std::__cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>::__xfer_bufptrs' redeclared with different access
             struct __xfer_bufptrs
      ```
      ad6ad4ae
  8. 24 3月, 2015 1 次提交
  9. 23 3月, 2015 1 次提交
  10. 14 2月, 2015 1 次提交