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
*
removed all source lists from the system and made them vectors. Also appended...
Ken Martin
2002-06-27
26
-416/+442
*
BUG: CMake crashed if it failed to find its own executable. Also added bette...
Brad King
2002-06-27
2
-7/+23
*
BUG: try to tell the difference between variables with sources and other vari...
Bill Hoffman
2002-06-25
1
-2/+12
*
BUG: Result from ostrstream::str() can be a null pointer.
Brad King
2002-06-25
1
-1/+2
*
BUG: Attempt to fix ostrstream::str() wrapper for broken platforms.
Brad King
2002-06-24
1
-2/+2
*
modified to handle src list vectors without proper dollar signs
Ken Martin
2002-06-24
1
-17/+62
*
BUG: make sure windows paths are used for the command or it will not work for...
Ken Martin
2002-06-24
1
-1/+1
*
ERR: using declaration to move streams into std namespace needs to bring up o...
Brad King
2002-06-21
1
-2/+2
*
ERR: Removed most of the repeated curses declarations. The cause errors on o...
Brad King
2002-06-21
1
-0/+3
*
ERR: Added function declarations from curses.h. They are not present on some...
Brad King
2002-06-21
1
-0/+15
*
modified MATCHES to handle non variables
Bill Hoffman
2002-06-20
2
-2/+10
*
ERR: cmStringStream is taking the functionality of ostringstream and ostrstre...
Brad King
2002-06-20
1
-5/+5
*
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d...
Brad King
2002-06-19
10
-54/+89
*
ENH: FindLibrary supports .Net specific lib dirs
Sebastien Barre
2002-06-19
1
-1/+20
*
modified create test source to create a vector
Ken Martin
2002-06-19
1
-1/+0
*
modified create test source to create a vector
Ken Martin
2002-06-19
4
-19/+37
*
ERR: Fixed unused parameter warning.
Brad King
2002-06-19
1
-0/+1
*
ERR: Fixed compiler warnings.
Brad King
2002-06-18
5
-25/+40
*
ERR: Fixed compiler warnings about unused parameters.
Brad King
2002-06-18
7
-8/+8
*
ERR: Fixed compiler warnings when using strict ansi.
Brad King
2002-06-18
7
-4/+17
*
ERR: Fix for fprintf format warning.
Brad King
2002-06-18
1
-1/+1
*
ERR: Attempt to fix warning on OSF about implicit declaration of winnstr.
Brad King
2002-06-18
1
-0/+2
*
ENH: FindLibrary can now use the makefile to add some compiler-specific lib s...
Sebastien Barre
2002-06-14
3
-3/+49
*
fix warning
Bill Hoffman
2002-06-12
1
-2/+2
*
use lower case and not short path for uniq paths on window
Bill Hoffman
2002-06-11
4
-9/+18
*
only allow unique configurations
Bill Hoffman
2002-06-11
1
-1/+6
*
BUG: fix dot net for paths with spaces
Bill Hoffman
2002-06-11
2
-19/+53
*
BUG: RelativePath should not be quoted in output files even if it has spaces
Bill Hoffman
2002-06-11
1
-1/+3
*
ENH: don't use short paths in the output
Bill Hoffman
2002-06-11
1
-1/+3
*
use short path to get unique path names for depend path output
Bill Hoffman
2002-06-11
1
-1/+7
*
ERR: Fixed sun CC warnings.
Bill Hoffman
2002-06-11
2
-2/+9
*
now includes current include files directory when searching for files it incl...
Ken Martin
2002-06-10
2
-10/+26
*
BUG: cmake needs it's own directory for includes, so depends work
Bill Hoffman
2002-06-10
1
-0/+1
*
ENH: remove borland bootstrap makefile
Bill Hoffman
2002-06-06
1
-49/+0
*
updated rev
Ken Martin
2002-06-05
1
-1/+1
*
now uses bootstrap
Ken Martin
2002-06-05
1
-176/+0
*
merged ccommand into cmake
Ken Martin
2002-06-05
1
-132/+0
*
uses executabke bootstrap
Ken Martin
2002-06-05
5
-743/+0
*
removed ccommand use cmake now
Ken Martin
2002-06-03
6
-29/+145
*
ENH: only add _LIB_DEPEND information for libraries and modules
Bill Hoffman
2002-06-03
2
-14/+27
*
fixed bug in get short path for quoted paths
Ken Martin
2002-05-31
1
-1/+18
*
BUG: never make a target depend on itself. This was causing unnecessary libra...
Amitha Perera
2002-05-29
1
-0/+6
*
BUG: MAKEFLAGS does not need to be passed on command line. It is automatical...
Brad King
2002-05-29
1
-16/+16
*
remobed bootstrap
Ken Martin
2002-05-28
2
-63/+0
*
ENH: increase coverage
Bill Hoffman
2002-05-23
2
-18/+0
*
only add test target if testing is enabled and ctest is found
Ken Martin
2002-05-23
2
-4/+34
*
minor bootstap fixes
Ken Martin
2002-05-23
1
-3/+5
*
adde less greater
Ken Martin
2002-05-23
3
-1/+116
*
ENH: add list expansion back
Bill Hoffman
2002-05-22
1
-2/+4
*
ENH: enable cxx by default if no languages have been enabled
Bill Hoffman
2002-05-22
3
-4/+20
[next]