summaryrefslogtreecommitdiff
path: root/distribution/bin/makebindist.py
Commit message (Collapse)AuthorAge
* First step in refactoring the distribution dir.Matthew Newhook2015-03-20
|
* Some cleanup of distribution filesDwayne Boone2015-03-13
|
* ICE-6351 get rid of @ver@, @mmver@, etc in the sourcesDwayne Boone2015-03-11
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* removing RELEASE_NOTESMark Spruiell2014-11-13
|
* Fixes for binary distributionsJose2014-11-04
|
* makebindist fixesJose2014-10-31
|
* merging javascript branchMark Spruiell2014-03-19
|
* Test & Build auotomation scriptsJose2013-08-26
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Added C++11 libraries/binaries to OS X binary distributionJose2013-01-30
|
* Undo OS X Frameworks updatesJose2013-01-21
|
* Added OS X FrameworksJose2013-01-17
|
* OS X installer fixesBenoit Foucher2013-01-08
|
* Add OS X installer, minor distribution fixes.Jose2012-12-22
|
* Fixed building of Ice for Python with makebindist.pyBenoit 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
* Fixed copyrightsBenoit Foucher2012-04-25
|
* Updated jgoodies in makebindist filesDwayne Boone2011-05-19
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Bug 4533 - libiconv.so link in Solaris x86 binariesDwayne Boone2009-12-22
|
* makebindist.py fixes for SolarisBenoit Foucher2009-12-20
|
* Additional makebindist.py fixesBenoit Foucher2009-12-18
|
* Updates to makebindistDwayne Boone2009-12-17
| | | | Fixed make install in IceGrid and IceStorm
* 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
|
* Fixed bug 2919 & 2915Benoit Foucher2008-03-25
|
* Fixed bug 2879Benoit Foucher2008-03-21
|
* Fixed bug 2854 and build system to correctly setup environment when building ↵Benoit Foucher2008-03-20
| | | | with 64bits
* Documentation fixes, distribution fixiesBenoit Foucher2008-02-15
|
* makebindist.py fixesBenoit Foucher2008-02-15
|
* Minor makedist.py fix and fixed again IceSL Exception.csBenoit Foucher2008-02-15
|
* makedist.py fixes and new makebindist.pyBenoit Foucher2008-02-11
|
* Minor fixBenoit Foucher2008-02-05
|
* Updated copyrightDwayne Boone2008-01-23
|
* Bug 2261 - renaming Ice for C# to Ice for .NETDwayne Boone2008-01-16
|
* - 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.