Ken Martin
|
712758dfc3
|
STYLE: fix some long lines
|
2007-10-23 10:08:26 -04:00 |
Ken Martin
|
8b76142f00
|
COMP: fix a problem with a shadowed var
|
2007-10-23 10:07:40 -04:00 |
Andy Cedilnik
|
5c8401f72e
|
STYLE: Nightly Version update
|
2007-10-22 23:10:52 -04:00 |
Ken Martin
|
b6f1cb4edf
|
COMP: fix some warnings and add some doc strings back in
|
2007-10-22 16:41:15 -04:00 |
Ken Martin
|
44cce51a1a
|
COMP: fix some warnings and add some doc strings back in
|
2007-10-22 15:33:19 -04:00 |
Bill Hoffman
|
5765fbbb88
|
ENH: fix spelling error
|
2007-10-22 14:01:49 -04:00 |
Ken Martin
|
cc6f53b61f
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
2007-10-22 13:28:49 -04:00 |
Ken Martin
|
6cdf032505
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
2007-10-22 12:49:09 -04:00 |
Andy Cedilnik
|
98a48314c7
|
STYLE: Nightly Version update
|
2007-10-21 23:39:26 -04:00 |
Andy Cedilnik
|
b06f9980e8
|
STYLE: Nightly Version update
|
2007-10-20 23:04:48 -04:00 |
Andy Cedilnik
|
b6826affe8
|
STYLE: Nightly Version update
|
2007-10-19 23:03:58 -04:00 |
Bill Hoffman
|
613c35e033
|
ENH: do not always add -arch flags
|
2007-10-19 22:24:00 -04:00 |
Bill Hoffman
|
4168c0797b
|
ENH: fix line length error
|
2007-10-19 12:03:16 -04:00 |
Andy Cedilnik
|
64c124be23
|
STYLE: Nightly Version update
|
2007-10-18 22:59:57 -04:00 |
Bill Hoffman
|
3e03bca2cd
|
ENH: add ability to create links on the start menu
|
2007-10-18 09:40:10 -04:00 |
Bill Hoffman
|
0fc4d10e38
|
ENH: do not remove executables and dll's before linking them so that incremental links work, incremental links are still broken for vs 2005 and greater because of the manifest stuff
|
2007-10-18 09:38:34 -04:00 |
Bill Hoffman
|
5c4eadba23
|
ENH: add docs for variables
|
2007-10-18 09:10:42 -04:00 |
Andy Cedilnik
|
83a3d37ff6
|
STYLE: Nightly Version update
|
2007-10-17 22:55:05 -04:00 |
Andy Cedilnik
|
15ff54bc8b
|
STYLE: Nightly Version update
|
2007-10-16 22:51:25 -04:00 |
Ken Martin
|
236d1ebf56
|
ENH: added CMAKE_STRICT option for var and property checking
|
2007-10-16 14:28:37 -04:00 |
Brad King
|
1de1f4bb83
|
STYLE: Fixed line-too-long.
|
2007-10-16 10:20:59 -04:00 |
Andy Cedilnik
|
fb4905aa62
|
STYLE: Nightly Version update
|
2007-10-15 22:43:54 -04:00 |
Brad King
|
583aff2577
|
BUG: Work around bug when calling insert on an empty vector of char on midworld. Should eliminate the sporadic failure of EXECUTE_PROCESS during the SimpleInstall-Stage2 test. (david.cole from Brad's checkout on midworld)
|
2007-10-15 17:38:10 -04:00 |
Ken Martin
|
b63ff2fb6f
|
ENH: minor doc cleanups and an example of documenting a variable
|
2007-10-15 14:50:18 -04:00 |
David Cole
|
c8e832dcf5
|
BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of the INSTALL command.
|
2007-10-15 07:08:15 -04:00 |
Andy Cedilnik
|
fa513be657
|
STYLE: Nightly Version update
|
2007-10-14 22:40:48 -04:00 |
Alexander Neundorf
|
ae06467866
|
BUG: fix #5806, wrong quotes used in the exported file
Alex
|
2007-10-14 08:15:22 -04:00 |
Andy Cedilnik
|
eec2b7a2cb
|
STYLE: Nightly Version update
|
2007-10-13 22:48:52 -04:00 |
Andy Cedilnik
|
7009e0745e
|
STYLE: Nightly Version update
|
2007-10-12 22:45:37 -04:00 |
David Cole
|
2458b07464
|
BUG: Fix the dashboards! Put it back the way it was so it always creates the target directory at configure time. Figure out how to avoid it for the framework case on the Mac/Xcode later...
|
2007-10-12 11:43:50 -04:00 |
Bill Hoffman
|
79d9041d81
|
BUG: fix for bug 0003618 , allow one arch in OSX_ARCHS to work
|
2007-10-12 10:58:59 -04:00 |
Bill Hoffman
|
22fca8aa12
|
BUG: fix for bug 0005767 hang for replace string with empty
|
2007-10-12 09:58:17 -04:00 |
Brad King
|
48762a51dd
|
ENH: When an object file requires a module add the file-level dependency between the object file and the module timestamp file. Create a dummy timestamp file in case nothing in the project actually creates the module. See bug#5809.
|
2007-10-12 09:51:28 -04:00 |
Brad King
|
9f1eea193e
|
BUG: Dependency scanners should have local generators set always.
|
2007-10-12 09:32:48 -04:00 |
Andy Cedilnik
|
7fb4397f3c
|
STYLE: Nightly Version update
|
2007-10-11 22:45:12 -04:00 |
Andy Cedilnik
|
0bd06d61b1
|
STYLE: Nightly Version update
|
2007-10-10 22:32:01 -04:00 |
Ken Martin
|
8d32d229a3
|
ENH: make commands lower case by default
|
2007-10-10 11:47:43 -04:00 |
David Cole
|
8e4c7b99e1
|
ENH: Finish up the Framework creation code restructuring. Frameworks build and install now. More work needed on the packaging step. See Tests/Framework for example use.
|
2007-10-10 11:06:15 -04:00 |
Brad King
|
ea56464864
|
BUG: Fix in-interface mode. Patch from Maik Beckmann. See bug#5809.
|
2007-10-10 09:07:10 -04:00 |
Andy Cedilnik
|
bacc31a4aa
|
STYLE: Nightly Version update
|
2007-10-09 22:36:44 -04:00 |
Sebastien Barre
|
4e54f93501
|
ENH: bad bug bad
|
2007-10-09 15:20:30 -04:00 |
Ken Martin
|
35e13b11f3
|
BUG: revert doc changes since VS7 cannot compile them, will implement them in a different manner
|
2007-10-09 14:35:25 -04:00 |
Ken Martin
|
18ce24c748
|
ENH: make documentation entries actually store their data
|
2007-10-09 09:55:42 -04:00 |
Andy Cedilnik
|
b02cbf5fad
|
STYLE: Nightly Version update
|
2007-10-08 22:39:45 -04:00 |
Brad King
|
e684c35295
|
STYLE: Fixed line-too-long.
|
2007-10-08 10:05:42 -04:00 |
Brad King
|
5df777edd7
|
COMP: Added inadvertantly removed include.
|
2007-10-08 10:03:37 -04:00 |
Andy Cedilnik
|
999208dbd2
|
STYLE: Nightly Version update
|
2007-10-07 22:35:48 -04:00 |
Brad King
|
71400cad02
|
COMP: Simplified include file logic. The windows.h header should be included for all compilers on windows.
|
2007-10-07 16:22:16 -04:00 |
Andy Cedilnik
|
bdc1de21d1
|
STYLE: Nightly Version update
|
2007-10-06 22:42:35 -04:00 |
Andy Cedilnik
|
67398e26d2
|
STYLE: Nightly Version update
|
2007-10-05 22:31:12 -04:00 |