1. 23 Apr, 2021 1 commit
  2. 12 Nov, 2020 2 commits
  3. 30 Oct, 2020 1 commit
  4. 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
  5. 02 Oct, 2020 4 commits
  6. 01 Oct, 2020 1 commit
  7. 03 Jul, 2020 1 commit
  8. 20 Dec, 2019 1 commit
  9. 18 Dec, 2019 6 commits
  10. 15 Dec, 2019 3 commits
  11. 03 Dec, 2019 1 commit
  12. 02 Dec, 2019 1 commit
  13. 21 Oct, 2019 2 commits
  14. 22 Aug, 2019 2 commits
  15. 14 Aug, 2019 3 commits
  16. 02 Aug, 2019 3 commits
  17. 26 Feb, 2019 1 commit
  18. 18 Feb, 2019 1 commit
  19. 25 Nov, 2018 1 commit
  20. 12 Nov, 2018 1 commit
  21. 10 Oct, 2018 3 commits