summaryrefslogtreecommitdiff
path: root/Modules/GetPrerequisites.cmake
Commit message (Expand)AuthorAgeFilesLines
* GetPrerequisites: Ignore relative paths printed by lddĐoàn Trần Công Danh2023-02-201-1/+1
* GetPrerequisties: pass "-a" only to grep.Mehdi Chinoune2022-03-251-1/+3
* GetPrerequisites: Support CMAKE_OBJDUMP with .exe extensionDaniel Schlegel2021-09-281-1/+1
* Modules: Fix typos and spelling in documentationJosef Angstenberger2021-05-071-1/+1
* Merge topic 'macos-include-weak-dependencies'Brad King2021-01-211-1/+1
|\
| * GetPrerequisites: Include weak macOS dependenciesBianca van Schaik2021-01-201-1/+1
* | Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-5/+6
|/
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-1/+1
* GetPrerequisites: Classify vcruntime libraries as systemErr0rC0deX2020-03-191-3/+3
* GetPrerequisites: match ldd output on SolarisJon Chronopoulos2019-08-211-1/+1
* GetPrerequisites: use CMAKE_OBJDUMP if it is setRolf Eike Beer2019-06-191-1/+3
* GetPrerequisites: Add deprecation noticeKyle Edwards2019-06-101-0/+4
* GetPrerequisites: fix regression in gp_append_uniqueBen Boeckel2019-06-041-1/+1
* GetPrerequisites: use if(IN_LIST) instead of foreachBen Boeckel2019-05-231-10/+6
* GetPrerequisites: Fix handling of executable scriptsAlexander Grund2019-01-051-0/+9
* GetPrerequisites: Allow prefixed toolsAlexander Grund2018-12-311-10/+10
* GetPrerequisites: Add GET_PREREQUISITES_VERBOSE to set verboseAlexander Grund2018-12-311-0/+7
* GetPrerequisites: Don't use hardcoded name for otoolAlexander Grund2018-12-301-1/+1
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-163/+164
* GetPrerequisites: Move dylibs from MacOS to Frameworks folder in bundleHarry Mallon2018-07-241-14/+4
* Modules: Remove paths set as global Unix prefixesChristian Pfeiffer2017-11-201-2/+0
* GetPrerequisites: Restore behavior on missing binary of not clearing listBrad King2017-09-261-1/+0
* GetPrerequisites: Do not warn about non-absolute UCRT system librariesBrad King2017-06-261-1/+1
* GetPrerequisites: Only recurse on resolved unseen prerequisitesGuillaume Dumont2017-05-111-1/+5
* Modules: Add x32-abi support to hard-coded pathsSteven Newbury2017-03-071-1/+1
* GetPrerequisites: also try to resolve just the basenameMichael Maltese2017-02-221-0/+5
* Merge topic 'get_prerequisites_delayload'Brad King2017-01-121-0/+14
|\
| * GetPrerequisites: Exclude delay load dependencies on WindowsPascal Thomet2017-01-111-0/+14
* | GetPrerequisites: Do not fail on files we cannot findMartin Koegler2017-01-111-0/+2
|/
* GetPrerequisites: Fix call to find_program for `ri` toolMartin Koegler2016-12-121-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* GetPrerequisites: Recognize absolute paths to UCRT system librariesBrad King2016-09-081-2/+2
* Merge topic 'GetPrerequisites-fix-regression'Brad King2016-08-151-2/+6
|\
| * GetPrerequisites: Fix regression in gp_resolved_file_typeBrad King2016-08-121-2/+6
| * GetPrerequisites: fix typo in commentRolf Eike Beer2016-06-221-1/+1
* | GetPrerequisites: Always filter objdump output as textAlexander Shishenko2016-08-081-1/+1
* | Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-1/+1
* | GetPrerequisites: fix typo in commentRolf Eike Beer2016-06-231-1/+1
* | GetPrerequisites: Optimize on Windows by filtering `objdump` outputLaurent Tarrisse2016-06-211-1/+5
|/
* GetPrerequisites: Look for VS tools using registry entries (#16108)Brad King2016-05-251-0/+7
* GetPrerequisites: Look for VS tools using environment variablesBrad King2016-04-081-0/+7
* GetPrerequisites: add path of VS 10,11,12,14 in order to find dumpbin.exeFARBOS Arnaud2016-04-081-0/+4
* GetPrerequisites: Fix gp_resolved_file_type on non-canonical pathsBrad King2016-03-081-0/+2
* GetPrerequisites: Define api-ms-win-* files as system libraries (#15691)André Klitzing2016-01-191-2/+2
* GetPrerequisites: Optionally filter "objdump" output for speedBill Somerville2015-07-311-0/+8
* GetPrerequisites: Add error checks for execute_process() callsBill Somerville2015-07-311-0/+30
* Modules: Check for ARGC before using ARGV#Daniele E. Domenichelli2015-02-271-12/+24
* GetPrerequisites: Update output matching for newer 'file' versionsMarcus Meissner2015-02-231-0/+7
* GetPrerequisites: join if() clausesRolf Eike Beer2014-11-251-18/+4
* GetPrerequisites: remove needless variable dereferencingRolf Eike Beer2014-11-251-15/+15