From: Ben S. <non...@us...> - 2002-12-01 06:49:31
|
nonchocoboy 2002/11/30 22:49:30 PST Added files: . SConstruct Log: Starting a VERY basic SCons build. Revision Changes Path 1.2 +155 -0 cppdom/SConstruct (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct?rev=1.2&content-type=text/plain |
From: Ben S. <non...@us...> - 2003-01-02 23:30:45
|
nonchocoboy 2003/01/02 15:30:43 PST Modified files: . SConstruct Log: Minor tweaks to the SCons build Revision Changes Path 1.4 +3 -3 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.3&r2=1.4&diff_format=h |
From: Patrick H. <pat...@us...> - 2003-02-19 01:30:22
|
patrickh 2003/02/18 17:30:21 PST Modified files: . SConstruct Log: Recognize FreeBSD (more or less). Revision Changes Path 1.6 +2 -0 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.5&r2=1.6&diff_format=h |
From: Allen B. <al...@us...> - 2003-04-03 05:48:29
|
allenb 2003/04/02 21:48:28 PST Modified files: . SConstruct Log: Make build a little smarter. BuildDir is still smarter then me though. Revision Changes Path 1.8 +22 -8 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.7&r2=1.8&diff_format=h |
From: Allen B. <al...@us...> - 2003-04-03 05:54:13
|
allenb 2003/04/02 21:54:12 PST Modified files: . SConstruct Log: Help is good. Revision Changes Path 1.9 +10 -4 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.8&r2=1.9&diff_format=h |
From: Allen B. <al...@us...> - 2003-04-03 06:17:12
|
allenb 2003/04/02 22:17:11 PST Modified files: . SConstruct Log: Added some more build stuff. - Moved prefix to option - Other nice things Revision Changes Path 1.10 +10 -4 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.9&r2=1.10&diff_format=h |
From: Allen B. <al...@us...> - 2003-07-08 21:50:09
|
allenb 2003/07/08 14:50:08 PDT Modified files: . SConstruct Log: Added support for sun platform (with gcc compiler tool chain). Revision Changes Path 1.11 +31 -0 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.10&r2=1.11&diff_format=h |
From: Allen B. <al...@us...> - 2003-07-08 21:54:43
|
allenb 2003/07/08 14:54:42 PDT Modified files: . SConstruct Log: Go ahead and compile the test directory even if we don't have cppunit. We only need cppunit for the suite subdirectory. Revision Changes Path 1.12 +2 -3 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.11&r2=1.12&diff_format=h |
From: Allen B. <al...@us...> - 2003-10-07 20:22:00
|
allenb 2003/10/07 13:21:54 PDT Modified files: . SConstruct Log: Fixed problem using AutoDist Revision Changes Path 1.13 +12 -3 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.12&r2=1.13&diff_format=h |
From: Allen B. <al...@us...> - 2004-01-14 18:40:32
|
allenb 2004/01/14 10:40:31 PST Modified files: . SConstruct Log: - Remove some warnings that were not needed - Check for Options.Save in a different way - Add alias for install target Revision Changes Path 1.15 +9 -7 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.14&r2=1.15&diff_format=h |
From: Patrick H. <pat...@us...> - 2004-01-28 16:51:52
|
patrickh 2004/01/28 08:50:41 PST Modified files: . SConstruct Log: Update the minimum required version of SCons to 0.94. If 0.92 can't run this code, then 0.11 certainly can't. Revision Changes Path 1.16 +2 -2 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.15&r2=1.16&diff_format=h |
From: Allen B. <al...@us...> - 2004-02-14 18:27:31
|
allenb 2004/02/14 10:20:53 PST Modified files: . SConstruct Log: Attempt to build even if platform is not directly supported. Revision Changes Path 1.17 +2 -3 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.16&r2=1.17&diff_format=h |
From: Allen B. <al...@us...> - 2004-02-20 23:29:33
|
allenb 2004/02/20 15:18:03 PST Modified files: . SConstruct Log: Add options for opt to help text Revision Changes Path 1.19 +8 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.18&r2=1.19&diff_format=h |
From: Allen B. <al...@us...> - 2004-02-21 15:04:37
|
allenb 2004/02/21 06:52:33 PST Modified files: . SConstruct Log: Add boost option and refactor to handle --help better Revision Changes Path 1.20 +113 -67 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.19&r2=1.20&diff_format=h |
From: Allen B. <al...@us...> - 2004-02-29 16:34:56
|
allenb 2004/02/29 08:24:37 PST Modified files: . SConstruct Log: Fix up the build to make it put all .o's in build directory Revision Changes Path 1.22 +3 -3 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.21&r2=1.22&diff_format=h |
From: Patrick H. <pat...@us...> - 2004-03-07 22:42:20
|
patrickh 2004/03/07 14:26:27 PST Modified files: (Branch: releng-0-3) . SConstruct Log: Removed the tar file build step. As far as I can tell, it's horribly broken. Among other things, I am pretty sure it has littered my entire home directory with .sconsign files. Revision Changes Path 1.16.2.1 +0 -19 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.16&r2=1.16.2.1&diff_format=h |
From: Patrick H. <pat...@us...> - 2004-04-06 16:04:39
|
patrickh 2004/04/06 08:51:49 PDT Modified files: . SConstruct Log: I don't think that the -z option to tar(1) is being appended correctly. This should fix it. Revision Changes Path 1.24 +1 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.23&r2=1.24&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-07 16:16:14
|
allenb 2004/04/07 09:03:17 PDT Modified files: . SConstruct Log: Fix build breakage caused by bad -z flag passed to tar. Revision Changes Path 1.25 +1 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.24&r2=1.25&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-08 16:19:11
|
allenb 2004/04/08 09:06:02 PDT Modified files: . SConstruct Log: Add support for platform specific options file. Revision Changes Path 1.26 +8 -3 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.25&r2=1.26&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-13 14:32:42
|
allenb 2004/04/13 07:18:44 PDT Modified files: . SConstruct Log: In process development of super-glob. Revision Changes Path 1.27 +111 -13 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.26&r2=1.27&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-14 03:16:05
|
allenb 2004/04/13 20:15:57 PDT Modified files: . SConstruct Log: Remove unneeded cruft from Irix environment factory method. Revision Changes Path 1.30 +1 -15 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.29&r2=1.30&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-14 03:06:45
|
allenb 2004/04/13 20:06:40 PDT Modified files: . SConstruct Log: Update build to use scons-addons. For now developers have to have in path. Once build stabalizes, this will be imported in a vendor branch in tools/build so this will not need to be a requirement. Revision Changes Path 1.29 +4 -5 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.28&r2=1.29&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-14 03:21:53
|
allenb 2004/04/13 20:21:47 PDT Modified files: . SConstruct Log: Just use the default compiler since it is CC. Revision Changes Path 1.31 +4 -4 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.30&r2=1.31&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-14 03:23:37
|
allenb 2004/04/13 20:23:30 PDT Modified files: . SConstruct Log: Remove un-needed setting of CXX and LINK env vars. Revision Changes Path 1.32 +0 -4 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.31&r2=1.32&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-14 13:38:37
|
allenb 2004/04/14 06:38:30 PDT Modified files: . SConstruct Log: Comment out useless tar command. Revision Changes Path 1.34 +2 -2 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.33&r2=1.34&diff_format=h |