Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: run make depend | Bill Hoffman | 2001-07-06 | 2 | -16/+8 |
| | |||||
* | ERR:Spelling mistake | Will Schroeder | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | ENH: Warning 4503 disable for MSVC. | Brad King | 2001-07-06 | 1 | -0/+1 |
| | |||||
* | BUG: fix flags for cygwin and shared builds | Bill Hoffman | 2001-07-05 | 2 | -24/+26 |
| | |||||
* | ENH: add better error output | Bill Hoffman | 2001-07-05 | 1 | -3/+9 |
| | |||||
* | BUG: fix solaris problems in install and ar | Bill Hoffman | 2001-07-05 | 3 | -4/+4 |
| | |||||
* | ENH: Removed -fsyntax-only flag from call to gcc-xml. It should be part of ↵ | Brad King | 2001-07-03 | 1 | -1/+1 |
| | | | | GCCXML_FLAGS. | ||||
* | Renamed the ReleaseWithDebugInfo Build configuration to RelWithDebInfo, | Ian Scott | 2001-07-03 | 7 | -43/+43 |
| | | | | | because msdev does simple matching on build target, and specifying either Release or Debug builds would also build ReleaseWithDebugInfo | ||||
* | BUG: When outputting relative path of .o, the relative path of the source ↵ | Brad King | 2001-07-02 | 1 | -1/+4 |
| | | | | file must also be written (not full path). | ||||
* | FIX: BuildName removes path to compiler and converts any illegal characters | Jim Miller | 2001-07-02 | 1 | -7/+7 |
| | |||||
* | ENH: Removed deprecated command completely. | Brad King | 2001-07-02 | 3 | -115/+0 |
| | |||||
* | ENH: Added support for selection of static/shared build on a per-library basis. | Brad King | 2001-07-02 | 10 | -126/+147 |
| | |||||
* | better arg support | Ken Martin | 2001-07-02 | 1 | -4/+4 |
| | |||||
* | Should not be inherited. | Berk Geveci | 2001-07-02 | 3 | -21/+0 |
| | |||||
* | Better error checking. | Berk Geveci | 2001-07-02 | 3 | -0/+15 |
| | |||||
* | Wrong place for fout | Berk Geveci | 2001-07-02 | 1 | -1/+1 |
| | |||||
* | cmake logo for dashboard | Ken Martin | 2001-06-29 | 1 | -0/+0 |
| | |||||
* | cmake logo for dashboard | Ken Martin | 2001-06-29 | 1 | -0/+0 |
| | |||||
* | cmake logo for dashboard | Ken Martin | 2001-06-29 | 1 | -0/+0 |
| | |||||
* | better configure file command | Ken Martin | 2001-06-29 | 1 | -31/+38 |
| | |||||
* | added logo | nobody | 2001-06-29 | 1 | -0/+2 |
| | |||||
* | cmake logo for dashboard | Ken Martin | 2001-06-29 | 1 | -0/+0 |
| | |||||
* | minor compile fix | Ken Martin | 2001-06-29 | 1 | -1/+1 |
| | |||||
* | BUG: break up CMAKE_AR into program and ARGS | Bill Hoffman | 2001-06-29 | 4 | -3/+13 |
| | |||||
* | ENH: various fixes to allow bootstrap on sunos with CC | Bill Hoffman | 2001-06-28 | 6 | -32/+43 |
| | |||||
* | fixed Dart issue | Bill Hoffman | 2001-06-28 | 1 | -2/+3 |
| | |||||
* | set values in the cache not just the current makefile | Bill Hoffman | 2001-06-28 | 1 | -3/+3 |
| | |||||
* | Undefined symbol | Berk Geveci | 2001-06-28 | 1 | -1/+1 |
| | |||||
* | Special rules for out-of-package source files. | Berk Geveci | 2001-06-28 | 1 | -1/+57 |
| | |||||
* | BUG: fix for sgi compiler | Bill Hoffman | 2001-06-28 | 4 | -3/+7 |
| | |||||
* | BUG: pass flags to compiler during configure | Bill Hoffman | 2001-06-28 | 2 | -7/+3 |
| | |||||
* | BUG: pass flags to compiler during configure | Bill Hoffman | 2001-06-28 | 2 | -4/+4 |
| | |||||
* | BUG: find files in subdirectories | Bill Hoffman | 2001-06-28 | 1 | -4/+5 |
| | |||||
* | fix for scope on hp | Bill Hoffman | 2001-06-28 | 1 | -0/+1 |
| | |||||
* | BUG: check size of path error, HP gcount problem | Bill Hoffman | 2001-06-28 | 1 | -2/+2 |
| | |||||
* | Added variable expansion. | Berk Geveci | 2001-06-27 | 1 | -1/+13 |
| | |||||
* | updated version to 0.3 | Ken Martin | 2001-06-27 | 1 | -1/+1 |
| | |||||
* | updated version to 0.2 | Ken Martin | 2001-06-27 | 1 | -1/+1 |
| | |||||
* | ENH: fix install when executable and lib path set | Ken Martin | 2001-06-27 | 1 | -4/+7 |
| | |||||
* | ENH: fix install for cygwin, build cmake from configure | Bill Hoffman | 2001-06-27 | 7 | -61/+278 |
| | |||||
* | BUG: Check for building shared libraries should read from the make file's ↵ | Brad King | 2001-06-27 | 2 | -9/+15 |
| | | | | setting, not directly from the cache. | ||||
* | BUG: Check for building shared libraries should read from makefile's ↵ | Brad King | 2001-06-27 | 1 | -1/+1 |
| | | | | setting, not directly from the cache. | ||||
* | added binary download | Will Schroeder | 2001-06-27 | 1 | -1/+4 |
| | |||||
* | updated for 0.2 | Ken Martin | 2001-06-27 | 1 | -165/+186 |
| | |||||
* | documentation change | Ken Martin | 2001-06-27 | 2 | -7/+7 |
| | |||||
* | ENH: Use ${MAKE} instead of make for dependent library rules | Amitha Perera | 2001-06-27 | 1 | -1/+1 |
| | |||||
* | alphabetized | Ken Martin | 2001-06-27 | 1 | -2/+2 |
| | |||||
* | added help options | Ken Martin | 2001-06-27 | 1 | -0/+14 |
| | |||||
* | minor fixes to testing | Ken Martin | 2001-06-27 | 3 | -7/+40 |
| | |||||
* | mod to the testing | Ken Martin | 2001-06-27 | 1 | -2/+1 |
| |