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
*
Exclude targets from the graphviz file based on a regex
Alex Neundorf
2010-11-14
2
-2/+20
*
Collect targets and libs on demand instead of in the ctor
Alex Neundorf
2010-11-14
2
-6/+26
*
Use std::cout instead of fprintf
Alex Neundorf
2010-11-14
2
-4/+5
*
Enable/disable generating graphs depending on the target type
Alex Neundorf
2010-11-14
2
-8/+48
*
Move the code for generating dot-files into separate class cmGraphVizWriter
Alex Neundorf
2010-11-09
5
-343/+456
*
Generate separate dot files for each target, and a big one with everything.
Alex Neundorf
2010-10-31
2
-69/+149
*
Properly insert all targets, also those which don't link to anything.
Alex Neundorf
2010-10-31
2
-85/+45
*
Move the code for collecting targets and libraries into separate functions
Alex Neundorf
2010-10-31
2
-119/+175
*
Remove trailing whitespace and minor formatting changes for the dot-code
Alex Neundorf
2010-10-31
1
-97/+107
*
KWSys Nightly Date Stamp
KWSys Robot
2010-10-31
1
-1/+1
*
KWSys Nightly Date Stamp
KWSys Robot
2010-10-30
1
-1/+1
*
KWSys Nightly Date Stamp
KWSys Robot
2010-10-29
1
-1/+1
*
Merge topic 'fix_ctest_working_dir'
David Cole
2010-10-28
1
-0/+10
|
\
|
*
When processing DartMeasurements use the tests working directory.
Bill Hoffman
2010-10-19
1
-0/+10
*
|
Merge topic 'getprerequisites-endless-path-appending'
David Cole
2010-10-28
2
-14/+59
|
\
\
|
*
|
Fixes to GetPrerequisites for cygwin
David Partyka
2010-10-27
2
-12/+32
|
*
|
Append the gp_tool path to the system PATH using native slashes.
David Partyka
2010-10-26
1
-0/+1
|
*
|
Remove unecessary TO_CMAKE_PATH for gp_cmd_dir.
David Partyka
2010-10-26
1
-1/+0
|
*
|
Switch to CMAKE_PATH when doing PATH comparisons on Windows.
David Partyka
2010-10-26
1
-2/+5
|
*
|
Fixed appending PATH to dumpbin tool from growing without bounds.
David Partyka
2010-10-25
2
-2/+24
*
|
|
Merge topic 'avoid-busted-java-test-on-macs'
David Cole
2010-10-28
1
-2/+10
|
\
\
\
|
*
|
|
Avoid problem reading jni.h on Macs.
David Cole
2010-10-25
1
-2/+10
|
|
/
/
*
|
|
Merge topic 'CPackDeb-MoreControl'
David Cole
2010-10-28
2
-5/+77
|
\
\
\
|
*
|
|
CPackDeb Added several optional debian binary package fields
Eric NOULARD
2010-10-25
2
-5/+77
|
|
/
/
*
|
|
Merge topic 'fix-11173'
David Cole
2010-10-28
1
-2/+16
|
\
\
\
|
*
|
|
ExternalProject: No svn --username if empty (#11173)
David Cole
2010-10-22
1
-2/+16
*
|
|
|
Merge topic 'external-project-extra-gen'
David Cole
2010-10-28
1
-2/+1
|
\
\
\
\
|
*
|
|
|
Fixed parallel build for generators with EXTRA.
Marcus D. Hanwell
2010-10-22
1
-2/+1
*
|
|
|
|
Merge topic 'PythonLibs-2.7'
David Cole
2010-10-28
1
-1/+1
|
\
\
\
\
\
|
*
|
|
|
|
ENH: Added case for Python 2.7.
Marcus D. Hanwell
2010-10-19
1
-1/+1
*
|
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-28
1
-1/+1
*
|
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-27
1
-1/+1
*
|
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-26
1
-1/+1
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-25
1
-1/+1
*
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-24
1
-1/+1
*
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-23
1
-1/+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-22
1
-1/+1
*
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-21
1
-1/+1
*
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-20
1
-1/+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge topic 'xcode-hh-files'
David Cole
2010-10-19
1
-1/+1
|
\
\
\
|
*
|
|
Xcode: Recognize .hh as C++ (#11307)
Brad King
2010-10-12
1
-1/+1
*
|
|
|
Merge topic 'AddCMAKE_CURRENT_LIST_DIR'
David Cole
2010-10-19
89
-153/+183
|
\
\
\
\
|
*
|
|
|
Use absolute path to FindPackageHandleStandardArgs.cmake everywhere
Alex Neundorf
2010-09-28
86
-86/+86
|
*
|
|
|
Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE)
Alex Neundorf
2010-09-28
3
-0/+29
|
*
|
|
|
Remove trailing whitespace
Alex Neundorf
2010-09-28
2
-67/+68
*
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-19
1
-1/+1
*
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-18
1
-1/+1
*
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-17
1
-1/+1
*
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-16
1
-1/+1
*
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2010-10-15
1
-1/+1
[next]