Commit Graph

  • a362978f99 Bump to 0.2.31 v0.2.31 Duncan Ogilvie 2024-06-21 00:33:33 +02:00
  • a2f33297e4 Merge pull request #144 from build-cpp/msvc-runtime-subproject Duncan Ogilvie 2024-06-21 00:32:50 +02:00
  • 674c976647 Do not set CMAKE_MSVC_RUNTIME_LIBRARY if it's already set Duncan Ogilvie 2024-06-21 00:32:30 +02:00
  • 714a666e88 Merge pull request #143 from build-cpp/project-improvements Duncan Ogilvie 2024-06-01 01:25:26 +02:00
  • d613e433d5 Skip linting on pull requests for the same repository Duncan Ogilvie 2024-06-01 00:53:36 +02:00
  • 7c828d8740 Add custom targets for running cmkr/tests Duncan Ogilvie 2024-06-01 00:48:34 +02:00
  • 559f750c89 Fix undefined behavior with std::tolower/toupper Duncan Ogilvie 2024-05-31 22:45:43 +02:00
  • 4b6b72874e Remove nlohmann_json Duncan Ogilvie 2024-05-31 22:45:27 +02:00
  • 6bffa7cc71 Bump to 0.2.30 v0.2.30 Duncan Ogilvie 2024-05-31 22:36:39 +02:00
  • f415b432ed Also run linting on pull requests Duncan Ogilvie 2024-05-31 22:34:27 +02:00
  • 6c46664336 Merge pull request #142 from anthonyprintup/globbing-extension-fix Duncan Ogilvie 2024-05-31 22:31:18 +02:00
  • f32aac63aa Review improvements Duncan Ogilvie 2024-05-31 21:25:38 +02:00
  • 33d4cc4156 Fixed globbing when multiple extensions are present in the file name Anthony Printup 2024-05-30 00:36:14 +02:00
  • 9288c8a87d Bump to 0.2.29 v0.2.29 Duncan Ogilvie 2024-04-15 03:08:33 +02:00
  • e36eee4420 Merge pull request #140 from build-cpp/improved-conditions Duncan Ogilvie 2024-04-15 03:08:02 +02:00
  • 53820c9f65 Support $<condition> in unnamed conditions Duncan Ogilvie 2024-04-15 03:01:51 +02:00
  • ff7e4b8f23 Allow arbitrary CMake expressions as conditions Duncan Ogilvie 2024-04-15 02:12:02 +02:00
  • 1072cb44e2 Bump to 0.2.28 v0.2.28 Duncan Ogilvie 2024-04-14 00:08:11 +02:00
  • 926fc15fa2 Merge pull request #139 from build-cpp/vcpkg-bump Duncan Ogilvie 2024-04-14 00:06:00 +02:00
  • e2c929adb0 Fix out-of-the-box vcpkg experience on macos Duncan Ogilvie 2024-04-13 23:50:50 +02:00
  • 0dec7ca4d5 Bump to the latest vcpkg Duncan Ogilvie 2024-03-28 12:01:33 +01:00
  • 45e346b4a3 Bump to 0.2.27 v0.2.27 Duncan Ogilvie 2024-03-28 11:38:01 +01:00
  • 7165986190 Merge pull request #138 from build-cpp/find-package-first Duncan Ogilvie 2024-03-28 11:37:31 +01:00
  • be0ef6d615 Generate find-package before fetch-content Duncan Ogilvie 2024-03-28 11:36:15 +01:00
  • d607b9028c Bump to 0.2.26 v0.2.26 Duncan Ogilvie 2023-11-09 13:32:05 +01:00
  • 099b14552c Merge pull request #131 from build-cpp/fetch-subdir Duncan Ogilvie 2023-11-09 13:31:48 +01:00
  • 771c80a41a Add [fetch-content].subdir Duncan Ogilvie 2023-11-09 13:28:29 +01:00
  • 58c7de1d60 Merge pull request #129 from build-cpp/gitignore-improvement Duncan Ogilvie 2023-10-18 13:22:44 +02:00
  • a61e4bb999 Merge pull request #128 from build-cpp/language-documentation Duncan Ogilvie 2023-10-18 13:22:32 +02:00
  • 47aaeaf8ce Document the supported languages Duncan Ogilvie 2023-10-18 12:27:04 +02:00
  • 62609a0088 Improve the default .gitignore that's generated Duncan Ogilvie 2023-10-18 12:26:38 +02:00
  • e0d8a085db Merge pull request #121 from anthonyprintup/relative-paths Duncan Ogilvie 2023-09-22 16:13:03 +02:00
  • 56da4144ae Merge pull request #125 from anthonyprintup/fix-124 Duncan Ogilvie 2023-09-22 16:12:20 +02:00
  • 9388b3f29d Merge pull request #123 from anthonyprintup/quotes-fix Duncan Ogilvie 2023-09-22 16:12:07 +02:00
  • 079644cfeb fix(generator): Prevent calling std::string::back on an empty string Anthony Printup 2023-09-20 02:34:02 +02:00
  • a7ca9f04c0 fix(relative-paths): Replaced has_parent_path with a simpler path check Anthony Printup 2023-09-20 00:35:41 +02:00
  • 339c2aac94 fix(generator): Prevent command arguments from being quoted when generating tests Anthony Printup 2023-09-18 18:36:58 +02:00
  • c573c9a76d test(relative-paths): Add the test-library file to libs Anthony Printup 2023-09-18 17:49:01 +02:00
  • b24a0a2fdc test(relative-paths): Make link-libraries conditional to the Windows platform Anthony Printup 2023-09-18 17:48:17 +02:00
  • 854e8817c4 test(relative-paths): Remove inlined CMake from cmake.toml Anthony Printup 2023-09-18 17:46:08 +02:00
  • 1c2947b2fc fix(relative-paths): Prevent processing paths which may contain CMake macros, added a check to see if the library that's being linked exists on disk Anthony Printup 2023-09-18 17:35:46 +02:00
  • 19e61aa1aa test(relative-paths): Attempt to fix the tests workflow Anthony Printup 2023-09-18 16:41:37 +02:00
  • bfa1e1fe0d test(relative-paths): Added the latest relative-paths test to the tests workflow Anthony Printup 2023-09-18 15:49:17 +02:00
  • 56bd78f7ad feat(project-parser): Added support for relative paths in link-libraries Anthony Printup 2023-09-18 15:44:44 +02:00
  • 4362b3547f test(relative-paths): Added tests for #116 Anthony Printup 2023-09-18 15:43:46 +02:00
  • 08204d9847 Bump to 0.2.25 v0.2.25 Duncan Ogilvie 2023-09-16 18:51:01 +02:00
  • 2202aa8173 Merge pull request #120 from anthonyprintup/new-lines-fix Duncan Ogilvie 2023-09-16 18:49:45 +02:00
  • d3829fb6cd Trim additional new lines at the end of the generated CMakeLists.txt Anthony Printup 2023-09-16 16:49:59 +02:00
  • 3fb095210a Merge pull request #118 from ZehMatt/vcpkg-errors Duncan Ogilvie 2023-08-25 22:21:52 +02:00
  • 9f99365a25 Report better error messages for vcpkg projects and features ζeh Matt 2023-08-25 15:55:03 +03:00
  • be387141b5 Add a 'Compiler flags' example to the documentation Duncan Ogilvie 2023-07-09 19:24:32 +02:00
  • 09ded38f70 Merge pull request #115 from build-cpp/clang-cl-condition Duncan Ogilvie 2023-07-09 18:01:06 +02:00
  • ad90b1ad3e Add 'clang-cl' and 'clang-any' conditions Duncan Ogilvie 2023-07-09 16:15:42 +02:00
  • 5bfa03d311 Bump to 0.2.24 v0.2.24 Duncan Ogilvie 2023-06-12 18:28:44 +02:00
  • bdd9d393d6 Merge pull request #113 from build-cpp/editorconfig Duncan Ogilvie 2023-06-12 18:28:12 +02:00
  • 1deaec2b41 Add .editorconfig and linting Duncan Ogilvie 2023-06-12 18:20:42 +02:00
  • cfee3bbc14 Merge pull request #111 from anthonyprintup/fetch-content-system Duncan Ogilvie 2023-06-12 17:48:54 +02:00
  • bcaa60cabe feat: Added SYSTEM flag support to fetch-content Anthony Printup 2023-06-12 15:41:20 +02:00
  • 7b1d33395e Bump to 0.2.23 v0.2.23 Duncan Ogilvie 2023-03-25 11:25:18 +00:00
  • 240fafc102 Merge pull request #101 from build-cpp/minor-cleanup Duncan Ogilvie 2023-03-25 11:24:44 +00:00
  • 7a7ddf2699 Speed up the pipeline by using Ninja Duncan Ogilvie 2023-03-25 11:12:00 +00:00
  • 605a04e72d Fix formatting of files Duncan Ogilvie 2023-03-24 11:07:02 +00:00
  • fd7f078127 Add workflow for checking clang-format Duncan Ogilvie 2023-03-24 10:59:08 +00:00
  • ee0e0d71d9 Remove a bunch of dead code Duncan Ogilvie 2023-03-24 10:56:53 +00:00
  • 9d6897b572 Suppress warnings related to DOWNLOAD_EXTRACT_TIMESTAMP Duncan Ogilvie 2023-03-24 10:43:36 +00:00
  • f8c34e5545 Error when [vcpkg] is used from a non-root project Duncan Ogilvie 2023-03-24 10:43:17 +00:00
  • e6d783ea20 Fix a few clang-tidy warnings Duncan Ogilvie 2023-03-24 10:41:59 +00:00
  • ee7fe38a7b Merge pull request #100 from build-cpp/include-subdir-bugfix Duncan Ogilvie 2023-03-24 10:13:30 +00:00
  • 66b2aad843 Fix a bug where includes in a subdir would not work Duncan Ogilvie 2023-03-24 10:04:32 +00:00
  • d2e376080a Bump to 0.2.22 v0.2.22 Duncan Ogilvie 2023-03-09 21:36:11 +01:00
  • 634908c651 Merge pull request #97 from build-cpp/cmkr-init-regression Duncan Ogilvie 2023-03-09 21:35:25 +01:00
  • 33911f3f1b Fix a regression where cmkr init wouldn't create any source files Duncan Ogilvie 2023-03-09 21:35:11 +01:00
  • e650073bef Bump to 0.2.21 v0.2.21 Duncan Ogilvie 2023-03-08 09:48:40 +01:00
  • 96e44f7771 Merge pull request #96 from build-cpp/check-sources Duncan Ogilvie 2023-03-08 09:47:43 +01:00
  • cb9ad5cdb3 Improve error messages and check if specified sources exist Duncan Ogilvie 2023-03-08 09:41:40 +01:00
  • c785b540d3 Document target templates Duncan Ogilvie 2023-03-08 09:01:39 +01:00
  • 275b73eefa Remove debug print Duncan Ogilvie 2023-03-02 08:43:45 +01:00
  • ea49a3acb7 Bump to 0.2.20 v0.2.20 Duncan Ogilvie 2023-02-28 21:31:18 +01:00
  • 257e14c869 Merge pull request #93 from build-cpp/gitattributes Duncan Ogilvie 2023-02-28 21:30:34 +01:00
  • 7508816fe7 Merge pull request #94 from build-cpp/user-experience Duncan Ogilvie 2023-02-28 21:27:11 +01:00
  • 45678bc5bc Automatically generate .gitattributes and .gitignore with cmkr init Duncan Ogilvie 2023-02-28 19:45:18 +01:00
  • b869e5646f Add a special "root" value for [options] Duncan Ogilvie 2023-02-28 19:34:31 +01:00
  • a499df84b1 Bump to 0.2.19 v0.2.19 Duncan Ogilvie 2023-02-28 17:11:55 +01:00
  • 49440f99e0 Merge pull request #92 from build-cpp/improved-options Duncan Ogilvie 2023-02-20 02:13:50 +01:00
  • 0c19c3da0c Improve the code related to [options] Duncan Ogilvie 2023-02-19 20:08:19 +01:00
  • 233cadadd0 Merge pull request #90 from mike1k/sanity Duncan Ogilvie 2023-02-20 01:31:47 +01:00
  • 58a5a935e5 Add a bunch of missing languages and extensions and refactor Duncan Ogilvie 2023-02-20 01:18:48 +01:00
  • e69427bf94 Merge pull request #91 from build-cpp/clang-condition Duncan Ogilvie 2023-02-19 22:30:15 +01:00
  • bc6359805d Change the clang condition to not detect clang-cl Duncan Ogilvie 2023-02-19 22:23:34 +01:00
  • 8dcc11e349 Add helper function Project::cmake_minimum_version for version-dependent features Duncan Ogilvie 2023-02-19 22:19:12 +01:00
  • 51dc49e6f1 Improve CI performance for non-tagged builds Duncan Ogilvie 2023-02-19 20:06:58 +01:00
  • 7d27c28b59 Fixed failing tests due to implicit project languages (internal list empty) mike 2023-02-08 19:41:13 -06:00
  • ae6bea3b58 Improve reference documentation Duncan Ogilvie 2023-01-28 11:57:22 +01:00
  • 5a0eda7abc Automatically generate release notes Duncan Ogilvie 2023-01-15 13:34:16 +01:00
  • f17923c18b Bump to 0.2.18 v0.2.18 Duncan Ogilvie 2023-01-14 21:28:17 +01:00
  • ad17890e23 Merge pull request #85 from build-cpp/settings-rename Duncan Ogilvie 2023-01-14 21:14:12 +01:00
  • c0b98b3ef4 Add documentation for the [variables] section Duncan Ogilvie 2023-01-14 18:12:57 +01:00
  • 2c6fc569af Preserve backwards compatibility Duncan Ogilvie 2023-01-14 16:11:00 +01:00
  • 12ee23a44c Improve error messages Duncan Ogilvie 2023-01-14 15:52:19 +01:00
  • 82342a6b6f Rename [settings] to [variables] Duncan Ogilvie 2023-01-14 15:51:57 +01:00