index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
GetPrerequisites.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'get_prerequisites_delayload'
Brad King
2017-01-12
1
-0/+14
|
\
|
*
GetPrerequisites: Exclude delay load dependencies on Windows
Pascal Thomet
2017-01-11
1
-0/+14
*
|
GetPrerequisites: Do not fail on files we cannot find
Martin Koegler
2017-01-11
1
-0/+2
|
/
*
GetPrerequisites: Fix call to find_program for `ri` tool
Martin Koegler
2016-12-12
1
-2/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-13/+3
*
GetPrerequisites: Recognize absolute paths to UCRT system libraries
Brad King
2016-09-08
1
-2/+2
*
Merge topic 'GetPrerequisites-fix-regression'
Brad King
2016-08-15
1
-2/+6
|
\
|
*
GetPrerequisites: Fix regression in gp_resolved_file_type
Brad King
2016-08-12
1
-2/+6
|
*
GetPrerequisites: fix typo in comment
Rolf Eike Beer
2016-06-22
1
-1/+1
*
|
GetPrerequisites: Always filter objdump output as text
Alexander Shishenko
2016-08-08
1
-1/+1
*
|
Use string(APPEND) in Modules
Daniel Pfeifer
2016-07-27
1
-1/+1
*
|
GetPrerequisites: fix typo in comment
Rolf Eike Beer
2016-06-23
1
-1/+1
*
|
GetPrerequisites: Optimize on Windows by filtering `objdump` output
Laurent Tarrisse
2016-06-21
1
-1/+5
|
/
*
GetPrerequisites: Look for VS tools using registry entries (#16108)
Brad King
2016-05-25
1
-0/+7
*
GetPrerequisites: Look for VS tools using environment variables
Brad King
2016-04-08
1
-0/+7
*
GetPrerequisites: add path of VS 10,11,12,14 in order to find dumpbin.exe
FARBOS Arnaud
2016-04-08
1
-0/+4
*
GetPrerequisites: Fix gp_resolved_file_type on non-canonical paths
Brad King
2016-03-08
1
-0/+2
*
GetPrerequisites: Define api-ms-win-* files as system libraries (#15691)
André Klitzing
2016-01-19
1
-2/+2
*
GetPrerequisites: Optionally filter "objdump" output for speed
Bill Somerville
2015-07-31
1
-0/+8
*
GetPrerequisites: Add error checks for execute_process() calls
Bill Somerville
2015-07-31
1
-0/+30
*
Modules: Check for ARGC before using ARGV#
Daniele E. Domenichelli
2015-02-27
1
-12/+24
*
GetPrerequisites: Update output matching for newer 'file' versions
Marcus Meissner
2015-02-23
1
-0/+7
*
GetPrerequisites: join if() clauses
Rolf Eike Beer
2014-11-25
1
-18/+4
*
GetPrerequisites: remove needless variable dereferencing
Rolf Eike Beer
2014-11-25
1
-15/+15
*
BundleUtilities: Resolve & replace @rpath placeholders
Adam Strzelecki
2014-10-10
1
-9/+14
*
GetPrerequisites: Make sure dyld placeholders are prefixes
Adam Strzelecki
2014-10-10
1
-3/+3
*
Replace string(REGEX REPLACE) with string(REPLACE) where possible
Rolf Eike Beer
2014-04-14
1
-4/+4
*
GetPrerequisites: Preserve search path order from caller.
Clinton Stimpson
2013-11-14
1
-2/+4
*
Convert builtin help to reStructuredText source files
Kitware Robot
2013-10-15
1
-76/+129
*
VS: Avoid leaking child process output back to IDE (#14266)
Brad King
2013-07-16
1
-1/+0
*
GetPrerequisites: Add documentation for objdump
Michael Tänzer
2013-03-01
1
-0/+1
*
GetPrerequisites: Add support for objdump
Michael Tänzer
2013-02-28
1
-2/+18
*
GetPrerequisites: Move tool search paths up
Michael Tänzer
2013-02-28
1
-17/+18
*
GetPrerequisites: Mark file_cmd as advanced cache entry
Brad King
2012-08-14
1
-0/+1
*
Remove CMake-language block-end command arguments
Kitware Robot
2012-08-13
1
-97/+97
*
GetPrerequisites.cmake: detect executables built with the -pie linker flag.
Clinton Stimpson
2012-07-05
1
-0/+8
*
GetPrerequisites: Add support for @rpath on Mac OS X.
Clinton Stimpson
2012-01-20
1
-6/+11
*
GetPrerequisites: Add support for @rpath on Mac OS X.
Clinton Stimpson
2011-11-21
1
-3/+27
*
Usage: Add missing exepath argument in get_prerequisites documentation.
Nicolas Despres
2011-10-23
1
-1/+1
*
BundleUtilities: Fix regex to extract dependents from ldd (#12034)
Clinton Stimpson
2011-05-31
1
-1/+1
*
BundleUtilities: Work w/ non .app exes on Mac (#12034)
Clinton Stimpson
2011-05-27
1
-2/+2
*
Fixes to GetPrerequisites for cygwin
David Partyka
2010-10-27
1
-8/+28
*
Append the gp_tool path to the system PATH using native slashes.
David Partyka
2010-10-26
1
-0/+1
*
Remove unecessary TO_CMAKE_PATH for gp_cmd_dir.
David Partyka
2010-10-26
1
-1/+0
*
Switch to CMAKE_PATH when doing PATH comparisons on Windows.
David Partyka
2010-10-26
1
-2/+5
*
Fixed appending PATH to dumpbin tool from growing without bounds.
David Partyka
2010-10-25
1
-2/+10
*
Avoid adding self as prerequisite. (#10417)
David Cole
2010-09-08
1
-2/+23
*
Refine formatting for cmake --help-module output.
David Cole
2010-08-25
1
-6/+4
*
Merge branch 'patches/docBundleUtilities'
David Cole
2010-08-25
1
-110/+91
|
\
|
*
Improve documentation of GetPrerequisites.cmake
Michael Wild
2010-05-23
1
-110/+91
[next]