Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | More gradle changes. | Matthew Newhook | 2014-10-23 |
| | | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory. | ||
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | python 3 support | Mark Spruiell | 2012-04-24 |
| | |||
* | ICE-4322 - Use "#pragma once" in Slice files | Jose | 2012-02-21 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Fixed bug 4587 - ant clean removes db directories from source distributions | Benoit Foucher | 2010-01-08 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Fix for bug 4538 -- Freeze file lock is now stored in __Freeze subdirectory | Benoit Foucher | 2010-01-05 |
| | |||
* | Minor fixes to several test scripts. | Jose | 2009-12-12 |
| | |||
* | 4279 - alllTest.py fails to run if source path contains white spaces. | Jose | 2009-11-26 |
| | |||
* | http://bugzilla/bugzilla/show_bug.cgi?id=4333 | Matthew Newhook | 2009-10-27 |
| | | | | | - Fix bug with the WatchdogThread, which caused hangs if the test failed. - Get rid of TestUtil.cleanup() | ||
* | bug 252 - Freeze finalizers | Mark Spruiell | 2009-05-18 |
| | | | | bug 2552 - Update Freeze for Java5 | ||
* | removing Java2 mapping | Mark Spruiell | 2009-04-03 |
| | |||
* | Bug 3816 - make tests less timing sensitive | Dwayne Boone | 2009-03-30 |
| | |||
* | Merged android-testsuite branch. | Matthew Newhook | 2009-03-24 |
| | |||
* | http://bugzilla/bugzilla/show_bug.cgi?id=3808 - odd output in ↵ | Matthew Newhook | 2009-03-12 |
| | | | | | | | | | | | | | | | | | | IceGrid/activation test. Squashed commit of the following: commit 201ba9220339ff3a1a828b16782bf78d39949ed7 Author: Matthew Newhook <matthew@centosvm4.matthew.zeroc.com> Date: Thu Mar 12 01:51:20 2009 +0800 Delay the start of the reading thread until "ok" has been printed. commit a5eadfe584720f93502fffcd08ef40acab5416c6 Author: Matthew Newhook <matthew@centosvm4.matthew.zeroc.com> Date: Thu Mar 12 00:52:17 2009 +0800 added missing flush. | ||
* | bug 3021 - replace StringBuffer with StringBuilder | Mark Spruiell | 2009-02-10 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3627 fix ant clean rules. | Matthew Newhook | 2009-01-09 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Numerous cleanups to the test suite and expect scripts. | Matthew Newhook | 2008-08-04 |
| | | | | | | Conflicts: cpp/test/Glacier2/staticFiltering/run.py | ||
* | bug 2615 | Matthew Newhook | 2008-02-14 |
| | |||
* | using Java5 types in Ice core; general cleanup | Mark Spruiell | 2008-01-30 |
| | |||
* | Many build system fixes to not require ICE_HOME anymore when building a ↵ | Benoit Foucher | 2008-01-29 |
| | | | | source distribution | ||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | Removed remnants of LocalObjectImpl (Bug 2157). | Michi Henning | 2007-12-28 |
| | |||
* | - Moved cpp/slice to slice | Brent Eagles | 2007-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. | ||
* | Fixed IceGrid/IceStorm demos Makefiles and build.xml files to correctly ↵ | Benoit Foucher | 2007-06-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup the db directories. Added some missing .gitignore files in the demos. Squashed commit of the following: commit 142eaf150bf84ceee122aedacea54b9e39922b46 Author: U-ASUS\benoit <benoit@asus.(none)> Date: Wed Jun 13 21:37:29 2007 +0200 More fixes, add .gitignore files Java/C#/Python demos commit ffb269a87eccfefcaa35827b100c1ca740f2961c Author: U-ASUS\benoit <benoit@asus.(none)> Date: Wed Jun 13 21:17:43 2007 +0200 More fixes for Java commit c368d5da7d537b4bafa2f6b1940d4f5fcba0c478 Author: U-ASUS\benoit <benoit@asus.(none)> Date: Wed Jun 13 17:33:09 2007 +0200 Java build.xml fixes commit c48a7678013cb5dd3e41f5b818b23a4ba6d0bc45 Author: U-ASUS\benoit <benoit@asus.(none)> Date: Wed Jun 13 15:51:05 2007 +0200 Fixed Makefile.mak clean rules | ||
* | added another missing .gitignore file. | Matthew Newhook | 2007-06-13 |
| | |||
* | Fixed bug with TestUtil.cleanDbDir and IceGridAdmin.cleanDbDir. | Matthew Newhook | 2007-06-13 |
| | | | | | Added back accidently erased .gitignore files. Added clean rules to IceGrid demo Makefiles. | ||
* | Fixed typos for bug 2225. | Michi Henning | 2007-06-13 |
| | |||
* | Add some descriptive text to the .gitignore file. | Matthew Newhook | 2007-06-13 |
| | |||
* | replace .dummy with .gitignore. Fix makedist.py to remove the .gitignore files. | Matthew Newhook | 2007-06-13 |
| | |||
* | backout change I accidently committed to PythonUtil.cpp. Add more .gitignore ↵ | Matthew Newhook | 2007-06-11 |
| | | | | files. | ||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2231 | Matthew Newhook | 2007-06-07 |
| | |||
* | Fixed bug 1778 | Benoit Foucher | 2007-02-08 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | Made Java 5 the default for IceJ | Dwayne Boone | 2007-01-18 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | adding Java5 mapping; changing to use import | Mark Spruiell | 2006-05-23 |
| | |||
* | adding SSL plugin for Java5 | Mark Spruiell | 2006-05-15 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | fix for CentOS waitpid bug | Mark Spruiell | 2006-02-01 |
| | |||
* | adding calls to System.gc() in tests | Mark Spruiell | 2005-04-21 |
| | |||
* | 2004 to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | Changed Java language mapping to create "no current" versions of operations | Michi Henning | 2004-08-03 |
| | | | | on classes. | ||
* | Got carried away when changing the tests to unbuffered I/O and changed more | Michi Henning | 2004-07-06 |
| | | | | than necessary. Changed back now :-) | ||
* | Changed test scripts to use unbuffered I/O so when we run the scripts from | Michi Henning | 2004-07-06 |
| | | | | | allTests.py, we get to see the output as it is produced, not line by line. |