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
/
cmFindPackageCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-14/+10
*
Merge topic 'size-empty'
Brad King
2016-09-16
1
-1/+1
|
\
|
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1/+1
*
|
find_package: Optionally sort globbed directories in a meaningful order
Pierluigi Taddei
2016-09-15
1
-13/+105
|
/
*
find_package: Extend search path for combined Windows/UNIX convention
Silvio Traversaro
2016-08-24
1
-0/+38
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-2/+2
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-17/+16
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-2/+2
*
mark functions with CM_OVERRIDE
Daniel Pfeifer
2016-06-27
1
-13/+13
*
Merge topic 'find_package-duplicate-search-paths'
Brad King
2016-06-16
1
-8/+11
|
\
|
*
cmFindPackageCommand: remove duplicate paths from error message
Ben Boeckel
2016-06-13
1
-1/+3
|
*
cmFindPackageCommand: use iterators to loop over configurations
Ben Boeckel
2016-06-13
1
-8/+9
*
|
Teach find_library and find_package to search lib32 paths (#11260)
Daniel Scharrer
2016-06-10
1
-0/+11
|
/
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-962/+776
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-41/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+2
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
Merge branch 'fix-bad-search-ordering' into test-search-ordering
Brad King
2015-09-15
1
-1/+4
|
\
|
*
find_*: Fix search order when the environment duplicates some HINTS
Chuck Atkins
2015-09-14
1
-1/+4
*
|
Remove use of include <cmsys/ios/*> and cmsys_ios::*
Brad King
2015-08-20
1
-1/+1
|
/
*
find_package: Drop search in recent cmake-gui locations
Brad King
2015-05-08
1
-29/+1
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
cmMakefile: Add wrapper for reading listfiles which have an origin.
Stephen Kelly
2015-04-18
1
-2/+2
*
cmMakefile: Remove fullPath parameter from ReadListFile.
Stephen Kelly
2015-04-18
1
-1/+1
*
Port Global property interaction to cmState.
Stephen Kelly
2015-04-15
1
-17/+18
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-1/+1
*
Fix warnings from clang scanbuild.
Bill Hoffman
2015-03-25
1
-2/+0
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Convert some raw loops to cmWrap.
Stephen Kelly
2015-02-20
1
-11/+3
*
Replace common loop pattern with cmJoin
Stephen Kelly
2015-02-11
1
-17/+2
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-9/+9
|
\
|
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-9/+9
*
|
Revert "Misc. fixes for the Oracle / Sun compiler."
Stephen Kelly
2015-01-11
1
-9/+6
|
/
*
Misc. fixes for the Oracle / Sun compiler.
Chuck Atkins
2014-12-12
1
-6/+9
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-1/+1
*
Use containers of labeled search paths instead of individual members
Chuck Atkins
2014-11-12
1
-27/+76
*
Encapsulate search path manipulation functions into a seperate class.
Chuck Atkins
2014-11-11
1
-40/+32
*
Refactor and seperate search path construction for find commands
Chuck Atkins
2014-11-11
1
-111/+134
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-9/+9
*
Allow the Package Registry to be disabled (#14849)
Daniele E. Domenichelli
2014-05-12
1
-0/+12
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-1/+1
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-55/+55
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Use strings for variable names
Ben Boeckel
2014-03-08
1
-1/+2
*
FeatureSummary: Don't list transitive package dependencies
Stephen Kelly
2014-02-03
1
-0/+6
*
Merge topic 'minor-cleanups'
Brad King
2014-01-07
1
-2/+2
|
\
|
*
Add cmHasLiteralSuffix API.
Stephen Kelly
2014-01-06
1
-2/+2
*
|
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1/+1
|
/
[next]