summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: some fixes for cwd problems with rebuild_cache optionKen Martin2005-08-051-17/+16
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-051-1/+1
|
* ENH: If VTK_LIBRARY_PROPERTIES is set then the properties it lists will be ↵Brad King2005-08-041-0/+14
| | | | added to VTK library targets with SET_TARGET_PROPERTIES. This will be useful to enable shared library versioning.
* STYLE: Nightly Version updateAndy Cedilnik2005-08-041-1/+1
|
* ENH: Clarified documentation further.Brad King2005-08-031-5/+10
|
* ENH: More build errorsAndy Cedilnik2005-08-031-1/+1
|
* ENH: More handling of gcov 4.0Andy Cedilnik2005-08-031-1/+1
|
* ENH: More support for gcov 4.0Andy Cedilnik2005-08-031-1/+1
|
* ENH: Add support for the new gcc that uses files with extension .gcdaAndy Cedilnik2005-08-031-1/+5
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-031-1/+1
|
* ENH: change name from XCode to Xcode no need to test bootstrap for xcodeAndy Cedilnik2005-08-021-1/+1
|
* ENH: change name from XCode to Xcode no need to test bootstrap for xcodeAndy Cedilnik2005-08-021-1/+1
|
* ENH: get around problem where OBJROOT has been set by default for all ↵Andy Cedilnik2005-08-021-0/+1
| | | | projects in Xcode gui
* STYLE: Nightly Version updateAndy Cedilnik2005-08-021-1/+1
|
* FIX: fix bad depend info and COMPILE_FLAGS problem and remove extra cerr callsBill Hoffman2005-08-022-7/+11
|
* BUG: Unquoted arguments can have quotes that are not at the beginning, but ↵Brad King2005-08-012-68/+66
| | | | only an even number of them.
* STYLE: Nightly Version updateAndy Cedilnik2005-08-011-1/+1
|
* ENH: first step to only rebuuilding on flag changesKen Martin2005-08-012-13/+84
|
* BUG: Patch from Filipe Sousa. QT_WRAP_CPP should generate the file ↵Brad King2005-08-011-1/+1
| | | | moc_dlgmain.ui.cxx instead of moc_dlgmain.cxx.
* ENH: Add set and get test propety commandAndy Cedilnik2005-07-3110-5/+338
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-311-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-301-1/+1
|
* ENH; better warning message and fix type per julienKen Martin2005-07-291-1/+4
|
* ENH: change loc of log filesKen Martin2005-07-291-2/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-291-1/+1
|
* BUG: Fix dependencies. Looks like all dependencies were missing subdirectoryAndy Cedilnik2005-07-291-1/+3
|
* ENH: undo last changeAndy Cedilnik2005-07-291-1/+1
|
* ENH: support versions greater than 20Andy Cedilnik2005-07-291-1/+1
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-297-26/+46
|
* ENH: fix warningKen Martin2005-07-282-4/+4
|
* ENH: make sure c flags are used for c and cxx flags are used for cxx, really ↵Andy Cedilnik2005-07-281-7/+34
| | | | Bill
* ENH: add method to attempt to check if a file is text or binarySebastien Barre2005-07-282-1/+80
|
* ENH: make sure custom commands depend on full path files only: Bill as AndyAndy Cedilnik2005-07-281-2/+8
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-281-1/+1
|
* ENH: always write out all custom commandsKen Martin2005-07-283-31/+1
|
* BUG: InitializeFromParent should copy include file regular expressions.Brad King2005-07-271-0/+4
|
* ENH: RUN_TESTS target now uses proper CMAKE_CFG_INTDIR setting to get ↵Brad King2005-07-271-4/+7
| | | | $(IntDir) or $(OutDir) depending on the generator.
* BUG: Hack to support building existing trees with UTILITY_SOURCE commands ↵Brad King2005-07-271-5/+9
| | | | and the new VS generator directory structure.
* BUG: Generate RUN_TEST target if any tests are thereAndy Cedilnik2005-07-271-2/+10
|
* ENH: Generator now creates a separate intermediate files directory for each ↵Brad King2005-07-273-9/+30
| | | | target. This is needed for MSVC 8 to support parallel builds.
* ENH: fix some warnings and cleanup someKen Martin2005-07-272-5/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2005-07-271-1/+1
|
* ENH: maybe fix fortran issueKen Martin2005-07-271-9/+2
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-272-21/+4
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-272-9/+3
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-274-19/+11
|
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-2715-514/+432
|
* ENH: make sure source file depends are used to determine if custom commands ↵Bill Hoffman2005-07-261-3/+6
| | | | are used
* ENH: if it is not a cmake target or a full path do not put depend ↵Bill Hoffman2005-07-261-1/+1
| | | | information in the command
* ENH: make sure custom command depend on fluid so if fltk is part of project ↵Bill Hoffman2005-07-261-1/+1
| | | | fluid gets built first