summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Fix problem on unix with spaceAndy Cedilnik2002-11-291-2/+3
|
* When cd-jing into directory, if directory has space, it should put quotes ↵Andy Cedilnik2002-11-291-2/+2
| | | | around. I guess we could just put quotes around all the time
* Add objective C++ file in the list of C++ files. This may be wrong, but it ↵Andy Cedilnik2002-11-271-0/+1
| | | | will fix problems on Mac for now
* Add ObjC++ test for OSXYves Starreveld2002-11-271-0/+7
|
* Remove warningAndy Cedilnik2002-11-261-2/+0
|
* fix for paths with spaces and borlandBill Hoffman2002-11-221-1/+8
|
* Revert back to 1.5, since it is fixed in ConvertToOutputPath and this breaks ↵Andy Cedilnik2002-11-221-3/+3
| | | | Windows 98
* Rename local variableAndy Cedilnik2002-11-221-2/+2
|
* add support for CMAKE_C_FLAGS and handle quotes in CMAKE_CXX_FLAGSBill Hoffman2002-11-221-3/+17
|
* fix for c flagsBill Hoffman2002-11-211-1/+1
|
* fix flag settingBill Hoffman2002-11-211-1/+0
|
* fix flag settingBill Hoffman2002-11-211-2/+3
|
* move compile defs to cxx and c flagsBill Hoffman2002-11-211-1/+2
|
* clean up entire temp directoryBill Hoffman2002-11-212-11/+15
|
* 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
|