summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: use ansi flagsBill Hoffman2005-08-013-0/+3
* ENH: Add set and get test propety commandAndy Cedilnik2005-07-3110-5/+338
* STYLE: Nightly Version updateAndy Cedilnik2005-07-311-1/+1
* ENH: no c++ comments in a c fileBill Hoffman2005-07-313-6/+6
* STYLE: Nightly Version updateAndy Cedilnik2005-07-301-1/+1
* ENH; better warning message and fix type per julienKen Martin2005-07-291-1/+4
* ENH: do not test for c and cxx flags on visual studio as it does not work yetBill Hoffman2005-07-296-33/+54
* ENH: change loc of log filesKen Martin2005-07-291-2/+2
* ENH: add new test to make sure c and cxx flags are going to the right filesBill Hoffman2005-07-299-3/+102
* 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-2933-89/+109
* 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
* 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 $(IntDi...Brad King2005-07-271-4/+7
* BUG: Hack to support building existing trees with UTILITY_SOURCE commands and...Brad King2005-07-271-5/+9
* 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 t...Brad King2005-07-273-9/+30
* 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: Added VS8 support for DART_CXX_NAME.Brad King2005-07-261-1/+5
* ENH: make sure source file depends are used to determine if custom commands a...Bill Hoffman2005-07-261-3/+6
* ENH: if it is not a cmake target or a full path do not put depend information...Bill Hoffman2005-07-261-1/+1
* ENH: make sure custom command depend on fluid so if fltk is part of project f...Bill Hoffman2005-07-261-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2005-07-261-1/+1
* ENH: Added FundamentalType header defining platform-independent fixed size/si...Brad King2005-07-262-1/+217
* ENH: Added TEST_KWSYS_CXX_SAME_LONG_AND___INT64, TEST_KWSYS_CXX_SAME_LONG_LON...Brad King2005-07-261-0/+44
* ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of buil...Brad King2005-07-264-8/+19
* ENH: Add support for multi-string compiler name, and improve support for subv...Andy Cedilnik2005-07-261-44/+50
* ENH: fix lib case bug correctlyBill Hoffman2005-07-251-1/+11
* STYLE: Nightly Version updateAndy Cedilnik2005-07-251-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2005-07-241-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2005-07-231-1/+1
* BUG: undo fixBill Hoffman2005-07-231-6/+1
* STYLE: Nightly Version updateAndy Cedilnik2005-07-221-1/+1
* ENH: more efficent fix for bug # 2063Bill Hoffman2005-07-221-4/+6
* BUG: fix for case mismatched lib bug # 2063Bill Hoffman2005-07-221-1/+4
* ENH: string += is very slow, so don't use itBill Hoffman2005-07-221-4/+10