https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
47d9021 BUG: The fast mode should not read CTestCustom.ctest files 11 April 2006, 12:56:25 UTC
be2c468 STYLE: Nightly Version update 11 April 2006, 12:16:12 UTC
8c06f8e ENH: add support for re-running cmake if the cmakefiles change 10 April 2006, 17:53:00 UTC
3df8a59 ENH: add test for mfc 10 April 2006, 17:52:22 UTC
6c13d60 ENH: handle single path 10 April 2006, 17:47:19 UTC
51f91db ENH: add correct flags for msvc generators 10 April 2006, 17:46:37 UTC
bad1215 ENH: Add support for preinstall for cmake generated projects when packaging them 10 April 2006, 17:44:39 UTC
e4f3568 ENH: fix so all configurations show up 10 April 2006, 15:39:32 UTC
0bad15c ENH: Deprecate CPACK_BINARY_DIR and add CPACK_INSTALL_CMAKE_PROJECTS 10 April 2006, 15:09:52 UTC
e2fb2b8 ENH: Some ctest custom fixes 10 April 2006, 13:36:44 UTC
bb7debf STYLE: Nightly Version update 10 April 2006, 12:10:22 UTC
e1c4175 STYLE: Nightly Version update 09 April 2006, 12:15:29 UTC
55c0ff5 BUG: Improve the behavior of the ReadCustomFilesCommand 09 April 2006, 11:45:18 UTC
2238e22 ENH: make sure verbose output is used for kde 08 April 2006, 18:15:06 UTC
604ec6b STYLE: Nightly Version update 08 April 2006, 12:23:24 UTC
bcfd6f7 ENH: add better variables for MSVC versions 07 April 2006, 20:46:41 UTC
ccf1eed ENH: Allow to overwrite CPACK_BINARY_DIR 07 April 2006, 20:35:28 UTC
2761979 STYLE: Nightly Version update 07 April 2006, 11:40:00 UTC
50ba863 STYLE: Nightly Version update 06 April 2006, 11:39:49 UTC
79da272 COMP: Moved var decl out of _WIN32 block. 05 April 2006, 15:07:54 UTC
8e39418 BUG: Fixed cmOrderLinkDirectories to deal with raw link items that do not yet exist and correct drive letter case to avoid duplicate paths on windows. Fixed cmLocalGenerator to pass CMake targets as full paths to cmOrderLinkDirectories to make sure the ordering will pick up the proper target libraries. 05 April 2006, 15:05:06 UTC
24f0832 ENH: add path conversion stuff and rm SYSTEM_PATH 05 April 2006, 11:46:32 UTC
13bc9ef STYLE: Nightly Version update 05 April 2006, 11:31:44 UTC
5853873 ENH: add search directories for 32 bit devenv from a 64bit cmake 04 April 2006, 21:27:03 UTC
99ee188 BUG: Removing part of earlier fix because it does not work with VS generators. It may be restored later after cmOrderLinkDirs is further fixed. 04 April 2006, 21:14:20 UTC
5462f9a ENH: Added documentation for COMPILE_FLAGS property and clarified meaning of DEFINE_SYMBOL. 04 April 2006, 18:53:03 UTC
57a9e26 BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are found properly. Also taking libraries that will be built but may not yet exist into account. The per-configuration subdirectories that are included by generators in the link path are checked for conflicting libraries also. Potentially conflicting libraries that are actually symlinks back to the desired library are no longer considered conflicting, which avoids bogus impossible ordering warnings. 04 April 2006, 18:25:17 UTC
e45ef47 BUG: compiler fix 04 April 2006, 18:25:08 UTC
d81ebf0 ENH: added support for -SP scripts in new processes 04 April 2006, 17:04:28 UTC
b45f4a5 ENH: change library order to use a vector 04 April 2006, 15:52:00 UTC
2301a02 ENH: Added global TargetManifest computation between Configure and Generate steps. This allows generators to know what other targets will exist on disk when the build completes. 04 April 2006, 15:48:19 UTC
cddedaa ENH: INCLUDE_DIRECTORIES should have been written to prepend to the include path so that the most local directories are included first. This is a patch from Alex to resolve the problem by allowing users to switch the default using a variable CMAKE_INCLUDE_DIRECTORIES_BEFORE and then still explicitly appending or prepending by using AFTER or BEFORE arguments explicitly. 04 April 2006, 13:35:22 UTC
66faeee STYLE: Nightly Version update 04 April 2006, 11:38:50 UTC
6e21792 ENH: use correct addcache call to fix build tools 04 April 2006, 02:05:58 UTC
71505ff ENH: fix spaces in path for xcode 03 April 2006, 21:54:37 UTC
2fcae19 ENH: make sure include and lib dirs are unix paths 03 April 2006, 20:20:20 UTC
c98d15e ENH: fix warning, and remove debug code 03 April 2006, 19:59:43 UTC
3c8e899 ENH: add support for per config target LINK_FLAGS 03 April 2006, 16:57:51 UTC
32b63ef STYLE: Nightly Version update 03 April 2006, 11:37:49 UTC
d342d51 ENH: Add ZIP generator and add support for including or excluding the toplevel directory 02 April 2006, 15:20:58 UTC
c0fe6aa STYLE: Nightly Version update 02 April 2006, 12:35:58 UTC
5e7b5dd STYLE: Nightly Version update 01 April 2006, 12:37:58 UTC
beea623 ENH: fix spelling 01 April 2006, 02:43:11 UTC
5ebe1f5 ENH: fix for bug 3067 the first framework ate the rest of the libraries 31 March 2006, 22:59:28 UTC
ae10b35 ENH: add a wrapper for xcodebuild to get around bug and verbose output 31 March 2006, 18:17:23 UTC
bc649db ENH: remove c++ comment from c code 31 March 2006, 13:46:56 UTC
52531ad STYLE: Nightly Version update 31 March 2006, 13:13:51 UTC
0ee2d0b ENH: remove warning 31 March 2006, 04:03:56 UTC
1247616 ENH: add program to run xcodebuild and get around bug 30 March 2006, 22:26:21 UTC
f0e8c75 BUG: Fixed order of options to cl for 32-bit/64-bit test to work with VS 6 NMake. 30 March 2006, 21:55:19 UTC
eb31755 ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060. 30 March 2006, 20:39:03 UTC
5a2668b ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 30 March 2006, 18:49:56 UTC
08b1416 ENH: Added named component installation implementation. Installation behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked. 30 March 2006, 18:33:48 UTC
3cf3fc5 ENH: make sure framework search order is correct 30 March 2006, 16:55:19 UTC
7b3be31 ENH: modified the relative path code to not do relative paths between bin and source 30 March 2006, 14:17:02 UTC
d92205b STYLE: Nightly Version update 30 March 2006, 13:38:47 UTC
c2da475 ENH: Use PBXResourcesBuildPhase for resrources 29 March 2006, 21:34:52 UTC
dfbee4a ENH: use correct name for path 29 March 2006, 21:34:50 UTC
5076590 ENH: Simplify. Instead of doing ../MacOS just copy to current directory 29 March 2006, 21:25:24 UTC
7bc8564 ENH: Add support for Xcode 2.1 29 March 2006, 21:21:22 UTC
32ec28a ENH: Add copy stages for bundle files 29 March 2006, 20:02:35 UTC
4fd3292 ENH: add a test for find framework stuff in find_library, and fix the framework search stuff 29 March 2006, 18:33:49 UTC
388c005 ENH: remove test on cygwin since it randomly fails 29 March 2006, 18:26:58 UTC
337362d COMP: Return 0 instead of false 29 March 2006, 17:33:41 UTC
386900b ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 29 March 2006, 17:01:24 UTC
b75166e COMP: Remove warning 29 March 2006, 14:10:22 UTC
afc0299 STYLE: Nightly Version update 29 March 2006, 13:31:27 UTC
ad380d6 BUG: Fix the read custom files command and add a coverage test 28 March 2006, 21:36:48 UTC
93f5712 COMP: Remove warnings 28 March 2006, 21:25:29 UTC
cca91e1 ENH: Pass handler flags to both test and memcheck handler 28 March 2006, 20:20:21 UTC
fb9eedc ENH: Add new ctest command 28 March 2006, 20:20:03 UTC
2b197ed ENH: Added check of CMAKE_BACKWARDS_COMPATIBILITY to skip the CMake system path search when simulating CMake 2.2 and earlier. 28 March 2006, 19:45:22 UTC
fce93e8 ENH: Add command to read ctest custom files 28 March 2006, 19:37:44 UTC
d9dd474 BUG: Handle spaces in the path 28 March 2006, 18:48:02 UTC
09b4b2d ENH: Check if files exist 28 March 2006, 18:23:10 UTC
ed5f95c ENH: Add proper support for installing bundles 28 March 2006, 18:16:15 UTC
0d540b3 STYLE: better error message when KDE4 hasn't been found Alex 28 March 2006, 18:07:09 UTC
15f7676 BUG: Pay attention to the MACOSX_BUNDLE target property only on APPLE platforms. 28 March 2006, 15:58:14 UTC
40272a1 ENH: Add support for adding content to bundles 28 March 2006, 13:54:01 UTC
5d722df STYLE: Nightly Version update 28 March 2006, 13:22:53 UTC
53ab2aa ENH: add /opt/local/include 27 March 2006, 17:21:43 UTC
a64f629 ENH: add unix paths 27 March 2006, 16:09:19 UTC
d330219 ENH: add more search paths and add UnixPaths to all unix platforms 27 March 2006, 15:46:42 UTC
91dd212 STYLE: Nightly Version update 27 March 2006, 13:13:18 UTC
1cafba6 STYLE: Nightly Version update 26 March 2006, 13:10:33 UTC
4be2b7f STYLE: Nightly Version update 25 March 2006, 13:11:32 UTC
a0471c3 ENH: allow unset vars to be used in list length 24 March 2006, 21:13:05 UTC
ca5647c ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is a third option added to RUNTIME and LIBRARY property types. Static libraries and import libraries are now treated as ARCHIVE targets instead of LIBRARY targets. This adds a level of granularity necessary for upcoming features. Also updated the CVS CMake patch level set in CMake_VERSION_PATCH from 4 to 5 to allow users of this version to know whether this incompatible change is present. 24 March 2006, 21:11:24 UTC
a18297e ENH: Updated implementation to use new FIND_* command power. The correct library is now found on MinGW also. 24 March 2006, 19:47:25 UTC
3731dff ENH: Added NO_CMAKE_ENVIRONMENT_PATH, NO_CMAKE_PATH, NO_SYSTEM_ENVIRONMENT_PATH, and NO_CMAKE_SYSTEM_PATH options back to allow more granularity than NO_DEFAULT_PATH. 24 March 2006, 19:16:31 UTC
a59dd5d BUG: Fix '/use/lib' to be '/usr/lib'. 24 March 2006, 19:15:10 UTC
6ccc18b BUG: fix test to list generate dheader 24 March 2006, 17:20:46 UTC
f7c1723 ENH: add support for universal binaries 24 March 2006, 14:15:05 UTC
cec6543 STYLE: Nightly Version update 24 March 2006, 13:17:42 UTC
9ce59db COMP: Remove warning 23 March 2006, 20:35:03 UTC
00d2546 ENH: removed unused rules from targets for VS 23 March 2006, 18:55:09 UTC
1615245 BUG: Fix CTestCustom.ctest file 23 March 2006, 16:19:30 UTC
af7466b ENH: try to get rid of warning on HP 23 March 2006, 15:10:34 UTC
ccde6c4 ENH: More error handling 23 March 2006, 14:56:32 UTC
b5fb135 STYLE: Nightly Version update 23 March 2006, 13:13:48 UTC
back to top