1. 27 Apr, 2021 2 commits
  2. 23 Apr, 2021 1 commit
  3. 12 Dec, 2020 1 commit
  4. 12 Nov, 2020 2 commits
  5. 30 Oct, 2020 1 commit
  6. 03 Oct, 2020 1 commit
    • Suthiro's avatar
      Addressing the request to prepare the VS2017 solution for building x64 configuration. · 35682e7c
      Suthiro authored
      Detailed changelog (for all projects):
      Fixed (disabled) "enable full optimization (/O2)" parameter in debug mode.
      Added x64 platform and configured.
      Added and configured two new build configurations: Debug_Static and Release_Static. These configurations provide static libraries with statically linked MSVC runtime (/MT and /MTd switches).
      Depending on configuration, output files now have suffixes: Release - no (i.e. libconfig.lib), Debug - d (i.e. libconfigd.lib), Release_Static - s (i.e. libconfigs.lib), Debug_Static - ds (i.e. libconfigds.lib).
      Redirected the output of intermediate build files to \temp\(Platform)\(Project)\(Configuration) to enable the possibility of error-free batch build.
      Redirected the output of final build files to \build\(Platform).
      Added postbuild event for all applicable examples to copy appropriate *.cfg files also into \build\(Platform).
      Added few VS-related lines to .gitignore for convenience.
      35682e7c
  7. 02 Oct, 2020 4 commits
  8. 01 Oct, 2020 1 commit
  9. 03 Jul, 2020 1 commit
  10. 20 Dec, 2019 1 commit
  11. 18 Dec, 2019 6 commits
  12. 15 Dec, 2019 3 commits
  13. 03 Dec, 2019 1 commit
  14. 02 Dec, 2019 1 commit
  15. 21 Oct, 2019 2 commits
  16. 22 Aug, 2019 2 commits
  17. 14 Aug, 2019 3 commits
  18. 02 Aug, 2019 3 commits
  19. 26 Feb, 2019 1 commit
  20. 18 Feb, 2019 1 commit
  21. 25 Nov, 2018 1 commit
  22. 12 Nov, 2018 1 commit