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 (
Collapse
)
Author
Age
Files
Lines
*
ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵
Bill Hoffman
2001-02-19
20
-506/+645
|
|
|
|
some
*
ENH: clean up comments some
Bill Hoffman
2001-02-16
1
-15/+6
|
*
ENH: add new commands fro find library and find program
Ken Martin
2001-02-16
11
-60/+119
|
*
some cleanup and fixes
Ken Martin
2001-02-15
14
-226/+344
|
*
BUG: set output directory correctly
Bill Hoffman
2001-02-14
1
-1/+2
|
*
ENH: fix depend segfault
Bill Hoffman
2001-02-14
1
-0/+4
|
*
ENH: new vnl
Bill Hoffman
2001-02-13
2
-1/+8
|
*
ENH: add configure style @var@ expansion
Bill Hoffman
2001-02-13
2
-1/+7
|
*
ENH: get rid of special msc configure file
Bill Hoffman
2001-02-13
12
-108/+204
|
*
ENH: share a .lib with the command line and mfc versions.
Bill Hoffman
2001-02-12
4
-20/+168
|
*
ENH: add cache manager class, move all commands into cmCommands.cxx to speed ↵
Bill Hoffman
2001-02-12
15
-687/+725
|
|
|
|
up compile times, share a .lib with the command line and mfc versions.
*
ENH: add /GX /Zm1000
Bill Hoffman
2001-02-06
1
-1/+1
|
*
ENH: min size build
Bill Hoffman
2001-02-06
1
-1/+27
|
*
ENH: put back /Zm1000 so we can build large files
Bill Hoffman
2001-02-06
1
-2/+2
|
*
FIX: remove precompiled header settings
Jim Miller
2001-02-06
1
-4/+4
|
*
FIX: added /force to link options and removed precompiled header usage
Jim Miller
2001-02-06
1
-8/+8
|
*
BUG: backed off on the compiler optimization used. Instead of using /O2, we ↵
Jim Miller
2001-01-25
2
-4/+4
|
|
|
|
now use all the components of /Ox (/Ob1 /Oi /Ot /Oy /Gs) except for /Og
*
BUG: convert to dos format
Will Schroeder
2001-01-22
1
-362/+362
|
*
BUG: make dsp and dsw files binary
Will Schroeder
2001-01-22
3
-0/+830
|
*
BUG: make dsp and dsw files binary
Will Schroeder
2001-01-22
3
-830/+0
|
*
ERR:Oops, use SimpleRule not SimpleCommand
Will Schroeder
2001-01-18
1
-1/+1
|
*
ENH:Reworked CMake for consistency
Will Schroeder
2001-01-18
49
-671/+560
|
*
ENH:Tweaks to dump documentation
Will Schroeder
2001-01-12
22
-49/+48
|
*
ENH: add define flags in the right place
Bill Hoffman
2001-01-12
2
-6/+6
|
*
ENH: allow continue if missing MSC configure file
Bill Hoffman
2001-01-12
1
-3/+1
|
*
BUG: add check for missing ) on function
Bill Hoffman
2001-01-12
1
-0/+6
|
*
ENH:Tweaks to dump documentation
Will Schroeder
2001-01-12
8
-16/+17
|
*
ENH:Tweaks to documentation
Will Schroeder
2001-01-12
2
-2/+2
|
*
ENH:Simple program dumps out internal documentation for CMake
Will Schroeder
2001-01-12
3
-0/+49
|
*
ENH:Documentation and cleanups
Will Schroeder
2001-01-11
30
-2/+450
|
*
ENH:Documentation and cleanups
Will Schroeder
2001-01-11
24
-383/+862
|
*
BUG: Broken on non WIN32 platforms, changed SetEnableOff to EnabledOff
Dan Blezek
2001-01-11
2
-2/+2
|
*
ENH:Added documentation; clean-up
Will Schroeder
2001-01-11
16
-169/+830
|
*
ENH:Beginning clean up; adding documentation
Will Schroeder
2001-01-10
2
-20/+103
|
*
ENH:Beginning clean up; adding documentation
Will Schroeder
2001-01-10
1
-10/+52
|
*
ENH:Beginning clean up; adding documentation
Will Schroeder
2001-01-10
25
-109/+283
|
*
BUG: look for -l and -L only at the begining of a link string
Bill Hoffman
2001-01-09
1
-2/+4
|
*
BUG: main can not be void under ANSI C++
Dan Blezek
2001-01-05
2
-2/+2
|
*
BUG: Looking for cmMakeFileGenerator.h rather than cmMakefileGenerator.h
Dan Blezek
2001-01-05
1
-1/+1
|
*
ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵
Bill Hoffman
2001-01-05
78
-911/+2941
|
|
|
|
CMakeLists.txt files.
*
ENH: Added TESTS target
Dan Blezek
2000-12-07
1
-1/+1
|
*
BUG: remove bogus warning about not finding a depend file, if there are no ↵
Bill Hoffman
2000-11-22
1
-4/+4
|
|
|
|
include paths
*
BUG: fix inplace build
Bill Hoffman
2000-11-10
1
-0/+4
|
*
ENH:Changed CMAKE_SOURCE_ROOT to CMAKE_SOURCE_DIR
Will Schroeder
2000-11-09
3
-7/+7
|
*
ENH: add ability to run from different directories
Bill Hoffman
2000-11-03
2
-9/+31
|
*
BUG: make sure SOURCE_FILES starts at the begining of line
Bill Hoffman
2000-11-02
1
-1/+2
|
*
ENH:Reworked CMake to clearer indicate what the variables do
Will Schroeder
2000-11-02
2
-5/+16
|
*
BUG: remove tabs from classnames
Bill Hoffman
2000-10-25
1
-0/+5
|
*
BUG: remove tabs from classnames
Bill Hoffman
2000-10-25
1
-1/+1
|
*
BUG: if the path to your source directory has a -S in it, it will be picked ↵
Dan Blezek
2000-10-02
1
-3/+3
|
|
|
|
up as the source directory by the command line parser, because it matches -S at any character position in the argements. Bad, should have used getopt, except that it is not cross platform.
[next]