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
*
BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.
Amitha Perera
2001-08-23
2
-19/+25
*
ENH: improve coverage
Bill Hoffman
2001-08-23
3
-46/+6
*
ENH: add dump documentation test
Bill Hoffman
2001-08-23
4
-12/+18
*
ENH: Each cmCableWrapTclCommand instance now uses a single cmMakeDepend objec...
Brad King
2001-08-23
2
-4/+11
*
BUG: run make all on unix not make exename
Bill Hoffman
2001-08-23
1
-1/+3
*
ENH: add more testing
Bill Hoffman
2001-08-23
4
-15/+43
*
also check path for test executables
Ken Martin
2001-08-23
1
-0/+10
*
fixed format
Ken Martin
2001-08-23
1
-1/+1
*
better ctest support
Ken Martin
2001-08-23
1
-5/+14
*
added test driver for make test target
Ken Martin
2001-08-23
6
-4/+279
*
ENH: do not put a rule in to rebuild the ALL_BUILD.dsp file, as it is not pos...
Ken Martin
2001-08-22
1
-0/+4
*
ENH: change all maps of string to be maps of cmStdString, to reduce symbol le...
Bill Hoffman
2001-08-22
10
-26/+39
*
BUG: shorten length of symbols
Bill Hoffman
2001-08-22
1
-1/+4
*
OUTDIR->IntDir
Berk Geveci
2001-08-22
1
-2/+2
*
BUG: add missing CMakeCommandLineInfo
Bill Hoffman
2001-08-22
1
-0/+1
*
CMakeSetup now handles command-line arguments (ex: /H=source_dir /B=build_dir)
Sebastien Barre
2001-08-21
6
-7/+123
*
Added support for .mm source files (ObjC++)
Yves Starreveld
2001-08-21
1
-0/+1
*
BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler w...
Bill Hoffman
2001-08-20
1
-5/+0
*
Allow option value to be expanded (thus, we can use the value of another opti...
Sebastien Barre
2001-08-19
1
-3/+4
*
gcc and MSVC clash on basic_string::compare(), let's try substr()
Sebastien Barre
2001-08-19
1
-1/+1
*
If the value is a path, collapse it (cleaner)
Sebastien Barre
2001-08-19
1
-0/+5
*
Support for $ENV{VAR} syntax (lookup in the environment vars)
Sebastien Barre
2001-08-18
1
-13/+51
*
backwards MATCHES in if and else statements
Ken Martin
2001-08-17
2
-2/+2
*
Adding new options to LoadCache.
Berk Geveci
2001-08-16
4
-11/+56
*
1. Added EXCLUDE option to LOAD_CACHE.
Berk Geveci
2001-08-15
3
-13/+72
*
ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call ...
Brad King
2001-08-14
5
-39/+30
*
now creates output directories
Ken Martin
2001-08-10
2
-0/+2
*
BUG: or and and were inverted.
Berk Geveci
2001-08-09
2
-4/+4
*
updated version
Ken Martin
2001-08-09
1
-1/+1
*
updated version
Ken Martin
2001-08-09
1
-1/+1
*
BUG: add in for scope variable
Bill Hoffman
2001-08-09
1
-0/+1
*
ENH: update to new style of cache access
Ken Martin
2001-08-08
1
-1/+1
*
BUG: can not Add a definition that you just got
Bill Hoffman
2001-08-08
2
-3/+0
*
ENH: big change, only allow commands access to the cache via the cmMakefile c...
Bill Hoffman
2001-08-08
29
-212/+210
*
ENH: compile with broken 720 SGI C++ compiler
Bill Hoffman
2001-08-07
2
-2/+48
*
ENH: html output for docs
Bill Hoffman
2001-08-07
1
-4/+4
*
added new if commands
Ken Martin
2001-08-06
4
-51/+114
*
ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy an...
Brad King
2001-08-03
2
-20/+32
*
ENH: Added use of a class's tag to generate a better set of filenames for its...
Brad King
2001-08-02
2
-26/+74
*
BUG: Generated link line for shared libraries had CMAKE_CXX_FLAGS instead of ...
Brad King
2001-08-02
1
-1/+1
*
BUG: Fixed off-by-one error in ExpandVariablesInString for case of $ or @ as ...
Brad King
2001-08-02
1
-4/+5
*
BUG: We don't want to output -I/usr/include in the INCLUDE_FLAGS variable. T...
Brad King
2001-08-02
1
-1/+7
*
ENH: Added SUBDIR_DEPENDS command and corresponding support code. This comma...
Brad King
2001-08-01
6
-1/+196
*
BUG: Needed to expand variables of definitions.
Brad King
2001-08-01
1
-1/+3
*
BUG: Need to expand variables when a regular expression is specified.
Brad King
2001-08-01
1
-1/+3
*
ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved...
Brad King
2001-07-31
10
-17/+281
*
ERR: ElementCombinationGenerator::ReplacePortion needs to be a friend of Elem...
Brad King
2001-07-30
1
-1/+3
*
BUG: Changed include and link directory paths in cmMakefile back to std::vect...
Brad King
2001-07-30
7
-61/+52
*
Removed the Uniquification of the include and link directory list in FinalPass,
Ian Scott
2001-07-30
7
-56/+50
*
ENH: Re-implemented ExpandVariablesInString to significantly improve performa...
Bill Hoffman
2001-07-27
1
-16/+100
[next]