https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
0a005d2 Add FindALGLIB module. 11 August 2015, 14:56:04 UTC
422d3f6 Merge topic 'bootstrap-no-ninja' 4e3c7725 bootstrap: Do not build Ninja generator 11 August 2015, 12:47:12 UTC
9e51147 Merge topic 'global-generator-makefiles' 6d8a125e cmQtAutoGenerators: Prefer a generator to access global generator. 5f66900e cmGlobalGenerator: Port Find API to cmMakefile. c5b8841f cmGlobalGenerator: Create global targets from cmMakefiles. 8f75ea3b cmGlobalGenerator: Port global target creation to cmMakefile. 56f0540b cmGlobalGenerator: Port Configure-time check to cmMakefile. 19b546ef cmGlobalGenerator: Base final target property computation on Makefiles. f8be9ba9 cmGlobalGenerator: Base progress on Makefiles, not LocalGenerators. bc1097e3 cmExportLibraryDependenciesCommand: Port to cmMakefile. 204aecdf cmGlobalGenerator: Port configure-time code to cmMakefile. 3dd6f0a5 cmake: Port configure-time code to cmMakefile. 73e4df99 cmGlobalGenerator: Store a container of cmMakefiles. 19369937 cmGeneratorTarget: Port internal type to cmGeneratorTarget. 32f131b0 cmGeneratorTarget: Prefer the local generator to access the global. 11 August 2015, 12:47:10 UTC
6e5953e Merge topic 'use-generator-target' 29886ce7 cmTarget: Use a simpler delete algorithm. 197f4de1 cmTarget: Split storage of compile definitions from genexes. 44e071ae cmTarget: Split storage of compile features from genexes. 772ecef4 cmTarget: Split storage of compile options from genexes. 1f54bc1c cmTarget: Split storage of include directories from genexes. 7568199b cmTarget: Request only the link libraries where needed. 10040601 cmLinkImplementationLibraries: Move to namespace scope. d9da6ee2 cmLinkItem: Split to separate file. 27252b24 cmComputeLinkInformation: Simplify generator object access. 11 August 2015, 12:47:08 UTC
f33ccc2 Merge topic 'rm-Makefile-LocalGenerator' 1689c91d cmMakefile: Remove unused method. dd11f72c cmGlobalGenerator: Base exclusion computation on cmGeneratorTarget. 11 August 2015, 12:47:05 UTC
489ab9c CMake Nightly Date Stamp 11 August 2015, 04:01:05 UTC
4e3c772 bootstrap: Do not build Ninja generator The CMake bootstrap process uses Makefile generators so there is no need to build the Ninja generators during bootstrap. 10 August 2015, 17:26:52 UTC
2f16e60 Merge topic 'ninja-version-handling' 874e70bc Ninja: Prevent generating if installed Ninja version is too old. c5ac2b9d Ninja: Centralized required Ninja version numbers and comparisons. 10 August 2015, 13:13:24 UTC
815a2c0 Merge topic 'fix-process-error-handling' 203b20df cmcmd: Improve error handling when executing a process. b28b07db cmCTestCoverageHandle: Improve error handling. 10 August 2015, 13:13:22 UTC
16b889d Merge topic 'fix-get-filename-component' d035e968 get_filename_component: Fix bug where CACHE was ignored. 38ed5866 get_filename_component: Added initial tests for PROGRAM component. 772ca69f get_filename_component: Tests now check for proper CACHE usage. 10 August 2015, 13:13:20 UTC
3d0a719 Merge topic 'change-nmake-env-warning' afeb4eb2 nmake/jom: Only warn about bad VS environment if compiler not found. 10 August 2015, 13:13:18 UTC
e8592e5 Merge topic 'fix-TARGET_FILE-imported' 35aab9df Reject TARGET_PDB_FILE for imported targets instead of crashing 10 August 2015, 13:13:16 UTC
7979e25 CMake Nightly Date Stamp 10 August 2015, 04:01:09 UTC
874e70b Ninja: Prevent generating if installed Ninja version is too old. 09 August 2015, 17:51:35 UTC
c5ac2b9 Ninja: Centralized required Ninja version numbers and comparisons. 09 August 2015, 17:31:24 UTC
cf4bbf7 CMake Nightly Date Stamp 09 August 2015, 04:01:05 UTC
203b20d cmcmd: Improve error handling when executing a process. 08 August 2015, 05:06:27 UTC
b28b07d cmCTestCoverageHandle: Improve error handling. 08 August 2015, 04:28:38 UTC
101ba25 CMake Nightly Date Stamp 08 August 2015, 04:01:08 UTC
29886ce cmTarget: Use a simpler delete algorithm. This way, the methods can be moved without requiring a local algorithm. The containers use automatic storage. 07 August 2015, 19:55:17 UTC
197f4de cmTarget: Split storage of compile definitions from genexes. 07 August 2015, 15:06:19 UTC
44e071a cmTarget: Split storage of compile features from genexes. 07 August 2015, 15:06:18 UTC
772ecef cmTarget: Split storage of compile options from genexes. 07 August 2015, 15:06:17 UTC
1f54bc1 cmTarget: Split storage of include directories from genexes. 07 August 2015, 15:06:15 UTC
7568199 cmTarget: Request only the link libraries where needed. 07 August 2015, 15:06:15 UTC
3cefadb CMake Nightly Date Stamp 07 August 2015, 04:01:07 UTC
6d8a125 cmQtAutoGenerators: Prefer a generator to access global generator. 07 August 2015, 02:10:29 UTC
5f66900 cmGlobalGenerator: Port Find API to cmMakefile. 07 August 2015, 02:10:29 UTC
c5b8841 cmGlobalGenerator: Create global targets from cmMakefiles. 07 August 2015, 02:10:29 UTC
8f75ea3 cmGlobalGenerator: Port global target creation to cmMakefile. 07 August 2015, 02:10:29 UTC
56f0540 cmGlobalGenerator: Port Configure-time check to cmMakefile. This uses no generate-time state. 07 August 2015, 02:10:29 UTC
19b546e cmGlobalGenerator: Base final target property computation on Makefiles. 07 August 2015, 02:10:29 UTC
f8be9ba cmGlobalGenerator: Base progress on Makefiles, not LocalGenerators. 07 August 2015, 02:10:28 UTC
bc1097e cmExportLibraryDependenciesCommand: Port to cmMakefile. 07 August 2015, 02:10:28 UTC
204aecd cmGlobalGenerator: Port configure-time code to cmMakefile. 07 August 2015, 02:10:28 UTC
3dd6f0a cmake: Port configure-time code to cmMakefile. 07 August 2015, 02:10:28 UTC
73e4df9 cmGlobalGenerator: Store a container of cmMakefiles. For use at configure-time. 07 August 2015, 02:10:28 UTC
1936993 cmGeneratorTarget: Port internal type to cmGeneratorTarget. 07 August 2015, 02:10:28 UTC
32f131b cmGeneratorTarget: Prefer the local generator to access the global. 07 August 2015, 02:10:28 UTC
1004060 cmLinkImplementationLibraries: Move to namespace scope. 06 August 2015, 22:51:49 UTC
d9da6ee cmLinkItem: Split to separate file. 06 August 2015, 22:51:45 UTC
27252b2 cmComputeLinkInformation: Simplify generator object access. 06 August 2015, 22:51:40 UTC
1689c91 cmMakefile: Remove unused method. 06 August 2015, 22:32:15 UTC
dd11f72 cmGlobalGenerator: Base exclusion computation on cmGeneratorTarget. 06 August 2015, 22:32:15 UTC
d035e96 get_filename_component: Fix bug where CACHE was ignored. If PROGRAM_ARGS is provided to get_filename_component, fix bug where the command failed to honor the CACHE argument. Added test cases to RunCMake.get_filename_component that fail when the bug is not fixed to prevent regressions. Signed-off-by: James Johnston <johnstonj.public@codenest.com> 06 August 2015, 17:53:34 UTC
38ed586 get_filename_component: Added initial tests for PROGRAM component. The RunCMake.get_filename_component test now tests basic functionality of the PROGRAM component argument of get_filename_component. Signed-off-by: James Johnston <johnstonj.public@codenest.com> 06 August 2015, 17:53:25 UTC
772ca69 get_filename_component: Tests now check for proper CACHE usage. The RunCMake.get_filename_component test was improved to assert that each test variable outputted by get_filename_component is or is not a cache variable, as per the particular test. Signed-off-by: James Johnston <johnstonj.public@codenest.com> 06 August 2015, 17:53:12 UTC
afeb4eb nmake/jom: Only warn about bad VS environment if compiler not found. nmake and jom generators no longer warn about missing INCLUDE/LIB environment variables unless the C/CXX compiler cannot be found. This is useful if the user does not want to use these generators with the Visual C++ compiler, or they do not want to enable any language. 06 August 2015, 17:32:43 UTC
35aab9d Reject TARGET_PDB_FILE for imported targets instead of crashing Reported-by: Justin Borodinsky <justin.borodinsky@gmail.com> 06 August 2015, 13:42:31 UTC
2259080 Merge topic 'cpack-rpm-documentation-fixes' 94226751 Tests/RunCMake/CPack: Add dependencies tests 105011e0 Tests/RunCMake/CPack: Bump verify result cmake version d882d477 Tests/RunCMake/CPack/DEB: Add getPackageInfo helper function 145735b7 Tests/RunCMake/CPack: Enable CXX language in tests e26f53a8 CPack/RPM: missing PACKAGE_CONFLICTS documentation 64aacb24 CPack/RPM: undocumented variables 06 August 2015, 13:38:33 UTC
91c1b13 Merge topic 'ninja-LINK_DEPENDS' 43c94281 Ninja: Honor the LINK_DEPENDS target property (#14796) 06 August 2015, 13:38:31 UTC
78141e7 Merge topic 'install-no-runtime-deps-by-default' 26f5445b Do not install 3rd-party dependencies by default 06 August 2015, 13:38:29 UTC
5570650 Merge topic 'use-generator-target' a309409e cmOrderDirectories: Port to cmGeneratorTarget. f83e8402 cmGeneratorTarget: Move CompileInfoMap from cmTarget. b3f0e353 cmGeneratorTarget: Move GetCompilePDBDirectory from cmTarget. 34c43741 cmGeneratorTarget: Move GetOutputName from cmTarget. 4329a71c cmComputeLinkDepends: Port to cmGeneratorTarget. c93230ac cmComputeLinkInformation: Port to cmGeneratorTarget. ee26add4 cmGeneratorTarget: Move IsBundleOnApple from cmTarget. c8a5f5ae cmMakefileTargetGenerator: Add accessor for GeneratorTarget. f8076644 cmGeneratorTarget: Move GetLinkClosure from cmTarget. 7c809fa2 cmGeneratorTarget: Move GetLinkerLanguage from cmTarget. 6da99de3 cmGeneratorTarget: Move GetFrameworkDirectory from cmTarget. d6bb319b cmGeneratorTarget: Move GetFullName from cmTarget. 7a460852 cmGeneratorTarget: Move GetAppBundleDirectory from cmTarget. d560bfd2 cmGeneratorTarget: Move GetInstallNameDir* from cmTarget. 89e2a080 cmGeneratorTarget: Move GetMacContentDirectory from cmTarget. 62720e44 cmGeneratorTarget: Move GetFullNameComponents from cmTarget. ... 06 August 2015, 13:38:27 UTC
73e3de3 Merge topic 'cmState-policies' 757a1f54 cmState: Move PolicyState from cmMakefile. 52dbe654 cmState: Record the end position of each directory. 65a5e0c6 cmLinkedTree: Add Clear API. 34835433 cmState: Add Type for policy scope. af0de01c cmState: Remove call stack parent tracking. 6ae8b30b cmMakefile: Move policy barriers inside cmState scopes. a5fc17b5 cmMakefile: Re-order policy entries and barriers. 0a01e6c6 cmState: Add Snapshot Type accessor. f0005bb4 Tests: Verify generate-time policy scope behavior. 06 August 2015, 13:38:24 UTC
370e2c6 Merge topic 'refactor-evaluation-files' 12c3f248 cmGeneratorExpressionEvaluationFile: Require generator context. 6c0e9ee2 cmMakefile: Store EvaluationFiles. 06 August 2015, 13:38:22 UTC
4f0a6d4 Merge topic 'compiler-version-Fortran' f0609182 Fortran: Store detected compiler version persistently (#15684) 06 August 2015, 13:38:20 UTC
d356bce Merge topic 'fix-missing-subdir-error' c4d2f64f add_subdirectory: Fix error message on missing CMakeLists.txt (#15680) 06 August 2015, 13:38:17 UTC
9422675 Tests/RunCMake/CPack: Add dependencies tests Add tests for RPM and DEB package test for currently supported dependency features (requires, provides, conflicts, ...). 06 August 2015, 13:33:51 UTC
105011e Tests/RunCMake/CPack: Bump verify result cmake version Bumped version to current cmake version so that we always use latest policies. 06 August 2015, 13:33:50 UTC
d882d47 Tests/RunCMake/CPack/DEB: Add getPackageInfo helper function getPackageInfo helper function returns package info for provided deb package file 06 August 2015, 13:33:50 UTC
145735b Tests/RunCMake/CPack: Enable CXX language in tests Enable CXX language for CPack tests so that they may compile binaries if needed. 06 August 2015, 13:33:22 UTC
42526ef CMake Nightly Date Stamp 06 August 2015, 04:01:07 UTC
43c9428 Ninja: Honor the LINK_DEPENDS target property (#14796) 05 August 2015, 18:12:05 UTC
863b0a8 Merge topic 'xcode-improve-quoting' 2eee2943 Xcode: Invert quoting logic to whitelist of characters 05 August 2015, 17:54:38 UTC
fccb3e2 Merge topic 'java-updates' cc23f0e9 UseJava: Teach install_jar new DESTINATION and COMPONENT options 3d287de4 UseJava: Teach add_jar to support file syntax for sources e72806fb FindJava: Add support for idlj and jarsigner tools 05 August 2015, 17:54:36 UTC
2eee294 Xcode: Invert quoting logic to whitelist of characters Our explicit list of characters that require quoting does not account for non-ascii characters (e.g. UTF-8) that also need quoting. Invert the logic to quote a string unless it contains exclusively a set of characters we whitelist. 05 August 2015, 17:51:31 UTC
26f5445 Do not install 3rd-party dependencies by default Disable the CMake_INSTALL_DEPENDENCIES option by default and turn it on explicitly in our packaging scripts. This simplifies packaging in distributions that provide the dependencies for us without having to install them. We only need 3rd-party runtime dependencies to be installed for packaging with redistributable binaries. 05 August 2015, 17:29:57 UTC
a309409 cmOrderDirectories: Port to cmGeneratorTarget. 05 August 2015, 16:20:50 UTC
f83e840 cmGeneratorTarget: Move CompileInfoMap from cmTarget. 05 August 2015, 16:20:50 UTC
b3f0e35 cmGeneratorTarget: Move GetCompilePDBDirectory from cmTarget. 05 August 2015, 16:20:50 UTC
34c4374 cmGeneratorTarget: Move GetOutputName from cmTarget. 05 August 2015, 16:20:50 UTC
4329a71 cmComputeLinkDepends: Port to cmGeneratorTarget. 05 August 2015, 16:20:49 UTC
c93230a cmComputeLinkInformation: Port to cmGeneratorTarget. 05 August 2015, 16:20:49 UTC
ee26add cmGeneratorTarget: Move IsBundleOnApple from cmTarget. 05 August 2015, 16:20:49 UTC
c8a5f5a cmMakefileTargetGenerator: Add accessor for GeneratorTarget. 05 August 2015, 16:20:49 UTC
f807664 cmGeneratorTarget: Move GetLinkClosure from cmTarget. 05 August 2015, 16:20:49 UTC
7c809fa cmGeneratorTarget: Move GetLinkerLanguage from cmTarget. 05 August 2015, 16:20:48 UTC
6da99de cmGeneratorTarget: Move GetFrameworkDirectory from cmTarget. 05 August 2015, 16:20:48 UTC
d6bb319 cmGeneratorTarget: Move GetFullName from cmTarget. Bring GetFullNameInternal with it. 05 August 2015, 16:20:48 UTC
7a46085 cmGeneratorTarget: Move GetAppBundleDirectory from cmTarget. 05 August 2015, 16:20:48 UTC
d560bfd cmGeneratorTarget: Move GetInstallNameDir* from cmTarget. 05 August 2015, 16:20:47 UTC
89e2a08 cmGeneratorTarget: Move GetMacContentDirectory from cmTarget. 05 August 2015, 16:20:47 UTC
62720e4 cmGeneratorTarget: Move GetFullNameComponents from cmTarget. 05 August 2015, 16:20:47 UTC
e27d737 cmGeneratorTarget: Move IsChrPathUsed from cmTarget. 05 August 2015, 16:20:47 UTC
8d2de00 cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget. 05 August 2015, 16:20:47 UTC
3df7056 cmGeneratorTarget: Move GetPDBName from cmTarget. 05 August 2015, 16:20:46 UTC
a45fed8 cmGeneratorTarget: Move GetCompilePDBPath from cmTarget. 05 August 2015, 16:20:46 UTC
f0aa660 cmGeneratorTarget: Move HasSOName from cmTarget. 05 August 2015, 16:20:46 UTC
766839c cmGeneratorTarget: Move GetLibraryNames from cmTarget. 05 August 2015, 16:20:46 UTC
47803e6 cmGeneratorTarget: Move GetExecutableNames from cmTarget. 05 August 2015, 16:20:46 UTC
7da4c9d cmGeneratorTarget: Move GetLinkImplementationClosure 05 August 2015, 16:20:45 UTC
97f10e4 cmGeneratorTarget: Move ReportPropertyOrigin from cmTarget. 05 August 2015, 16:20:45 UTC
4b86f5e cmGeneratorTarget: Make CompatibleType enum private again. 05 August 2015, 16:20:45 UTC
5ff813c cmGeneratorTarget: Move LinkInterfaceDependent methods from cmTarget. 05 August 2015, 16:20:45 UTC
38d4ba3 cmGeneratorTarget: Port internal API to cmGeneratorTarget. 05 August 2015, 16:20:44 UTC
90bad03 cmGeneratorTarget: Move CheckPropertyCompatibility from cmTarget. 05 August 2015, 16:20:44 UTC
803a798 cmGeneratorTarget: Move GetLinkInformation from cmTarget 05 August 2015, 16:20:44 UTC
c971338 Export: Port more API to cmGeneratorTarget. 05 August 2015, 16:20:44 UTC
244c5b5 cmGeneratorTarget: Move IsLinkInterfaceDependent* from cmTarget. 05 August 2015, 16:20:44 UTC
12bc571 cmGeneratorTarget: Move GetAutoUicOptions from cmTarget. 05 August 2015, 16:20:43 UTC
back to top