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
*
COMP: Changed while(1) to for(;;) to avoid warning about constant control exp...
Brad King
2005-05-03
2
-2/+2
*
COMP: Removed stray semicolon.
Brad King
2005-05-03
1
-4/+4
*
COMP: Added hack to avoid SGI termios.h warnings.
Brad King
2005-05-03
1
-0/+19
*
COMP: Need #undef ECHO to avoid conflict with system ECHO definition.
Brad King
2005-05-03
2
-0/+2
*
COMP: Changed type of regmlen to avoid warnings when other lengths are conver...
Brad King
2005-05-03
1
-1/+1
*
ENH: Adding test of running executable with forward slashes on windows.
Brad King
2005-05-03
1
-0/+24
*
ENH: Cleanups
Andy Cedilnik
2005-05-03
14
-108/+108
*
ENH: Promote submit into a full handler, add test and submit command and do s...
Andy Cedilnik
2005-05-03
12
-211/+488
*
STYLE: Nightly Version update
Andy Cedilnik
2005-05-03
1
-1/+1
*
ENH: Make ctest build command work
Andy Cedilnik
2005-05-02
3
-0/+41
*
ENH: Make AddCMakePath public
Andy Cedilnik
2005-05-02
1
-5/+5
*
ENH: Make FindMakeProgram public
Andy Cedilnik
2005-05-02
1
-3/+8
*
ENH: More commands. Start working on new style ctest configuration
Andy Cedilnik
2005-05-02
11
-19/+358
*
STYLE: Nightly Version update
Andy Cedilnik
2005-05-02
1
-1/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2005-05-01
1
-1/+1
*
COMP: Remove warning
Andy Cedilnik
2005-04-30
1
-0/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2005-04-30
1
-1/+1
*
ENH: Try to see if GenerateBuildCommand produces apropriate result
Andy Cedilnik
2005-04-29
1
-4/+10
*
ENH: Add option to ignore errors. Only works on make
Andy Cedilnik
2005-04-29
8
-17/+29
*
COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddU...
Brad King
2005-04-29
6
-81/+35
*
COMP: Remove warning
Andy Cedilnik
2005-04-29
1
-0/+3
*
ENH: make install depend on all
Bill Hoffman
2005-04-29
1
-1/+9
*
STYLE: Nightly Version update
Andy Cedilnik
2005-04-29
1
-1/+1
*
ENH: Start working on command that will abstract generating of build command
Andy Cedilnik
2005-04-28
2
-37/+20
*
ENH: Start working on a method that abstracts generating of build command
Andy Cedilnik
2005-04-28
4
-77/+27
*
ENH: Start working on command that will abstract generating of build command
Andy Cedilnik
2005-04-28
2
-23/+33
*
ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets...
Brad King
2005-04-28
6
-23/+94
*
BUG: Avoid infinite loop during installation.
Brad King
2005-04-28
2
-0/+8
*
BUG: Extending all timeouts to help out slower machines.
Brad King
2005-04-28
1
-3/+3
*
ENH: Add internal error
Andy Cedilnik
2005-04-28
1
-0/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2005-04-28
1
-1/+1
*
ENH: Added dependency on all for install rule to make sure build is up to dat...
Brad King
2005-04-27
1
-2/+9
*
BUG: Do not leave ../ in the full path to a source file. Using CollapseFullP...
Brad King
2005-04-27
1
-27/+8
*
BUG: Extending timeout of test 6 from 0.1 seconds to 3 seconds. This should ...
Brad King
2005-04-27
1
-1/+1
*
BUG: Use copy to produce doc1pre.txt instead of echo. The redirection does n...
Brad King
2005-04-27
1
-1/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2005-04-27
1
-1/+1
*
BUG: Fix try-compile for sys/prctl.h. It needs to include sys/types.h first ...
Brad King
2005-04-26
2
-2/+5
*
ENH: Removing stdio_core hack. A better work-around has been put in cmStanda...
Brad King
2005-04-26
4
-22/+0
*
COMP: Adding inclusion of stdarg.h to work-around SGI header bug in 7.4.2m.
Brad King
2005-04-26
1
-0/+2
*
ENH: Added pre-build and post-build test for custom targets.
Brad King
2005-04-26
1
-1/+20
*
BUG: Looks like std::string changes the result of c_str() call. This fixes po...
Andy Cedilnik
2005-04-26
1
-0/+2
*
COMP: Remove warning
Andy Cedilnik
2005-04-26
1
-1/+1
*
COMP: Remove warnings
Andy Cedilnik
2005-04-26
2
-1/+3
*
BUG: Fixed ordering of multiple commands in a custom target when implemented ...
Brad King
2005-04-26
2
-25/+75
*
BUG: Added inclusion of pre-build rules for custom targets.
Brad King
2005-04-26
1
-1/+3
*
STYLE: Nightly Version update
Andy Cedilnik
2005-04-26
1
-1/+1
*
COMP: Remove warning
Andy Cedilnik
2005-04-25
1
-4/+4
*
STYLE: Nightly Version update
Andy Cedilnik
2005-04-25
1
-1/+1
*
COMP: Fix problem on compilers that cannot implicitly convert std::string to ...
Andy Cedilnik
2005-04-24
1
-1/+5
*
ENH: Improve internal test handling by creating a test class. Command cmEnabl...
Andy Cedilnik
2005-04-24
13
-167/+278
[next]