summaryrefslogtreecommitdiff
path: root/distribution/lib/DistUtils.py
Commit message (Collapse)AuthorAge
...
* Minor OS X DistUtils.py fixBenoit Foucher2012-11-27
|
* Updated makebindist.py and DistUtils.py for Solaris and OS X:Bernard Normier2012-11-26
| | | | | | - fixed Solaris third parties - added parallel builds on Solaris (-j 40) and OS X (-j 8) - removed Qt
* Version fixes for makebindist.pyBenoit Foucher2012-11-23
|
* Remove generateBisonFiles and generateFlexFiles from DistUtils.pyMatthew Newhook2012-11-16
| | | | | Fixed makedist.py to correctly set CRLF for text files for Windows dist. Removed cpp/demo/Ice/MFC from the UNIX distributions.
* Fixed copyrightsBenoit Foucher2012-04-25
|
* Updated jgoodies in makebindist filesDwayne Boone2011-05-19
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated jgoodies versionsDwayne Boone2010-05-31
|
* changes for DB 4.8.30Mark Spruiell2010-05-14
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Changed top-level directory in demos.zip to be Ice-3.4b-demosBenoit Foucher2010-01-06
|
* Bug 4533 - libiconv.so link in Solaris x86 binariesDwayne Boone2009-12-22
|
* makebindist.py fixes for SolarisBenoit Foucher2009-12-20
|
* Copy Qt librariesDwayne Boone2009-12-18
|
* Fixed typo in Qt defineDwayne Boone2009-12-18
|
* Additional makebindist.py fixesBenoit Foucher2009-12-18
|
* Updates to makebindistDwayne Boone2009-12-17
| | | | Fixed make install in IceGrid and IceStorm
* Upgrade to BDB 4.8.24Dwayne Boone2009-10-02
|
* bug 4255 - updating version of ProGuard and other third-party libsMark Spruiell2009-09-10
|
* Partial fix for 4210 - Update to latest Berkeley DB 4.7.25Jose2009-09-03
|
* Bug 3624 - desupport HPDwayne Boone2009-05-05
|
* Bug 3851 - fix check for loks/formsDwayne Boone2009-03-12
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Cleaned up DistUtils.pyBenoit Foucher2008-07-01
|
* Minor fix for chatdemo build system & makedist.py cleanupBenoit Foucher2008-06-09
|
* - Fixed bug 3242Benoit Foucher2008-06-06
| | | | | | | | | | | - Cleaned up makesldist.py and makedist.py (moved common code to distribution/lib/DistUtils.py) - Added -c option to makedist.py and makesldist.py to allow compartion distribution with previous one. Conflicts: makesldist.py
* Fixed bug 2393 - Mac OS X build now uses -rpath linker optionBenoit Foucher2008-03-26
|
* Bug 2909 - missing db.jarDwayne Boone2008-03-24
|
* Fixed bug 2854 and build system to correctly setup environment when building ↵Benoit Foucher2008-03-20
| | | | with 64bits
* More Bug 2858Dwayne Boone2008-03-20
|
* Fixed bug 2740Benoit Foucher2008-03-04
|
* Documentation fixes, distribution fixiesBenoit Foucher2008-02-15
|
* makebindist.py fixesBenoit Foucher2008-02-15
|
* makedist.py fixes and new makebindist.pyBenoit Foucher2008-02-11
|
* - Moved cpp/slice to sliceBrent Eagles2007-11-07
- Merged all TestUtil.py modules to config/TestUtil.py - Moved all certs to config/certs - Updated test scripts to refer to new TestUtil.py module and use new interfaces - Updated build systems to refer to new slice location - Moved cpp/install to distribution - Moved and merged all IceGridAdmin.py modules to config. - Modified build system to deal with new build logic. That is there are 3 basic ways to find the slice translators and runtime: ICE_HOME, an RPM install and the source distribution. Automatically detecting Ice in a default install location is now problematic and no longer done.