From: Allen B. <al...@us...> - 2004-04-14 17:07:13
|
allenb 2004/04/14 10:07:07 PDT Modified files: . SConstruct Log: Add support for making distributions as part of building. Revision Changes Path 1.35 +4 -0 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.34&r2=1.35&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-14 13:21:22
|
allenb 2004/04/14 06:21:16 PDT Modified files: . SConstruct Log: Migrated to use AutoDist Revision Changes Path 1.33 +16 -6 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.32&r2=1.33&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-14 20:59:49
|
allenb 2004/04/14 13:59:43 PDT Modified files: . SConstruct Log: Added rpm builder Revision Changes Path 1.36 +4 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.35&r2=1.36&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-15 15:18:41
|
allenb 2004/04/15 08:18:36 PDT Modified files: . SConstruct Log: Packaging now works on Irix as well. Revision Changes Path 1.37 +7 -2 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.36&r2=1.37&diff_format=h |
From: Patrick H. <pat...@us...> - 2004-09-11 16:53:25
|
patrickh 2004/09/11 09:53:19 PDT Modified files: . SConstruct Log: Attempt to fix the build on Mac OS X (a.ka., Darwin). I don't have an OS X machine to use for testing, but since OS X uses GCC, this should be the correct fix. Revision Changes Path 1.38 +26 -0 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.37&r2=1.38&diff_format=h |
From: Patrick H. <pat...@us...> - 2004-09-11 16:59:55
|
patrickh 2004/09/11 09:59:48 PDT Modified files: (Branch: releng-0-3) . SConstruct Log: Attempt to fix the build on Mac OS X. This basically merges Revision 1.38, but since the version of this file on the HEAD branch has changed quite a lot, there had to be some minor changes made for use on this branch. Revision Changes Path 1.16.2.2 +33 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.16.2.1&r2=1.16.2.2&diff_format=h |
From: Patrick H. <pat...@us...> - 2004-09-26 17:28:08
|
patrickh 2004/09/26 10:28:01 PDT Modified files: (Branch: releng-0-3) . SConstruct Log: On Max OS X 10.2, g++ is GCC 3.3 whereas g++3 is GCC 3.1. We're almost certainly better off using the default system compiler regardless of its version, but we can still fall back on g++3 just to be safe. Revision Changes Path 1.16.2.3 +1 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.16.2.2&r2=1.16.2.3&diff_format=h |
From: Patrick H. <pat...@us...> - 2004-10-11 14:08:14
|
patrickh 2004/10/11 07:06:55 PDT Modified files: (Branch: releng-0-3) . SConstruct Log: Don't have FreeBSD pretend to be Linux. Revision Changes Path 1.16.2.4 +1 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.16.2.3&r2=1.16.2.4&diff_format=h |
From: Allen B. <al...@us...> - 2004-11-19 04:18:26
|
allenb 2004/11/18 20:18:20 PST Modified files: . SConstruct Log: Disable rpm generation for now. Revision Changes Path 1.39 +3 -3 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.38&r2=1.39&diff_format=h |
From: Allen B. <al...@us...> - 2004-11-20 03:19:33
|
allenb 2004/11/19 19:19:19 PST Modified files: . SConstruct Log: Updated build for latest version of scons-addons. Note, that there is badness here that really needs tracked down in scons-addons and fixed in the future. Revision Changes Path 1.40 +2 -2 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.39&r2=1.40&diff_format=h |
From: Patrick H. <pat...@us...> - 2005-04-24 16:40:40
|
patrickh 2005/04/24 09:40:33 PDT Modified files: . SConstruct Log: SConsAddons.Util.GetPlatform() returns 'mac' when it detects that the platform is Darwin. Revision Changes Path 1.42 +1 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.41&r2=1.42&diff_format=h |
From: Patrick H. <pat...@us...> - 2005-04-26 20:44:17
|
patrickh 2005/04/26 13:44:11 PDT Modified files: . SConstruct Log: Meager support for building using SCons on Windows (or Cygwin). This does not include the necessary naming convention for the .lib and .dll files to distinguish between debug and release builds. Revision Changes Path 1.43 +63 -23 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.42&r2=1.43&diff_format=h |
From: Patrick H. <pat...@us...> - 2005-05-03 21:52:19
|
patrickh 2005/05/03 14:51:42 PDT Modified files: (Branch: releng-0-3) . SConstruct Log: Fix building the test applications on Mac OS X. With SCons 0.96, there is no need to tell it to use -dynamiclib for building a shared library. Revision Changes Path 1.16.2.5 +1 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.16.2.4&r2=1.16.2.5&diff_format=h |
From: Patrick H. <pat...@us...> - 2005-05-03 21:52:58
|
patrickh 2005/05/03 14:52:52 PDT Modified files: . SConstruct Log: Fixed building of the test applications on Mac OS X. With SCons 0.96, there is no need to specify the use of -dynamiclib manually for shared library creation. Revision Changes Path 1.44 +1 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.43&r2=1.44&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-03-08 15:58:43
|
patrickh 2006/03/08 07:58:42 PST Modified files: . SConstruct Log: Name build directories and option cache files using a naming convention that includes the operating system *and* the processor architecture. Revision Changes Path 1.46 +3 -2 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.45&r2=1.46&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-03-08 16:22:05
|
patrickh 2006/03/08 08:21:56 PST Modified files: (Branch: releng-0-6) . SConstruct Log: MFH [rev 1.46]: Name build directories and option cache files using a naming convention that includes the operating system *and* the processor architecture. Revision Changes Path 1.44.2.2 +3 -2 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.44.2.1&r2=1.44.2.2&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 18:30:46
|
patrickh 2006/04/12 11:30:36 PDT Modified files: . SConstruct Log: Extend the build so that a 32-bit build of the library can be made on a 64-bit architecture. Right now, this only handles the case of targeting i386 from x86_64. Revision Changes Path 1.47 +36 -2 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.46&r2=1.47&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 18:31:58
|
patrickh 2006/04/12 11:31:42 PDT Modified files: (Branch: releng-0-6) . SConstruct Log: MFH [rev 1.47]: Extend the build so that a 32-bit build of the library can be made on a 64-bit architecture. Right now, this only handles the case of targeting i386 from x86_64. Revision Changes Path 1.44.2.3 +36 -2 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.44.2.2&r2=1.44.2.3&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 20:41:43
|
patrickh 2006/04/12 13:41:35 PDT Modified files: . SConstruct Log: Update the build to be more friendly (at least IMO) to building RPMs. Revision Changes Path 1.48 +60 -34 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.47&r2=1.48&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 20:43:49
|
patrickh 2006/04/12 13:43:48 PDT Modified files: (Branch: releng-0-6) . SConstruct Log: MFH: Update the build to be more friendly (at least IMO) to building RPMs. The specific revisions merged are as follows: SConstruct: 1.48 cppdom/SConscript: 1.18 Revision Changes Path 1.44.2.4 +60 -34 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.44.2.3&r2=1.44.2.4&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 21:04:56
|
patrickh 2006/04/12 14:04:55 PDT Modified files: . SConstruct Log: Added an option to disable building the test programs and the test suite. This is useful when building an RPM. Revision Changes Path 1.49 +9 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.48&r2=1.49&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 21:05:52
|
patrickh 2006/04/12 14:05:25 PDT Modified files: (Branch: releng-0-6) . SConstruct Log: MFH [rev 1.49]: Added an option to disable building the test programs and the test suite. This is useful when building an RPM. Revision Changes Path 1.44.2.5 +9 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.44.2.4&r2=1.44.2.5&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-06 15:29:14
|
dshipton 2006/06/06 07:15:49 PDT Modified files: . SConstruct Log: Add ability to version the library and include directory. Also adds the version on to the pkgconfig file that gets generated. NOTE: Versioning is enabled by default. Revision Changes Path 1.53 +23 -6 cppdom/SConstruct http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.52&r2=1.53&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-08 19:07:11
|
dshipton 2006/06/08 12:07:04 PDT Modified files: . SConstruct Log: Don't name the .pc file for now because it breaks the expectation for pkg-config Revision Changes Path 1.54 +1 -3 cppdom/SConstruct http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.53&r2=1.54&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-08 21:27:06
|
dshipton 2006/06/08 14:27:04 PDT Modified files: . SConstruct Log: Add a builder for pkg-config files that doesn't chmod 755 Revision Changes Path 1.55 +28 -2 cppdom/SConstruct http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.54&r2=1.55&diff_format=h |