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
*
STYLE: remove out commented code
Alexander Neundorf
2007-06-07
2
-89/+33
*
ENH: also remove uninitialized from the cache
Alexander Neundorf
2007-06-07
1
-1/+1
*
BUG: fix #5137, now with the modified CMakeDetermineSystem.cmake the
Alexander Neundorf
2007-06-07
1
-1/+1
*
STYLE: remove wrong comments
Alexander Neundorf
2007-06-07
1
-4/+0
*
BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This f...
Brad King
2007-06-06
4
-37/+62
*
STYLE: Nightly Version update
Andy Cedilnik
2007-06-06
1
-1/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2007-06-06
1
-1/+1
*
ENH: remove some stuff to improve coverage
Bill Hoffman
2007-06-06
2
-18/+0
*
BUG: better passing of global TIMEOUT to internal ctest invocaitons
Ken Martin
2007-06-06
2
-29/+29
*
ENH: fix case problem with drive letters and cmake vs CMakeSetup build.make c...
Bill Hoffman
2007-06-06
1
-0/+10
*
ENH: add IF(IS_ABSOLUTE path), so no regex matching is required in the cmake ...
Alexander Neundorf
2007-06-06
2
-0/+18
*
STYLE: fix comment
Alexander Neundorf
2007-06-05
1
-3/+2
*
STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so the
Alexander Neundorf
2007-06-05
6
-26/+18
*
ENH: fix for aix
Bill Hoffman
2007-06-05
2
-0/+3
*
STYLE: Nightly Version update
Andy Cedilnik
2007-06-05
1
-1/+1
*
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
2
-6/+24
*
BUG: Fixed cmCommandArgumentLexer no-escape mode to not match backslash-escap...
Brad King
2007-06-04
4
-126/+157
*
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
*
ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now
Alexander Neundorf
2007-06-01
2
-54/+288
*
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
*
STYLE: Nightly Version update
Andy Cedilnik
2007-05-30
1
-1/+1
*
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: 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
[next]