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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: also load a processor-specific file if exists
Alexander Neundorf
2007-06-05
5
-47/+90
*
COMP: don't use stdio, it can fail on some embedded targets (sdcc)
Alexander Neundorf
2007-06-05
1
-3/+0
*
ENH: fix for aix
Bill Hoffman
2007-06-05
2
-0/+3
*
STYLE: Nightly Version update
Andy Cedilnik
2007-06-05
1
-1/+1
*
COMP: make the new check_type_size work with the HPUX cc compiler: const does...
Alexander Neundorf
2007-06-05
1
-0/+4
*
ENH: add missing file
Bill Hoffman
2007-06-04
1
-0/+0
*
ENH: prevent crash
Bill Hoffman
2007-06-04
1
-0/+6
*
STYLE: Nightly Version update
Andy Cedilnik
2007-06-04
1
-1/+1
*
ENH: determine typesize by compiling a file and reading strings from the comp...
Alexander Neundorf
2007-06-04
5
-65/+142
*
BUG: Fixed cmCommandArgumentLexer no-escape mode to not match backslash-escap...
Brad King
2007-06-04
4
-126/+157
*
ENH: add one of the headers to the regular sources
Bill Hoffman
2007-06-04
1
-2/+2
*
STYLE: fix typo: now double space after -D
Alexander Neundorf
2007-06-04
1
-1/+1
*
ENH: -U for removing variables now uses globbing expressions
Alexander Neundorf
2007-06-04
3
-11/+13
*
ENH: fix passing of time limit to some ctest invocations that also use build-...
Ken Martin
2007-06-04
2
-4/+6
*
STYLE: Nightly Version update
Andy Cedilnik
2007-06-03
1
-1/+1
*
ENH: remove debug that caused tests to fail
Bill Hoffman
2007-06-02
1
-2/+0
*
STYLE: Nightly Version update
Andy Cedilnik
2007-06-02
1
-1/+1
*
ENH: opps
Bill Hoffman
2007-06-02
1
-2/+0
*
ENH: initial bullseye stuff
Bill Hoffman
2007-06-01
2
-7/+549
*
BUG: also put a variable into the cache when defined using -D if no type is
Alexander Neundorf
2007-06-01
2
-1/+53
*
COMP: fix warnings on some machines where some X libs apparently don't
Alexander Neundorf
2007-06-01
1
-30/+55
*
ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now
Alexander Neundorf
2007-06-01
9
-62/+328
*
ENH: also handle comments for variables which contain newlines
Alexander Neundorf
2007-06-01
1
-17/+20
*
BUG: fix crash, bug 5121
Bill Hoffman
2007-06-01
1
-1/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2007-06-01
1
-1/+1
*
ENH: if get_target_property() doesn't find a target with the given name, it
Alexander Neundorf
2007-05-31
1
-3/+3
*
ENH: added new test for SourceFile objects and properties
Ken Martin
2007-05-31
5
-0/+39
*
ENH: mostly synced with FindX11.cmake from KDE svn: now also searches for a
Alexander Neundorf
2007-05-30
1
-23/+263
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-30
1
-1/+1
*
ENH: always provide CMAKE_SYSTEM_XXX() and MAKE_HOST_SYSTEM_XXX() variables,
Alexander Neundorf
2007-05-29
4
-59/+145
*
COMP: less warnings with msvc8
Alexander Neundorf
2007-05-29
1
-1/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-29
1
-1/+1
*
BUG: Finished previous fix.
Brad King
2007-05-28
1
-1/+1
*
COMP: Fixed shadowed local warning.
Brad King
2007-05-28
1
-3/+3
*
ENH: Removed unused methods that should never be used anyway.
Brad King
2007-05-28
1
-3/+0
*
STYLE: Fixed comment for Generate() method.
Brad King
2007-05-28
1
-8/+1
*
ENH: Moved link library related code from GenerateSourceFilesFromSourceLists ...
Brad King
2007-05-28
1
-8/+13
*
ENH: Added more install rules to increase coverage of the command.
Brad King
2007-05-28
2
-2/+30
*
ENH: Removed "Used" mark from custom commands. It is no longer needed or che...
Brad King
2007-05-28
3
-18/+0
*
ENH: Remove unused build rules from Xcode. This change was made in the VS ge...
Brad King
2007-05-28
1
-52/+4
*
COMP: Fix build on mac after change to GetSourceFiles signature.
Brad King
2007-05-28
1
-1/+1
*
COMP: Fix build of XCode generator after change to GetSourceFiles signature.
Brad King
2007-05-28
1
-7/+7
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-28
1
-1/+1
*
COMP: Fix build for windows-only generators after change to GetSourceFiles si...
Brad King
2007-05-28
3
-8/+8
*
ENH: Made cmTarget::GetSourceFiles method return reference to const so additi...
Brad King
2007-05-28
4
-7/+9
*
ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ...
Brad King
2007-05-28
5
-9/+9
*
ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad...
Brad King
2007-05-28
3
-6/+11
*
COMP: fix warning on MSVC 8: conversion from 'size_t' to 'unsigned int', poss...
Alexander Neundorf
2007-05-28
1
-1/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-27
1
-1/+1
*
ENH: @ must be escaped in xcode projects
Bill Hoffman
2007-05-27
1
-1/+1
[next]