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
*
find_package: add documentation for OPTIONAL_COMPONENTS
Alex Neundorf
2012-03-19
1
-4/+9
*
find_package: add OPTIONAL_COMPONENTS keyword
Alex Neundorf
2012-03-19
1
-5/+39
*
find_package: allow <pkg>Config.cmake to set <pkg>_FOUND to FALSE
Alex Neundorf
2012-03-13
1
-4/+34
*
Merge topic 'doc-Fortran-mod-dir-issue-13034'
Brad King
2012-03-13
1
-1/+6
|
\
|
*
Document Fortran_MODULE_DIRECTORY as OUTPUT only (#13034)
Brad King
2012-03-12
1
-1/+6
*
|
Merge topic 'fix-cpack-hdiutil-retry-loops'
Brad King
2012-03-13
2
-5/+9
|
\
\
|
*
|
CPack: Fix retry logic when calls to hdiutil fail
David Cole
2012-03-09
2
-5/+9
|
|
/
*
|
Merge topic 'ctest-match-valgrind'
Brad King
2012-03-13
1
-1/+1
|
\
\
|
*
|
CTest: Match valgrind errors with "points to" (#12922)
Alexandru Ciobanu
2012-03-09
1
-1/+1
*
|
|
Merge topic 'ctest-clang-in-xcode'
Brad King
2012-03-13
1
-0/+1
|
\
\
\
|
*
|
|
CTest: Detect Xcode error "Command ... failed with exit code"
Alexandru Ciobanu
2012-03-09
1
-0/+1
*
|
|
|
Merge topic 'cleanup-object-file-names'
Brad King
2012-03-13
18
-279/+73
|
\
\
\
\
|
*
|
|
|
Hide Makefile local object info inside local generator
Brad King
2012-03-08
3
-31/+39
|
*
|
|
|
VS: Simplify object name computation
Brad King
2012-03-06
5
-71/+34
|
*
|
|
|
Remove unused partial OBJECT_FILES property implementation
Brad King
2012-03-06
14
-177/+0
*
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2012-03-13
1
-1/+1
*
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2012-03-12
1
-1/+1
*
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2012-03-11
1
-1/+1
*
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2012-03-10
1
-1/+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2012-03-09
1
-1/+1
|
|
/
/
|
/
|
|
*
|
|
Merge topic 'find_package_fatal_error_if_required_and_config_not_found'
David Cole
2012-03-08
1
-0/+4
|
\
\
\
|
*
|
|
find_package: error out if REQUIRED Config has not been found
Alex Neundorf
2012-03-06
1
-0/+4
*
|
|
|
Merge topic 'MakingConfigFilesEasier_ConfigureMacro'
David Cole
2012-03-08
1
-1/+1
|
\
\
\
\
|
*
|
|
|
wrap write_basic_config_version_file as write_basic_package_version_file()
Alex Neundorf
2012-03-07
1
-1/+1
*
|
|
|
|
Merge topic 'fix-12189-support-SBCS-in-VS'
David Cole
2012-03-08
5
-3/+29
|
\
\
\
\
\
|
*
|
|
|
|
VS6: Avoid _MBCS define when _SBCS is defined (#12189)
David Cole
2012-02-21
1
-3/+5
|
*
|
|
|
|
Visual Studio: Allow setting Single Byte Character Set (#12189)
Aaron C. Meadows
2012-02-17
4
-0/+24
*
|
|
|
|
|
Merge topic 'fixCPackDocTypo'
David Cole
2012-03-08
1
-4/+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix some typos in CPACK_SET_DESTDIR doc
Eric NOULARD
2012-03-06
1
-4/+4
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge topic 'target-include-directories'
David Cole
2012-03-08
20
-245/+359
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix shadowed variable warning on dashboard results
David Cole
2012-02-23
1
-1/+1
|
*
|
|
|
|
|
Fix compiler warning reported on older Borland dashboard.
David Cole
2012-02-22
1
-2/+4
|
*
|
|
|
|
|
Fix compiler error reported on older Borland dashboard.
David Cole
2012-02-22
1
-2/+3
|
*
|
|
|
|
|
Update the documentation regarding INCLUDE_DIRECTORIES.
David Cole
2012-02-22
3
-10/+51
|
*
|
|
|
|
|
Call ExpandVariablesInString for each target's INCLUDE_DIRECTORIES
David Cole
2012-02-22
1
-0/+14
|
*
|
|
|
|
|
Make search paths ordered and unique
David Cole
2012-02-22
1
-1/+14
|
*
|
|
|
|
|
Remove cmMakefile::GetIncludeDirectories
David Cole
2012-02-22
2
-29/+0
|
*
|
|
|
|
|
Extract and use the INCLUDE_DIRECTORIES target properties.
Stephen Kelly
2012-02-22
15
-125/+166
|
*
|
|
|
|
|
Keep the INCLUDE_DIRECTORIES target property up to date.
Stephen Kelly
2012-02-22
2
-0/+14
|
*
|
|
|
|
|
Add API to get the ordered includes for a target.
Stephen Kelly
2012-02-22
2
-0/+27
|
*
|
|
|
|
|
CMake: Eliminate cmMakefile::IncludeDirectories
David Cole
2012-02-22
3
-84/+71
|
*
|
|
|
|
|
Remove include flags memoization.
Stephen Kelly
2012-02-22
2
-15/+3
|
*
|
|
|
|
|
Make it safe to call this method without creating duplicates.
Stephen Kelly
2012-02-22
1
-2/+6
|
*
|
|
|
|
|
Refactor GetIncludeFlags to take includes instead of fetching them
Stephen Kelly
2012-02-22
4
-10/+21
*
|
|
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2012-03-08
1
-1/+1
*
|
|
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2012-03-07
1
-1/+1
*
|
|
|
|
|
|
Merge topic 'skip-install-rpath'
David Cole
2012-03-06
3
-3/+22
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Add an option to skip RPATH during installation.
Stephen Kelly
2012-03-05
3
-3/+22
*
|
|
|
|
|
|
|
Merge topic 'win32_executable-and-macosx_bundle-initializers'
David Cole
2012-03-06
2
-2/+24
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Add default initializers for WIN32_EXECUTABLE and MACOSX_BUNDLE
Stephen Kelly
2012-03-05
2
-2/+24
[next]