aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake/vcpkg_execute_required_process_repeat.cmake
AgeCommit message (Collapse)Author
2021-02-09[(z_)vcpkg_prettify_command(_line)] Scripts Tree Audit (#16130)nicole mazzuca
* [vcpkg_prettify_command] Audit * rename file * rename out-var in docs * fix file path * add internal use message to docs * escapin' in z_vcpkg_prettify_command_line * regenerate docs
2020-12-01[vcpkg docs] Check for documentation generation in CI (#14614)nicole mazzuca
* [vcpkg docs] Change how documenting port functions works Instead of using `##`, use comment blocks for documentation. Also, add some minor docs and change RST -> MD so we actually get docs generated. * add CI stuff * regenerate docs * fix vcpkg_find_acquire_program to not use _execute_process
2020-10-26[vcpkg] Fix more cases of semicolon mishandling in "scripts" - follow-up to ↵Joachim Gehweiler
PR #12926 (#13968)
2019-07-01[vcpkg] Use spaces instead of semicolons in the output (#7080)Leonid Pospelov
* Use spaces instead of semicolons in the output * Add prettify_command macro * Move pretty_command macro to a separate file
2017-03-20[vcpkg-qmake] Tidy qmake-based builds. Search for qmake.exe inside tools.Robert Schumacher
2016-10-25incorrect error file variableBarath Kannan
2016-10-25need a function to repeatedly build up to a number of failures, since qt ↵Barath Kannan
builds are so flaky