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
/
Source
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
Alexander Neundorf
2007-05-22
24
-318/+483
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-22
1
-1/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-21
1
-1/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-20
1
-1/+1
*
COMP: Fix for borland now that components list check is const.
Brad King
2007-05-19
1
-2/+4
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-19
1
-1/+1
*
ENH: 2nd try to move stripping out of cpack and to install time, now if
Alexander Neundorf
2007-05-18
2
-47/+8
*
ENH: add install/strip target for makefile generators if strip was found
Alexander Neundorf
2007-05-18
4
-3/+26
*
ENH: move hack to fix "new cmake on old build tree on OSX doesn't have CMAKE_...
Alexander Neundorf
2007-05-18
1
-8/+0
*
COMP: force a recompile on VS71
Alexander Neundorf
2007-05-18
1
-1/+0
*
ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to bloc...
Brad King
2007-05-18
1
-3/+11
*
COMP: fix link rules with nmake, the linker command has to be converted to sh...
Alexander Neundorf
2007-05-18
1
-0/+1
*
STYLE: fix documentation for command
Bill Hoffman
2007-05-18
1
-11/+22
*
BUG: Added carrot (^) to characters that need quoting. The solaris shell nee...
Brad King
2007-05-18
1
-1/+1
*
STYLE: fix line lengths
Alexander Neundorf
2007-05-18
5
-21/+28
*
BUG: Need to use GetSafeDefinition when assigning to a string.
Brad King
2007-05-17
1
-2/+2
*
BUG: All variable accesses should produce watch callbacks, including IF(DEFIN...
Brad King
2007-05-17
4
-7/+29
*
STYLE: fix indentation
Alexander Neundorf
2007-05-17
1
-9/+23
*
STYLE: use braces
Alexander Neundorf
2007-05-17
1
-4/+6
*
ENH: Use IF(NOT DEFINED) check to short-circuit size test.
Brad King
2007-05-17
1
-0/+2
*
BUG: Do not complain about missing watched variables when they are accessd wi...
Brad King
2007-05-17
3
-2/+9
*
COMP: GCC 2.95 does not have std::string::clear() method.
Brad King
2007-05-17
1
-1/+1
*
BUG: Some single-character arguments need quoting on windows.
Brad King
2007-05-17
1
-0/+22
*
ENH: merge CMake-CrossCompileBasic to HEAD
Alexander Neundorf
2007-05-17
15
-537/+789
*
BUG: Fix ExpandListArgument when the string ends in a backslash.
Brad King
2007-05-17
1
-0/+5
*
BUG: An empty configuration name is equivalent to no configuration.
Brad King
2007-05-17
1
-1/+1
*
ENH: Added testing for custom command line arguments containing all special c...
Brad King
2007-05-17
6
-0/+43
*
ENH: Added more special unix shell characters that require quoting. Added es...
Brad King
2007-05-17
2
-7/+18
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-17
1
-1/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-16
1
-1/+1
*
BUG: Shell escaping needs to write % as %% for VS IDE.
Brad King
2007-05-16
1
-0/+23
*
BUG: Watcom WMake needs empty rule commands even for symbolic targets. This ...
Brad King
2007-05-16
4
-10/+14
*
BUG: Do not send both SIGSTOP and SIGKILL when killing a process. The SIGSTO...
Brad King
2007-05-16
1
-5/+7
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-16
1
-1/+1
*
BUG: Do not emit /usr/lib32 or /usr/lib64 as linker paths. Submitted by Davi...
Brad King
2007-05-16
1
-0/+2
*
BUG: fix segfault when trying to get the object file for a sourcefile in an
Alexander Neundorf
2007-05-15
1
-12/+15
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-15
1
-1/+1
*
STYLE: fix line lengths
Alexander Neundorf
2007-05-14
3
-7/+11
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-14
1
-1/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-13
1
-1/+1
*
COMP: Need CMake 2.4 or a bootstrap cmake that has ADD_SUBDIRECTORY to build.
Brad King
2007-05-13
2
-2/+2
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-12
1
-1/+1
*
BUG: Fixed generation of XCODE_DEPEND_HELPER.make into proper directory. Cle...
Brad King
2007-05-11
2
-21/+20
*
ENH: more cleanup of some CMakeLists files
Ken Martin
2007-05-11
1
-952/+0
*
BUG: const char* FilePath could point to a non-existent std::string for
Alexander Neundorf
2007-05-11
1
-1/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-11
1
-1/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-10
1
-1/+1
*
BUG: fix -D escaped quotes for watcom
Bill Hoffman
2007-05-10
4
-1/+22
*
STYLE: fix line length
Alexander Neundorf
2007-05-10
4
-6/+11
*
ENH: make sure escaping is done for strings on the command line
Bill Hoffman
2007-05-10
1
-0/+1
[next]