summaryrefslogtreecommitdiffstats
path: root/Source/cmFindLibraryCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: FindLibrary can now use the makefile to add some compiler-specific lib ↵Sebastien Barre2002-06-141-1/+2
| | | | search path (depending on the generator).
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+4
|
* ENH: remove several compiler warningsBill Hoffman2002-03-131-1/+1
|
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-3/+0
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: add possibility to add doc strings to varibles created by find type ↵Bill Hoffman2001-11-261-18/+37
| | | | commands
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-1/+2
| | | | avoid changes to the file cache
* ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths ↵Brad King2001-09-201-2/+5
| | | | (like /foo/bar/*).
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-15/+9
| | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* Fix help string when NAMES was used (forgot the case when there is no name)Sebastien Barre2001-05-111-1/+5
|
* Fix help string when NAMES was usedSebastien Barre2001-05-111-28/+29
|
* ERR: int -> unsigned int.Brad King2001-05-111-3/+1
|
* BUG: add back thread libraryBill Hoffman2001-05-111-1/+16
|
* added registry entry support and windows app supportKen Martin2001-05-111-0/+2
|
* ERR: Removed unused variableBrad King2001-05-101-1/+0
|
* ENH: change find library and find program to look for more than one nameBill Hoffman2001-05-091-56/+57
|
* bug fixesKen Martin2001-04-301-4/+1
|
* added TARGET_LINK_LIBRARY command and support for debug and release ↵Ken Martin2001-04-301-1/+1
| | | | libraries to link against
* better help stringsKen Martin2001-04-271-15/+11
|
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* ENH: add help for cache entriesBill Hoffman2001-04-261-3/+9
|
* bug fixesKen Martin2001-04-261-3/+32
|
* ENH: better error reporting, and add NOTFOUND into cache for library and ↵Bill Hoffman2001-04-061-4/+20
| | | | file find
* ERR: Fixed warnings (int->unsigned int and a few others).Brad King2001-02-231-2/+2
|
* ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵Bill Hoffman2001-02-191-2/+15
| | | | some
* ENH: add new commands fro find library and find programKen Martin2001-02-161-5/+24
|
* ENH:Reworked CMake for consistencyWill Schroeder2001-01-181-0/+33