{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":742106162,"defaultBranch":"main","name":"CPM.cmake","ownerLogin":"ScottBailey","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-01-11T19:18:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/380917?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1724932203.0","currentOid":""},"activityList":{"items":[{"before":"298d7525773957c329eefc9526496798adf1953b","after":null,"ref":"refs/heads/bailey/boost_1.85","pushedAt":"2024-08-29T11:50:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"}},{"before":null,"after":"298d7525773957c329eefc9526496798adf1953b","ref":"refs/heads/bailey/boost_1.86","pushedAt":"2024-08-29T11:50:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Boost example to 1.86","shortMessageHtmlLink":"Boost example to 1.86"}},{"before":"ed2b8006ead4fd7ac2443609b513ef251d648b85","after":"298d7525773957c329eefc9526496798adf1953b","ref":"refs/heads/bailey/boost_1.85","pushedAt":"2024-08-29T11:49:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Boost example to 1.86","shortMessageHtmlLink":"Boost example to 1.86"}},{"before":null,"after":"ed2b8006ead4fd7ac2443609b513ef251d648b85","ref":"refs/heads/bailey/boost_1.85","pushedAt":"2024-08-03T14:39:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Update to v1.85.0","shortMessageHtmlLink":"Update to v1.85.0"}},{"before":"8b67fe23447a564d0cff45e94547a23c114109b5","after":"0bc73f41cedb561efe5643826891dcb705c680de","ref":"refs/heads/main","pushedAt":"2024-08-03T14:16:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Additional search path for patch.exe (#581)\n\n* Additional search path for patch.exe\r\n\r\n* Style","shortMessageHtmlLink":"Additional search path for patch.exe (cpm-cmake#581)"}},{"before":"0f4e325ff06cf9187745bde07da295d504d75491","after":"0da4665f3ee774c1f0b6de534bb4dee2cfe751a0","ref":"refs/heads/fix_win_patch_search_hints_location","pushedAt":"2024-07-31T11:50:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Style","shortMessageHtmlLink":"Style"}},{"before":null,"after":"0f4e325ff06cf9187745bde07da295d504d75491","ref":"refs/heads/fix_win_patch_search_hints_location","pushedAt":"2024-07-31T11:43:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Additional search path for patch.exe","shortMessageHtmlLink":"Additional search path for patch.exe"}},{"before":"76ca48690bb66de37febf1a4cf74f523d016fa6e","after":"8b67fe23447a564d0cff45e94547a23c114109b5","ref":"refs/heads/main","pushedAt":"2024-07-31T11:25:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"replace deprecated calls to FetchContent_Populate (#570)\n\n* replace deprecated calls to FetchContent_Populate\r\n\r\nThe single argument signature for FetchContent_Populate is deprecated with CMake 3.30.\r\nIt was used, in order to call add_subdirectory manually with the EXCLUDE_FROM_ALL and SYSTEM flags.\r\nThese have been added to FetchContent_Declare with 3.25 and 3.28.\r\nCalling FetchContent_MakeAvailable will internally call add_subdirectory with EXCLUDE_FROM_ALL and SYSTEM.\r\nThere is therefore no need to call this manually.\r\n\r\n* fix: OPTIONS passed to CPMAddPackage not set\r\n\r\nwhere previously parsed in cpm_add_subdirectory which is not called\r\non the new code path.\r\n\r\n* refactor: remove an unnecessary else branch\r\n\r\n* ci: include cmake 3.30 in test matrix\r\n\r\n* fix: forward SOURCE_SUBDIR to FetchContent_Declare\r\n\r\nFor CMake version <3.28 this is done by calling add_subdirectory manually.\r\nFor newer version FetchContent_Declare/MakeAvailable handles this for us.\r\n\r\n* fix: only set options if download_only is false\r\n\r\nthis replicates the old behaviour\r\n\r\n* fix: DOWNLOAD_ONLY test\r\n\r\n* refactor: always use *_Populate to reduce code paths\r\n\r\n* Revert \"refactor: always use *_Populate to reduce code paths\"\r\n\r\nThis reverts commit 0e8ca2a0e92d1c2035a64d3d1e365325b1279ef9.\r\n\r\n---------\r\n\r\nCo-authored-by: Avus <48911667+Avus@users.noreply.github.com>","shortMessageHtmlLink":"replace deprecated calls to FetchContent_Populate (cpm-cmake#570)"}},{"before":"d867587bff53ff4160a62e35e54a60dc73ea4034","after":"4a1b63eac0ade0e67c9044be83baad56d03b6f23","ref":"refs/heads/bailey/sqlite_example","pushedAt":"2024-07-30T17:44:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"standards","shortMessageHtmlLink":"standards"}},{"before":"25dad150bd5fc5486cc221aa0b56b5a8fb3de630","after":"d867587bff53ff4160a62e35e54a60dc73ea4034","ref":"refs/heads/bailey/sqlite_example","pushedAt":"2024-07-30T17:43:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Add working sqlite example.","shortMessageHtmlLink":"Add working sqlite example."}},{"before":null,"after":"25dad150bd5fc5486cc221aa0b56b5a8fb3de630","ref":"refs/heads/bailey/sqlite_example","pushedAt":"2024-07-30T17:34:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Add working sqlite example.","shortMessageHtmlLink":"Add working sqlite example."}},{"before":"523c14a1c8b2f9625c0d5c55d2d3deb3c529da74","after":"9347302ec99e68171a64210e412e4bea9cdd3741","ref":"refs/heads/keyword_PATCHES","pushedAt":"2024-06-09T02:20:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Added an example and improved comment for cpm_add_patches.","shortMessageHtmlLink":"Added an example and improved comment for cpm_add_patches."}},{"before":"5ed5dfe678d27613e62e16db4cac532a7df0c333","after":"523c14a1c8b2f9625c0d5c55d2d3deb3c529da74","ref":"refs/heads/keyword_PATCHES","pushedAt":"2024-06-03T17:56:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Use get_filename_component() in place of cmake_path() for use with all cmake versions 3.14 and above.","shortMessageHtmlLink":"Use get_filename_component() in place of cmake_path() for use with al…"}},{"before":"ceef053562290b56dc5a8c3cae9d9274f4c6e217","after":"5ed5dfe678d27613e62e16db4cac532a7df0c333","ref":"refs/heads/keyword_PATCHES","pushedAt":"2024-04-25T14:35:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Integration tests for PATCHES command.","shortMessageHtmlLink":"Integration tests for PATCHES command."}},{"before":"311cd3f46b02be9e41c9a9e4278ce37597174ff6","after":"ceef053562290b56dc5a8c3cae9d9274f4c6e217","ref":"refs/heads/keyword_PATCHES","pushedAt":"2024-04-24T16:47:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"cmake-format: add PATCHES to CPMAddPackage.","shortMessageHtmlLink":"cmake-format: add PATCHES to CPMAddPackage."}},{"before":"779328486b030ac59b083032c5604eda3e143074","after":"311cd3f46b02be9e41c9a9e4278ce37597174ff6","ref":"refs/heads/keyword_PATCHES","pushedAt":"2024-04-24T01:44:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Move cpm_add_patches() outside if/else scopes.","shortMessageHtmlLink":"Move cpm_add_patches() outside if/else scopes."}},{"before":"43953635496f39843b7361b17a949b3199e6513c","after":"779328486b030ac59b083032c5604eda3e143074","ref":"refs/heads/keyword_PATCHES","pushedAt":"2024-04-23T19:41:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Formatting fix.","shortMessageHtmlLink":"Formatting fix."}},{"before":null,"after":"43953635496f39843b7361b17a949b3199e6513c","ref":"refs/heads/keyword_PATCHES","pushedAt":"2024-04-23T19:22:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Adding PATCHES keyword.","shortMessageHtmlLink":"Adding PATCHES keyword."}},{"before":"0370507fedc6e16b43f69d8eb4add888b2fc1208","after":"76ca48690bb66de37febf1a4cf74f523d016fa6e","ref":"refs/heads/main","pushedAt":"2024-04-23T14:27:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Remove 'bug' from comment (#555)\n\n* Remove 'bug' from comment\r\n\r\n* Fix the styling\r\n\r\nOh gosh, I messed up the style...\r\n\r\n* Line endings","shortMessageHtmlLink":"Remove 'bug' from comment (cpm-cmake#555)"}},{"before":"9391ae030d9a51b80c6caaf756a38c824d77fbed","after":null,"ref":"refs/heads/update_boost_example_with_escapes","pushedAt":"2024-04-16T14:19:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"}},{"before":"7d2e6c4d55853ab87cf7adc3f7d2d02cfb75180b","after":"9391ae030d9a51b80c6caaf756a38c824d77fbed","ref":"refs/heads/update_boost_example_with_escapes","pushedAt":"2024-04-16T14:17:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Merge branch 'cpm-cmake:master' into update_boost_example_with_escapes","shortMessageHtmlLink":"Merge branch 'cpm-cmake:master' into update_boost_example_with_escapes"}},{"before":"9391ae030d9a51b80c6caaf756a38c824d77fbed","after":"7d2e6c4d55853ab87cf7adc3f7d2d02cfb75180b","ref":"refs/heads/update_boost_example_with_escapes","pushedAt":"2024-04-16T14:13:45.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Merge branch 'cpm-cmake:master' into update_boost_example_with_escapes","shortMessageHtmlLink":"Merge branch 'cpm-cmake:master' into update_boost_example_with_escapes"}},{"before":"a8144f511d734716e3991ce7ff6ba9a54055c661","after":"0370507fedc6e16b43f69d8eb4add888b2fc1208","ref":"refs/heads/main","pushedAt":"2024-04-16T14:13:02.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Custom cache directory name (#543)\n\n* Custom cache directory name\r\n\r\nEnable setting a custom directory name for cached packages.\r\nRequired if e.g. patch_command uses external variables or\r\njust to set a human readable name.\r\n\r\n* fixup! review comment CUSTOM_CACHE_DIR -> CUSTOM_CACHE_KEY\r\n\r\n* run cmake-format\r\n\r\n---------\r\n\r\nCo-authored-by: Olsson Gerhard \r\nCo-authored-by: Lars Melchior ","shortMessageHtmlLink":"Custom cache directory name (cpm-cmake#543)"}},{"before":"e6593edfa23b1b57a33d080acdd7598822b6cb3b","after":"9391ae030d9a51b80c6caaf756a38c824d77fbed","ref":"refs/heads/update_boost_example_with_escapes","pushedAt":"2024-02-05T15:06:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Merge branch 'cpm-cmake:master' into update_boost_example_with_escapes","shortMessageHtmlLink":"Merge branch 'cpm-cmake:master' into update_boost_example_with_escapes"}},{"before":"3c25130ffa790ab54bc417bccda9078907827de8","after":"a8144f511d734716e3991ce7ff6ba9a54055c661","ref":"refs/heads/main","pushedAt":"2024-02-05T15:06:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Update Boost example (#531)\n\n* Update CMake and main to add another library and download FASTER.\r\n\r\n* Apply style formatters\r\n\r\n* Update README.md's boost example and add information on determining source archive location at GitHub.\r\n\r\n* Update README.md\r\n\r\n---------\r\n\r\nCo-authored-by: Lars Melchior ","shortMessageHtmlLink":"Update Boost example (cpm-cmake#531)"}},{"before":"e6a1d14a0e30e15b663acf5df98440f9ed3a7fe2","after":"e6593edfa23b1b57a33d080acdd7598822b6cb3b","ref":"refs/heads/update_boost_example_with_escapes","pushedAt":"2024-02-02T18:19:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TheLartians","name":"Lars Melchior","path":"/TheLartians","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4437447?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"369f1316f67545e6ef115b317802bc7acedf6697","after":"3c25130ffa790ab54bc417bccda9078907827de8","ref":"refs/heads/main","pushedAt":"2024-02-02T16:39:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Feature/add missing packageproject options (#524)\n\n* Add missing packageproject options\r\n\r\n* Fix typos with codespell\r\n\r\n* Update test/style/CMakeLists.txt\r\n\r\nCo-authored-by: Lars Melchior \r\n\r\n* fix-cmake-format\r\n\r\n---------\r\n\r\nCo-authored-by: Lars Melchior ","shortMessageHtmlLink":"Feature/add missing packageproject options (cpm-cmake#524)"}},{"before":"369f1316f67545e6ef115b317802bc7acedf6697","after":null,"ref":"refs/heads/master","pushedAt":"2024-02-02T16:34:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"}},{"before":null,"after":"369f1316f67545e6ef115b317802bc7acedf6697","ref":"refs/heads/main","pushedAt":"2024-02-02T16:34:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Treat relative paths as relative to parent project's remote (#522)\n\n* Treat relative paths as relative to parent project's remote\r\n\r\n* replace unit test case with integration test\r\n\r\n* run relative URL test only on supported CMake versions (3.27)\r\n\r\n* omit cmake 2.25.x test runner as replaced by 2.27.x\r\n\r\n---------\r\n\r\nCo-authored-by: Chris Wright \r\nCo-authored-by: Lars Melchior ","shortMessageHtmlLink":"Treat relative paths as relative to parent project's remote (cpm-cmak…"}},{"before":"8b4bacb3857401c77666fe66cdd3a38e2d00bf5f","after":"e6a1d14a0e30e15b663acf5df98440f9ed3a7fe2","ref":"refs/heads/update_boost_example_with_escapes","pushedAt":"2024-02-02T16:12:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Merge branch 'master' into update_boost_example_with_escapes","shortMessageHtmlLink":"Merge branch 'master' into update_boost_example_with_escapes"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yOVQxMTo1MDowMy4wMDAwMDBazwAAAASnjIT0","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0wMlQxNjoxMjowMS4wMDAwMDBazwAAAAPwYcuY"}},"title":"Activity · ScottBailey/CPM.cmake"}