summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
...
* move ansi cxx flags stuff out of try compile and into cmake filesBill Hoffman2002-11-211-14/+0
|
* fix network paths with spacesBill Hoffman2002-11-211-0/+8
|
* Fix for network paths with spaceAndy Cedilnik2002-11-211-3/+3
|
* Fix for network pathsAndy Cedilnik2002-11-211-5/+6
|
* ERR: Fixed string literal to char* warnings.Brad King2002-11-211-3/+4
|
* fix for create shared libraryBill Hoffman2002-11-211-0/+6
|
* rename foo variables to better namesBill Hoffman2002-11-202-5/+5
|
* ENH: Added READ_WITH_PREFIX option to LOAD_CACHE command. This allows ↵Brad King2002-11-202-2/+157
| | | | reading of cache values from another cache without actually creating local copies of the cache entires. The values are stored as prefixed local makefile variables.
* BUG: Attempt to fix CopyFile problem using flush before check for success.Brad King2002-11-201-1/+6
|
* ERR: Fixed signed/unsigned warning.Brad King2002-11-201-1/+1
|
* ERR: Fixed unused parameter warning.Brad King2002-11-201-4/+6
|
* allow flags to be in the CC and CXX environment variablesBill Hoffman2002-11-194-3/+89
|
* BUG: the dependency analysis would incorrectly alphabetically re-order theAmitha Perera2002-11-194-128/+229
| | | | | link lines, which affects external libraries pulled up from deep within the dependency tree. Fixed by preserving order everywhere.
* ENH: add some better output when copy file failsBill Hoffman2002-11-191-5/+15
|
* fix some warningsBill Hoffman2002-11-191-5/+1
|
* Add / after directory name when doing tab completionAndy Cedilnik2002-11-191-0/+5
|
* Add progress to ccmakeAndy Cedilnik2002-11-192-55/+118
|
* fix warningBill Hoffman2002-11-191-1/+1
|
* fix in warningKen Martin2002-11-191-6/+8
|
* Initial add of progressAndy Cedilnik2002-11-182-1/+17
|
* fix some compiler warnings hopefullyKen Martin2002-11-172-5/+7
|
* BUG: fix for borland run time dllBill Hoffman2002-11-151-1/+6
|
* fixed bad source directory bugKen Martin2002-11-151-0/+10
|
* fixed compiler warningKen Martin2002-11-151-1/+2
|
* Oops, std namespaceAndy Cedilnik2002-11-151-1/+1
|
* Add progress reportingAndy Cedilnik2002-11-143-2/+36
|
* Add Progress supportAndy Cedilnik2002-11-141-1/+11
|
* *** empty log message ***Bill Hoffman2002-11-141-2/+3
|
* Fix compile flags on c files in static liobraries on windowsAndy Cedilnik2002-11-141-9/+7
|
* BUG: fix flags for c compiler on windowsAndy Cedilnik2002-11-141-2/+2
|
* added another funcKen Martin2002-11-142-0/+10
|
* added another funcKen Martin2002-11-142-0/+8
|
* Added missing space.Berk Geveci2002-11-141-0/+1
|
* Fix building on NMake. Use short pathsAndy Cedilnik2002-11-141-1/+1
|
* reorder tWR so that it does not crash with sharedBill Hoffman2002-11-141-5/+5
|
* add support for borland run time flag for shared buildsBill Hoffman2002-11-141-1/+17
|
* BUG: fix for build out of dir for windowsBill Hoffman2002-11-132-0/+34
|
* ENH: space fixes and add a status option to message commandKen Martin2002-11-135-3/+27
|
* ENH: check to make sure cmake matches the cmake used to generate the cacheBill Hoffman2002-11-133-26/+40
|
* ENH: force a global generate if the cache version does not match the running ↵Bill Hoffman2002-11-132-3/+23
| | | | cmake
* BUG: add missing depend rules for hp makeBerk Geveci2002-11-131-0/+2
|
* BUG: fix path problemsBill Hoffman2002-11-121-3/+12
|
* ENH: add .def file supportBill Hoffman2002-11-121-1/+13
|
* BUG: change to new variablesBill Hoffman2002-11-121-4/+6
|
* BUG: fix reg expressionBill Hoffman2002-11-121-1/+1
|
* *** empty log message ***Brad King2002-11-121-16/+16
|
* ENH: fix up several problems with new stuffBill Hoffman2002-11-114-16/+126
|
* Fix regular expressions to be able to handle windows librariesAndy Cedilnik2002-11-111-2/+3
|
* clean up flags with _init flagsBill Hoffman2002-11-112-7/+16
|
* BUG: A variable is not in the cache if it is UNINITIALIZED.Brad King2002-11-081-1/+1
|