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
*
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
|
/
*
Windows: Use wide-character system APIs
Clinton Stimpson
2013-12-09
1
-14/+15
*
Drop compatibility with CMake < 2.4
Brad King
2013-10-23
1
-96/+0
*
Drop builtin command documentation
Brad King
2013-10-16
1
-316/+0
*
Haiku: Remove use of B_COMMON_DIRECTORY
Adrien Destugues
2013-10-08
1
-7/+11
*
Mention that IMPORTED targets may be created by a find_package call.
Stephen Kelly
2013-03-06
1
-1/+2
*
Revert "Add a way to exclude INTERFACE properties from exported targets."
Stephen Kelly
2013-02-13
1
-21/+0
*
Revert "find_package: Reword <package>_NO_INTERFACES documentation"
Stephen Kelly
2013-02-13
1
-17/+18
*
find_package: Reword <package>_NO_INTERFACES documentation
Brad King
2013-02-01
1
-18/+17
*
Add a way to exclude INTERFACE properties from exported targets.
Stephen Kelly
2013-01-31
1
-0/+21
*
exports: define a CMAKE_FIND_PACKAGE_NAME var set by find_package()
Alex Neundorf
2012-09-30
1
-0/+2
*
find_package: add support for a <package>_NOT_FOUND_MESSAGE variable
Alex Neundorf
2012-09-28
1
-0/+10
*
fix #13195: avoid multiple mentions of found packages
Alex Neundorf
2012-05-06
1
-32/+60
*
find_package: Fix components signature documentation (#13142)
Brad King
2012-04-19
1
-3/+3
*
find_package: Document <package>_FIND_* variables (#13142)
Brad King
2012-04-18
1
-0/+23
*
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
[next]