Commit Graph

7406 Commits

Author SHA1 Message Date
Bill Hoffman
b22a464bcc ENH: merge changs from main tree 2006-05-11 10:56:01 -04:00
Bill Hoffman
0c4f1e3f80 ENH: merge changes from main tree 2006-05-11 10:33:21 -04:00
Bill Hoffman
e2c41d8436 ENH: move changes from main tree 2006-05-10 22:15:09 -04:00
Bill Hoffman
ec4fbc338c ENH: allow package name to be changed from cmake cache 2006-05-10 09:28:22 -04:00
Bill Hoffman
fac986ae9d ENH: merge from main tree 2006-05-09 16:30:53 -04:00
Bill Hoffman
0c14932ae6 ENH: move changes from main tree and change version to 2.4.2 2006-05-07 10:55:43 -04:00
Bill Hoffman
c67d55b2e7 ENH: try again 2006-05-01 22:40:17 -04:00
Bill Hoffman
4a2cc02831 ENH: try to call cpack from script 2006-05-01 22:31:08 -04:00
Bill Hoffman
35dc919004 ENH: move files from main tree to 2.4.1 2006-04-30 10:59:20 -04:00
Bill Hoffman
dbcf3c792c ENH: merge in changes from main tree and change version to 2.4.1-beta 2006-04-29 11:49:22 -04:00
Bill Hoffman
e841dde6c3 ENH: merge changes from main tree 2006-04-28 09:00:10 -04:00
Bill Hoffman
e6d820ed49 ENH: move from main tree to 2.4 branch 2006-04-25 12:09:14 -04:00
Bill Hoffman
661298475f ENH: fix fltk fluid order of build 2006-04-24 12:12:45 -04:00
Bill Hoffman
8913cbffde ENH: move stuff from main tree 2006-04-21 10:26:06 -04:00
Bill Hoffman
f29d881d3d ENH: merge changes from main tree 2006-04-20 16:16:32 -04:00
Bill Hoffman
029b3b10cb ENH: put cvs2cl changelog to match branch 2006-04-19 12:58:15 -04:00
Bill Hoffman
74bd892610 ENH: add changelog for 2.4 2006-04-19 12:30:38 -04:00
Bill Hoffman
9a64e11474 ENH: make cpack names match old cmake release process 2006-04-18 16:40:40 -04:00
Bill Hoffman
0d57f4a3ea BUG: make sure help has global targets 2006-04-18 15:30:39 -04:00
Bill Hoffman
989b62569c ENH: move version numbers to 2.4.0 2006-04-18 14:48:33 -04:00
Brad King
7b4adecf98 BUG: Do not require language flags variables. Other generators do not, and it breaks programmable language support (like the Java test). 2006-04-18 11:53:41 -04:00
Sebastien Barre
d5237b30fc ENH: try to bypass Microsoft assert() on isspace, isalpha, etc. 2006-04-18 11:50:39 -04:00
Brad King
428b4c9244 ENH: Updated VS6 generator to use target.GetFullName() to compute target file names. 2006-04-18 11:45:31 -04:00
Brad King
392137b6d7 ENH: Added <config>_OUTPUT_NAME target property to allow the output name to be set on a per-configuration basis. 2006-04-18 10:56:28 -04:00
Andy Cedilnik
0ec43f7abd ENH: Cleanup header and make license compatible with VIM 2006-04-18 10:32:28 -04:00
Andy Cedilnik
88ebd1d362 ENH: Remove some debugging 2006-04-18 10:32:08 -04:00
Brad King
84f672155c BUG: Using the source-file permissions by default for installation is somewhat unpredictable because users can extract source code with almost any permissions (umask). Changing the default to use 644 for files and 755 for programs. No release has documented the old behavior so we do not need compatibility. 2006-04-18 10:30:56 -04:00
Brad King
016e689f57 BUG: Fixed missing false values in documentation of IF command. 2006-04-18 10:27:24 -04:00
Brad King
9db4220671 BUG: Need to ignore source packaging of #*# files created by emacs during editing. 2006-04-18 10:01:37 -04:00
Andy Cedilnik
e39ca96c50 COMP: Remove non-existent header 2006-04-18 09:24:15 -04:00
Andy Cedilnik
4709c76f0f ENH: More cleanups and add stgz header script, so it does not have to be hard-coded. Also, the user can overwrite it 2006-04-18 08:25:24 -04:00
Andy Cedilnik
77771481dd STYLE: Nightly Version update 2006-04-18 08:17:46 -04:00
Andy Cedilnik
126e5e39ff ENH: Fix copyright year 2006-04-17 19:02:42 -04:00
Bill Hoffman
1c44342cff ENH: remove duplicate file name test because it fails on xcode 2006-04-17 18:10:16 -04:00
Andy Cedilnik
71b370c79c BUG: Verify the global target name exists before using it. Fixes VS and Xcode 2006-04-17 16:06:31 -04:00
Bill Hoffman
d71f723b11 ENH: fix find x11 on the mac 2006-04-17 15:55:24 -04:00
Bill Hoffman
8fa5ed7300 ENH: fix java for ide builds again 2006-04-17 15:35:51 -04:00
Andy Cedilnik
1e608c912c ENH: Add packaging of source code (make package_source) 2006-04-17 15:26:54 -04:00
Mathieu Malaterre
688e630f6b COMP: Fix compilation on linux (dlopen/dlclose symbols) 2006-04-17 14:13:39 -04:00
Bill Hoffman
5ecfd3d4d3 ENH: fix java and add OBJECT_DIR support 2006-04-17 14:01:22 -04:00
Bill Hoffman
0f8603acc2 ENH: allow multiple files with the same name in different sub dirs test 2006-04-17 13:59:23 -04:00
Bill Hoffman
69488e5bd2 ENH: allow multiple files with the same name in different subdirs 2006-04-17 13:58:28 -04:00
Bill Hoffman
c80faed7f6 ENH: add mingw test to cxx 2006-04-17 13:57:34 -04:00
Bill Hoffman
b4c7f843f9 ENH: add windows apps to mingw 2006-04-17 13:57:08 -04:00
Andy Cedilnik
9c2894029e STYLE: Nightly Version update 2006-04-17 07:56:33 -04:00
Andy Cedilnik
32cd4a8c58 ENH: Cleanup, make case insensitive, remove macro since it does not work anyway 2006-04-16 13:49:25 -04:00
Andy Cedilnik
4a99b9abf9 STYLE: Nightly Version update 2006-04-16 08:08:16 -04:00
Andy Cedilnik
c09c3c6bfa ENH: Support for packaging source, several cleanups and more yeehaa... 2006-04-15 13:02:18 -04:00
Andy Cedilnik
1df8e12c42 STYLE: Nightly Version update 2006-04-15 08:12:37 -04:00
Bill Hoffman
f7f05bee76 ENH: make sure frameworks are not searched for x header files 2006-04-14 15:08:25 -04:00