Brad King
|
ce52a0802f
|
BUG: When exiting before the configure step in script mode we must account for cmSystemTools::GetErrorOccuredFlag() for the return code.
|
2005-08-08 09:37:29 -04:00 |
Andy Cedilnik
|
2b5f4b0be4
|
STYLE: Nightly Version update
|
2005-08-07 10:30:49 -04:00 |
Andy Cedilnik
|
7fc4c32acf
|
STYLE: Nightly Version update
|
2005-08-06 10:50:30 -04:00 |
Ken Martin
|
dce07caf0b
|
ENH: fix warning
|
2005-08-05 17:07:07 -04:00 |
Ken Martin
|
c8a44b42ad
|
ENH: some fixes for cwd problems with rebuild_cache option
|
2005-08-05 14:19:18 -04:00 |
Andy Cedilnik
|
6b5c4c92e2
|
STYLE: Nightly Version update
|
2005-08-05 11:31:42 -04:00 |
Brad King
|
26d6409f9d
|
ENH: If VTK_LIBRARY_PROPERTIES is set then the properties it lists will be added to VTK library targets with SET_TARGET_PROPERTIES. This will be useful to enable shared library versioning.
|
2005-08-04 17:12:22 -04:00 |
Andy Cedilnik
|
b78053c7a8
|
STYLE: Nightly Version update
|
2005-08-04 11:19:06 -04:00 |
Brad King
|
674fdf8771
|
ENH: Clarified documentation further.
|
2005-08-03 16:10:59 -04:00 |
Andy Cedilnik
|
b8c789a5da
|
ENH: More build errors
|
2005-08-03 14:16:13 -04:00 |
Andy Cedilnik
|
9a3abaa53e
|
ENH: More handling of gcov 4.0
|
2005-08-03 14:15:17 -04:00 |
Andy Cedilnik
|
7bd1e74177
|
ENH: More support for gcov 4.0
|
2005-08-03 13:34:13 -04:00 |
Andy Cedilnik
|
6479f4db32
|
ENH: Add support for the new gcc that uses files with extension .gcda
|
2005-08-03 11:56:00 -04:00 |
Andy Cedilnik
|
643538fcca
|
STYLE: Nightly Version update
|
2005-08-03 11:24:11 -04:00 |
Andy Cedilnik
|
67d336ece8
|
ENH: change name from XCode to Xcode no need to test bootstrap for xcode
|
2005-08-02 13:40:34 -04:00 |
Andy Cedilnik
|
233a679b92
|
ENH: change name from XCode to Xcode no need to test bootstrap for xcode
|
2005-08-02 13:02:04 -04:00 |
Andy Cedilnik
|
d9371295fe
|
ENH: get around problem where OBJROOT has been set by default for all projects in Xcode gui
|
2005-08-02 13:01:35 -04:00 |
Andy Cedilnik
|
29231c8e6d
|
STYLE: Nightly Version update
|
2005-08-02 11:22:52 -04:00 |
Bill Hoffman
|
3b0632ae75
|
FIX: fix bad depend info and COMPILE_FLAGS problem and remove extra cerr calls
|
2005-08-02 11:06:16 -04:00 |
Brad King
|
bccf040b00
|
BUG: Unquoted arguments can have quotes that are not at the beginning, but only an even number of them.
|
2005-08-01 16:49:37 -04:00 |
Andy Cedilnik
|
0592f3adbc
|
STYLE: Nightly Version update
|
2005-08-01 12:06:22 -04:00 |
Ken Martin
|
40cd76ab03
|
ENH: first step to only rebuuilding on flag changes
|
2005-08-01 10:19:35 -04:00 |
Brad King
|
83a1af15ab
|
BUG: Patch from Filipe Sousa. QT_WRAP_CPP should generate the file moc_dlgmain.ui.cxx instead of moc_dlgmain.cxx.
|
2005-08-01 09:24:40 -04:00 |
Andy Cedilnik
|
bebc745824
|
ENH: Add set and get test propety command
|
2005-07-31 11:51:42 -04:00 |
Andy Cedilnik
|
ec3f3b5a2d
|
STYLE: Nightly Version update
|
2005-07-31 11:42:52 -04:00 |
Andy Cedilnik
|
f588b6977f
|
STYLE: Nightly Version update
|
2005-07-30 11:51:57 -04:00 |
Ken Martin
|
76bd115813
|
ENH; better warning message and fix type per julien
|
2005-07-29 14:17:24 -04:00 |
Ken Martin
|
db28904467
|
ENH: change loc of log files
|
2005-07-29 13:19:44 -04:00 |
Andy Cedilnik
|
4f79ce8f1b
|
STYLE: Nightly Version update
|
2005-07-29 11:52:15 -04:00 |
Andy Cedilnik
|
ee6df5f63b
|
BUG: Fix dependencies. Looks like all dependencies were missing subdirectory
|
2005-07-29 11:25:47 -04:00 |
Andy Cedilnik
|
df26171533
|
ENH: undo last change
|
2005-07-29 10:04:01 -04:00 |
Andy Cedilnik
|
f179fb59bf
|
ENH: support versions greater than 20
|
2005-07-29 10:02:52 -04:00 |
Ken Martin
|
c6b011e35e
|
ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree
|
2005-07-29 09:19:25 -04:00 |
Ken Martin
|
ad46c80f7a
|
ENH: fix warning
|
2005-07-28 15:24:31 -04:00 |
Andy Cedilnik
|
47e22fe041
|
ENH: make sure c flags are used for c and cxx flags are used for cxx, really Bill
|
2005-07-28 14:52:16 -04:00 |
Sebastien Barre
|
6e4b6ca0d3
|
ENH: add method to attempt to check if a file is text or binary
|
2005-07-28 13:21:03 -04:00 |
Andy Cedilnik
|
fac61306a2
|
ENH: make sure custom commands depend on full path files only: Bill as Andy
|
2005-07-28 13:12:07 -04:00 |
Andy Cedilnik
|
a6abb79776
|
STYLE: Nightly Version update
|
2005-07-28 11:58:52 -04:00 |
Ken Martin
|
825a762a30
|
ENH: always write out all custom commands
|
2005-07-28 09:14:42 -04:00 |
Brad King
|
6873773487
|
BUG: InitializeFromParent should copy include file regular expressions.
|
2005-07-27 17:23:39 -04:00 |
Brad King
|
80802c21b6
|
ENH: RUN_TESTS target now uses proper CMAKE_CFG_INTDIR setting to get $(IntDir) or $(OutDir) depending on the generator.
|
2005-07-27 16:46:06 -04:00 |
Brad King
|
99f3b37f9c
|
BUG: Hack to support building existing trees with UTILITY_SOURCE commands and the new VS generator directory structure.
|
2005-07-27 16:37:44 -04:00 |
Andy Cedilnik
|
de217bee8d
|
BUG: Generate RUN_TEST target if any tests are there
|
2005-07-27 15:46:21 -04:00 |
Brad King
|
f9aef0e422
|
ENH: Generator now creates a separate intermediate files directory for each target. This is needed for MSVC 8 to support parallel builds.
|
2005-07-27 13:36:36 -04:00 |
Ken Martin
|
4a98fcd059
|
ENH: fix some warnings and cleanup some
|
2005-07-27 12:41:08 -04:00 |
Andy Cedilnik
|
eccf5e7903
|
STYLE: Nightly Version update
|
2005-07-27 11:56:28 -04:00 |
Ken Martin
|
50cf415b2c
|
ENH: maybe fix fortran issue
|
2005-07-27 11:42:46 -04:00 |
Ken Martin
|
33efcc442b
|
ENH: fix some warnings and cleanup some
|
2005-07-27 11:36:43 -04:00 |
Ken Martin
|
ccc292e4b0
|
ENH: fix some warnings and cleanup some
|
2005-07-27 11:33:39 -04:00 |
Ken Martin
|
6cc7bca222
|
ENH: fix some warnings and cleanup some
|
2005-07-27 11:31:17 -04:00 |