https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
fcce2f3 ENH: qtgui stuff 07 March 2008, 19:03:31 UTC
8fb74f9 ENH: Use fixed pitch font in output window. 07 March 2008, 16:50:11 UTC
55eede4 ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATIBILITY and CMAKE_MINIMUM_REQUIRED 07 March 2008, 16:43:47 UTC
497779d ENH: fix crash in cygwin package stuff 07 March 2008, 16:06:44 UTC
3b7eaad STYLE: fix line length issue 07 March 2008, 14:41:14 UTC
52ad7a5 BUG: Do not produce whitespace-only lines when indenting messages in new error/warning format. 07 March 2008, 14:09:21 UTC
1d23ea1 BUG: Generated try-compile CMakeLists.txt file should call cmake_policy with the current version of CMake, not just 2.6. 07 March 2008, 13:53:22 UTC
680104a ENH: New format for warning and error messages - Add cmMakefile methods IssueError and IssueWarning - Maintain an explicit call stack in cmMakefile - Include context/call-stack info in messages - Nested errors now unwind the call stack - Use new mechanism for policy warnings and errors - Improve policy error message - Include cmExecutionStatus pointer in call stack so that errors deeper in the C++ stack under a command invocation will become errors for the command 07 March 2008, 13:40:36 UTC
41a59e2 STYLE: Nightly Date Stamp 07 March 2008, 05:00:41 UTC
3518c08 BUG: keep CMAKE_BACKWARDS_COMP as internal 06 March 2008, 21:03:48 UTC
afd8448 BUG: make default CMAKE_BACKWARDS_COMPATIBILITY 2.5 06 March 2008, 20:51:51 UTC
ff445e3 ENH: make sure policy is set in generated cmakelist files 06 March 2008, 20:20:39 UTC
5588ed4 BUG: change in handling of cmake_minimum_required 06 March 2008, 20:08:03 UTC
385377c STYLE: fix line length 06 March 2008, 16:34:23 UTC
adddcea BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILITY and extend the documentaiton quite a bit 06 March 2008, 15:57:59 UTC
ea525a4 STYLE: Nightly Date Stamp 06 March 2008, 05:00:54 UTC
c07aba6 ENH: Fix policy warning message to not give wrong code as example. 05 March 2008, 23:42:46 UTC
4954956 ENH: Improve cmake_policy command signature - Replace NEW and OLD modes with a SET mode for clarity - Enforce VERSION argument validity (major.minor[.patch]) 05 March 2008, 23:21:10 UTC
7c01167 BUG: Require policy version to specify at least major.minor. Do not store CMAKE_BACKWARDS_COMPATIBILITY with an invalid version value. 05 March 2008, 23:20:20 UTC
95512a4 BUG: Fix parsing of policy version number in cmPolicies. 05 March 2008, 22:26:32 UTC
2a06c66 ENH: Patch from Maik to add more fortran extensions. 05 March 2008, 20:55:21 UTC
c39a8c3 ENH: Allow users to recover from trying to use an improperly installed Qt without removing their cache, fixing their environment and trying again. 05 March 2008, 17:53:44 UTC
f2c6e9e BUG: some fixes, still a few to go 05 March 2008, 16:41:25 UTC
7173f2d ENH: add master index into html full help 05 March 2008, 16:05:22 UTC
68bcb05 BUG: Fixed PATH_SUFFIXES copy/paste bug (0006201) 05 March 2008, 08:11:15 UTC
b99a0db STYLE: Nightly Date Stamp 05 March 2008, 05:00:55 UTC
ddd6ce0 BUG: Make sure at least one policy stack entry is created for every cmMakefile instance. 04 March 2008, 23:57:14 UTC
2f922c6 ENH: Make CMAKE_MINIMUM_REQUIRED command FATAL_ERROR option implicit (always on). Accept but ignore the existing option. 04 March 2008, 23:42:06 UTC
53e0ed3 BUG: Fix crash when CMAKE_BACKWARDS_COMPATIBILITY is not set. 04 March 2008, 23:41:52 UTC
cd4d2ac ENH: more policy changes 04 March 2008, 19:51:25 UTC
96ee85d BUG: Fix memory leak when cmTarget instances are assigned. We really need to get rid of global targets and their associated assignments. 04 March 2008, 18:51:27 UTC
bb5325f STYLE: fix line len 04 March 2008, 18:34:21 UTC
d5f7ea6 BUG: Fix typo in documentation of LIBRARY_OUTPUT_PATH. 04 March 2008, 14:40:38 UTC
d47a595 ENH: add --help-policies and --help-policy command line options 04 March 2008, 14:16:33 UTC
efb309f BUG: undo accidental commit 04 March 2008, 14:10:05 UTC
31efe9e 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. 04 March 2008, 13:18:40 UTC
a4e0edd 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. 04 March 2008, 13:18:34 UTC
ed75e31 STYLE: Nightly Date Stamp 04 March 2008, 05:01:06 UTC
8364ce8 STYLE: Remove trailing whitespace. 04 March 2008, 01:31:51 UTC
8868244 STYLE: Remove trailing whitespace. 04 March 2008, 01:24:18 UTC
b6684a7 STYLE: Remove trailing whitespace. 03 March 2008, 20:56:04 UTC
079c5e2 STYLE: Remove trailing whitespace. 03 March 2008, 16:57:02 UTC
077805f ENH: fix ICE with gcc in dash8 03 March 2008, 16:28:16 UTC
5f8feed STYLE: Fixed docs of new CMakeForceCompiler 03 March 2008, 16:18:49 UTC
e124891 ENH: Restore CMAKE_FORCE_C_COMPILER and CMAKE_FORCE_CXX_COMPILER macros in CMakeForceCompiler module. 03 March 2008, 16:16:32 UTC
e98ee8c COMP: Fix cmELF to build when ET_LOOS, ET_HIOS, ET_LOPROC, ET_HIPROC may not be defined. 03 March 2008, 13:48:37 UTC
137618c STYLE: Nightly Date Stamp 03 March 2008, 05:01:05 UTC
73f1751 ENH: During installation do not use builtin chrpath if the rpath will not change. 02 March 2008, 21:48:50 UTC
652951b ENH: Allow users to work around problems with the builtin chrpath by setting CMAKE_NO_BUILTIN_CHRPATH. 02 March 2008, 21:37:34 UTC
78d27ce BUG: Fix bug introduced by workaround to warning. 02 March 2008, 21:31:06 UTC
f42c3de BUG: A few more corrections for cmELF - Add os-specific and processor-specific file types - Add more error strings for invalid files. - Byte order of header fields does not always match encoding 02 March 2008, 21:19:40 UTC
34a338d ENH: In cmSystemTools::ChangeRPath check for the RUNPATH if RPATH does not exist. 02 March 2008, 21:19:26 UTC
d732de4 ENH: Cleanup builtin chrpath support - Move computation of extended build-tree rpath to cmComputeLinkInformation - Only enable the extended build-tree rpath if the target will be installed - Generalize the interface of file(CHRPATH) - When changing the rpath on installation only replace the part generated by CMake because the native tools (ex SunCC on Linux) might have added their own part to the rpath 02 March 2008, 19:35:23 UTC
16a415d ENH: Simplify tests for building CMake itself with rpath support now that 2.4 is required to build. 02 March 2008, 19:35:13 UTC
c9514dc COMP: possible fix for VS6, but probably not, probably need tomake it internal 02 March 2008, 14:12:27 UTC
7b5d1c4 COMP: fix warning 02 March 2008, 14:11:26 UTC
345af17 ENH: revert dumb change 02 March 2008, 14:03:33 UTC
e0059c0 COMP: fix compile errors on vs6 and a warning 02 March 2008, 13:36:18 UTC
c1f692e STYLE: Nightly Date Stamp 02 March 2008, 05:01:03 UTC
6f6b80f BUG: bad loop index unsigned compared to zero 01 March 2008, 21:21:41 UTC
d7db2d0 COMP: fix some warnings 01 March 2008, 20:44:17 UTC
bd0447b STYLE: fix some line lengths 01 March 2008, 20:26:15 UTC
d49ef18 ENH: add first cut and policies still need to add the doc support 01 March 2008, 20:20:35 UTC
32ca01b COMP: Fix unused parameter warning when cmSystemTools::ChangeRPath is built without ELF support. 01 March 2008, 20:16:49 UTC
26e58b7 BUG: Fix cmSystemTools::ChangeRPath to not complain if there is no RPATH entry in the file but the requested new rpath is empty. 01 March 2008, 18:17:01 UTC
5900128 BUG: Do not try to change the RPATH when installing a target if CMAKE_SKIP_RPATH is on or the path does not need to be changed. 01 March 2008, 18:02:08 UTC
34c76d4 ENH: Use builtin chrpath instead of relinking ELF targets - Add cmSystemTools::ChangeRPath method - Add undocumented file(CHRPATH) command - When installing use file(CHRPATH) to change the rpath instead of relinking - Remove CMAKE_CHRPATH lookup from CMakeFindBinUtils - Remove CMAKE_USE_CHRPATH option since this should always work 01 March 2008, 17:51:07 UTC
61178a0 ENH: Add Size member to cmELF::StringEntry to return the amount of space in the string entry. 01 March 2008, 17:50:42 UTC
b2cf4db BUG: Fix typo XCode -> Xcode in Preprocess test. 01 March 2008, 15:56:03 UTC
e083de1 ENH: Update Preprocess test to distinguish between the make tool or compiler tool that is at fault for not supporting a particular character in definitions. Make it skip the % character when the compiler is MSVC and it is a non-nmake tool. 01 March 2008, 14:08:59 UTC
230c897 BUG: Do not place $(CMAKE_COMMAND) in link scripts. 01 March 2008, 14:08:34 UTC
c0f2d41 STYLE: Nightly Date Stamp 01 March 2008, 05:01:04 UTC
f48a5ce ENH: fix warnings 01 March 2008, 02:33:33 UTC
0634c9d ENH: fix docs 01 March 2008, 02:33:04 UTC
10d1639 ENH: just getting somethng checked in, still work to do 29 February 2008, 20:42:14 UTC
0e82aaf ENH: case 29 February 2008, 20:41:35 UTC
ab851bf ENH: just getting somethng checked in, still work to do 29 February 2008, 20:28:46 UTC
22dc873 ENH: allow cdash not to trigger 29 February 2008, 19:58:33 UTC
b548b34 ENH: add vs9 stuff, still need msvc9 mfc 29 February 2008, 19:36:33 UTC
f386c2a ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the property. If any value is specified in an endif, endforeach, endwhile, etc then make sure it matches the start string. If no values are given then it is no longer an error. 29 February 2008, 17:18:11 UTC
03ef00b ENH: Make cmELF parser more general and powerful - Add support to get RPATH and RUNPATH entries. - Add support to get file offsets to strings. - Add more DT_* tags to byte swapping. 29 February 2008, 16:12:59 UTC
44f696f BUG: cmComputeLinkInformation::CheckImplicitDirItem needs to extract the filename portion of the link item to test against the library regex. 29 February 2008, 14:15:32 UTC
1f71ee6 STYLE: Nightly Date Stamp 29 February 2008, 05:01:04 UTC
d404c6b COMP: cmELF needs to include sys/link.h to get dynamic section structures on the Sun. 28 February 2008, 13:43:10 UTC
fcad490 COMP: Fix warnings in cmELF. 28 February 2008, 13:32:05 UTC
6c7d323 STYLE: Nightly Date Stamp 28 February 2008, 05:01:11 UTC
dfe2ea6 ENH: Handle large object file lists on some platforms - Use a response file when enabled by CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_OBJECTS - Enable for C and CXX with cl (MSVC) - Enable for Fortran with ifort (Intel Fortran) 27 February 2008, 22:10:45 UTC
4c137ba ENH: Add ELF file parsing - Enabled when system provides elf.h - Introduce cmELF class to parse ELF files - Use in cmSystemTools::GuessLibrarySOName to really get soname 27 February 2008, 21:26:35 UTC
69ad23a BUG: Fixed typo in previous commit of kwsys/CPU.h.in 27 February 2008, 21:11:20 UTC
4a40fe4 ENH: Added CPU.h to KWSys to identify the target CPU and its byte order. 27 February 2008, 21:07:14 UTC
e840a9d BUG: Apply patch from bug#6445. Add preprocessor definitions to assembly and preprocessing build rules. 27 February 2008, 19:31:09 UTC
8839310 STYLE: Nightly Date Stamp 27 February 2008, 05:01:05 UTC
f1b80f6 STYLE: Nightly Date Stamp 26 February 2008, 05:01:09 UTC
83c5f1b ENH: Add support to C compiler identification for void return type from main. Cross-compilers for embedded platforms may require it. 25 February 2008, 23:47:19 UTC
0a9f041 ENH: Adjust when log is cleared. Its kept doing generate, and cleared when changing the source directory. #6358. 25 February 2008, 20:07:38 UTC
0982917 BUG: fix rpmbuild bug, which expands variables in comments :-/ apparently rpmbuild can't handle paths with spaces and can't handle variables in comments... Alex 25 February 2008, 19:23:24 UTC
cba1ad5 BUG: Exclude try_compile sources and kwsys files from CMake coverage results. 25 February 2008, 15:17:17 UTC
9211b0d ENH: Improvied compiler identification robustness - Write a single source file into the compiler id directory - This avoid requiring the compiler to behave correctly with respect to include rules and the current working directory - Helps to identify cross-compiling toolchains with unusual default behavior 25 February 2008, 14:23:14 UTC
88bd02a STYLE: Nightly Date Stamp 25 February 2008, 05:01:03 UTC
5848057 ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED and TARGET_QUOTED rule variables and updating the generation of OBJECTS to always use the newer cmLocalGenerator::Convert method. 24 February 2008, 19:05:21 UTC
back to top