summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Source and header file extensions are in variables in cmMakefile.Amitha Perera2001-07-168-84/+105
| | | | AUX_SOURCE_DIRECTORY will only add files that have a "source" extension.
* BUG: make sure cache is clearedBill Hoffman2001-07-161-8/+3
|
* ENH: add support for mac osxBill Hoffman2001-07-162-2/+25
|
* ENH: add a check to avoid quitting before rebuildingBill Hoffman2001-07-124-8/+40
|
* version numKen Martin2001-07-111-1/+1
|
* version numKen Martin2001-07-111-1/+1
|
* fixed up resizing infoKen Martin2001-07-111-0/+5
|
* BUG: make sure find program does not find directoriesBill Hoffman2001-07-111-4/+8
|
* BUG: remove iostream.h includesBill Hoffman2001-07-102-2/+0
|
* Unnecessary variableBerk Geveci2001-07-101-1/+0
|
* Better error checking.Berk Geveci2001-07-101-0/+4
|
* BUG: When splitting a full path library into separate -L and -l parts, the ↵Brad King2001-07-101-0/+8
| | | | -l part may not have a "lib" prefix on cygwin.
* ENH: Removing automatic setting of BUILD_SHARED_LIBS. Projects that support ↵Brad King2001-07-101-9/+1
| | | | this should explicitly declare it with the OPTION command, or set its libraries to shared or static directly on each ADD_LIBRARY command.
* ENH: Added -D(library_name)_EXPORTS to build rules for sources that are ↵Brad King2001-07-101-2/+7
| | | | going to be linked into a shared library. This allows dllexport setup for DLL building on cygwin. It may also come in handy in unix in the future. This corresponds to the same definition added by the dll dsp template in windows.
* changes to better handle old values or hand set valuesKen Martin2001-07-101-1/+21
|
* BUG: library extension goes after library name, not beforeAmitha Perera2001-07-081-2/+2
|
* ENH: some clean up, and better checking to see if we are building cmakeBill Hoffman2001-07-062-9/+33
|
* ERR:Spelling mistakeWill Schroeder2001-07-061-1/+1
|
* ENH: Warning 4503 disable for MSVC.Brad King2001-07-061-0/+1
|
* ENH: add better error outputBill Hoffman2001-07-051-3/+9
|
* BUG: fix solaris problems in install and arBill Hoffman2001-07-051-2/+2
|
* ENH: Removed -fsyntax-only flag from call to gcc-xml. It should be part of ↵Brad King2001-07-031-1/+1
| | | | GCCXML_FLAGS.
* Renamed the ReleaseWithDebugInfo Build configuration to RelWithDebInfo,Ian Scott2001-07-031-2/+2
| | | | | 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 King2001-07-021-1/+4
| | | | file must also be written (not full path).
* FIX: BuildName removes path to compiler and converts any illegal charactersJim Miller2001-07-021-7/+7
|
* ENH: Removed deprecated command completely.Brad King2001-07-023-115/+0
|
* ENH: Added support for selection of static/shared build on a per-library basis.Brad King2001-07-0210-126/+147
|
* better arg supportKen Martin2001-07-021-4/+4
|
* Should not be inherited.Berk Geveci2001-07-023-21/+0
|
* Better error checking.Berk Geveci2001-07-023-0/+15
|
* Wrong place for foutBerk Geveci2001-07-021-1/+1
|
* better configure file commandKen Martin2001-06-291-31/+38
|
* minor compile fixKen Martin2001-06-291-1/+1
|
* BUG: break up CMAKE_AR into program and ARGSBill Hoffman2001-06-291-1/+2
|
* ENH: various fixes to allow bootstrap on sunos with CCBill Hoffman2001-06-282-2/+2
|
* fixed Dart issueBill Hoffman2001-06-281-2/+3
|
* Undefined symbolBerk Geveci2001-06-281-1/+1
|
* Special rules for out-of-package source files.Berk Geveci2001-06-281-1/+57
|
* BUG: fix for sgi compilerBill Hoffman2001-06-284-3/+7
|
* BUG: find files in subdirectoriesBill Hoffman2001-06-281-4/+5
|
* fix for scope on hpBill Hoffman2001-06-281-0/+1
|
* BUG: check size of path error, HP gcount problemBill Hoffman2001-06-281-2/+2
|
* Added variable expansion.Berk Geveci2001-06-271-1/+13
|
* updated version to 0.3Ken Martin2001-06-271-1/+1
|
* updated version to 0.2Ken Martin2001-06-271-1/+1
|
* ENH: fix install when executable and lib path setKen Martin2001-06-271-4/+7
|
* ENH: fix install for cygwin, build cmake from configureBill Hoffman2001-06-274-20/+63
|
* BUG: Check for building shared libraries should read from the make file's ↵Brad King2001-06-272-9/+15
| | | | setting, not directly from the cache.
* BUG: Check for building shared libraries should read from makefile's ↵Brad King2001-06-271-1/+1
| | | | setting, not directly from the cache.
* documentation changeKen Martin2001-06-272-7/+7
|