1. 30 Dec, 2015 12 commits
  2. 24 Dec, 2015 1 commit
  3. 23 Dec, 2015 4 commits
  4. 23 Sep, 2015 1 commit
  5. 15 Aug, 2015 3 commits
  6. 09 Aug, 2015 2 commits
    • Martin's avatar
      Add solution and projects for Visual Studio 2015. · 13d7483e
      Martin authored
      Also, add x64 solution platform and DebugStatic/ReleaseStatic solution &
      project configurations, generating static libraries.
      Reset output and intermediate directories and filenames to VS defaults.
      Adjust preprocessor definitions (LIBCONFIG_STATIC / LIBCONFIG_EXPORTS,
      _USRDLL) for the static configurations.
      13d7483e
    • Martin's avatar
      Support Visual Studio 2015. · 909b06c0
      Martin authored
      909b06c0
  7. 17 May, 2015 5 commits
  8. 20 Mar, 2015 1 commit
    • Frank Zago's avatar
      Recognize long integers without the need for L extension · add43147
      Frank Zago authored
      A value is recognized as CONFIG_TYPE_INT if it's only numbers, and
      CONFIG_TYPE_INT64 if it's numbers followed by L or LL. However from a
      user point of view adding L or LL is confusing. Instead, if the
      integer is too big to fit in an int, return a CONFIG_TYPE_INT64. This
      also avoid silent truncation.
      add43147
  9. 19 Mar, 2015 2 commits
  10. 20 Sep, 2014 3 commits
  11. 01 Jun, 2014 1 commit
  12. 28 May, 2014 2 commits
  13. 27 May, 2014 1 commit
  14. 26 May, 2014 2 commits