David Cole
|
e93a4b4d34
Avoid adding self as prerequisite. (#10417)
|
15 gadi atpakaļ |
David Cole
|
90add6b504
Refine formatting for cmake --help-module output.
|
15 gadi atpakaļ |
David Cole
|
af0c719b9a
Merge branch 'patches/docBundleUtilities'
|
15 gadi atpakaļ |
Todd Gamblin
|
2cde67a781
Modules: Fix spelling 'To distributed' -> 'To distribute'
|
15 gadi atpakaļ |
Clinton Stimpson
|
9306f1beee
Fix regression in 5e6634fd77969433a87c150a2fb3f2079131484f for Windows.
|
15 gadi atpakaļ |
Clinton Stimpson
|
e6f8a86368
Fix bug 10418 - GetPrerequisites returning "not" as a dependency.
|
15 gadi atpakaļ |
Michael Wild
|
51cc86167b
Improve documentation of GetPrerequisites.cmake
|
15 gadi atpakaļ |
Michael Wild
|
beda5eab39
ENH: Hook in GetPrerequisites to override item type
|
15 gadi atpakaļ |
David Cole
|
e28941b6d7
Consider a windows directory named syswow* a 'system' directory for GetPrerequisites.cmake purposes.
|
16 gadi atpakaļ |
David Cole
|
b5265c2475
Fix issue #9395 - only return true for .exe files on Windows from the is_file_executable function. Makes behavior of this function conceptually consistent with Mac and Linux behavior. Thanks to Clinton Stimpson for the patch.
|
16 gadi atpakaļ |
Brad King
|
3a666595c9
Convert CMake non-find modules to BSD License
|
16 gadi atpakaļ |
David Cole
|
fe0b121da9
Overhaul GetPrerequisites and BundleUtilities: make fixup_bundle do something useful on Windows and Linux.
|
16 gadi atpakaļ |
Bill Hoffman
|
24bff45d1b
BUG: make sure list is not size 0 before sort
|
17 gadi atpakaļ |
David Cole
|
86ded1ba58
ENH: Activate GetPrerequisites code on Linux. Thanks to Mike Arthur for finishing it off.
|
17 gadi atpakaļ |
Bill Hoffman
|
43837fb3e1
ENH: do not add the same thing to the PATH again and again
|
17 gadi atpakaļ |
David Cole
|
6f8bdd276c
ENH: Add BundleUtilities.cmake and supporting changes to GetPrerequisites.cmake. Function copy_and_fixup_bundle in BundleUtilities helps to make standalone bundle applications on the Mac by pulling in prerequisite non-system libraries and frameworks as needed. Uses otool and install_name_tool to do analysis and fixups. Project-specific hooks for deciding where to embed libraries and for resolving item names into full path file names are also provided.
|
17 gadi atpakaļ |
Brad King
|
80d045b01e
ENH: When GetPrerequisites.cmake runs dumpbin while running inside the VS IDE environment make sure the tool does not produce extra output.
|
17 gadi atpakaļ |
David Cole
|
31efe9e9f6
ENH: Add script GetPrerequisites.cmake to help analyze what shared libraries executable files depend on. Primary uses are to determine what shared libraries should be copied into Mac OSX bundle applications to create standalone bundles apps and to determine what shared library files need to be installed for an executable to run on any platform. Requires native platform tools dumpbin, otool and ldd to generate results.
|
17 gadi atpakaļ |