summaryrefslogtreecommitdiff
path: root/java/test/Freeze/complex
Commit message (Collapse)AuthorAge
* More gradle changes.Matthew Newhook2014-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 Newhook2014-10-20
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* python 3 supportMark Spruiell2012-04-24
|
* ICE-4322 - Use "#pragma once" in Slice filesJose2012-02-21
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Fixed bug 4587 - ant clean removes db directories from source distributionsBenoit Foucher2010-01-08
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fix for bug 4538 -- Freeze file lock is now stored in __Freeze subdirectoryBenoit Foucher2010-01-05
|
* Minor fixes to several test scripts.Jose2009-12-12
|
* 4279 - alllTest.py fails to run if source path contains white spaces.Jose2009-11-26
|
* http://bugzilla/bugzilla/show_bug.cgi?id=4333Matthew Newhook2009-10-27
| | | | | - Fix bug with the WatchdogThread, which caused hangs if the test failed. - Get rid of TestUtil.cleanup()
* bug 252 - Freeze finalizersMark Spruiell2009-05-18
| | | | bug 2552 - Update Freeze for Java5
* removing Java2 mappingMark Spruiell2009-04-03
|
* Bug 3816 - make tests less timing sensitiveDwayne Boone2009-03-30
|
* Merged android-testsuite branch.Matthew Newhook2009-03-24
|
* http://bugzilla/bugzilla/show_bug.cgi?id=3808 - odd output in ↵Matthew Newhook2009-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 StringBuilderMark Spruiell2009-02-10
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3627 fix ant clean rules.Matthew Newhook2009-01-09
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Numerous cleanups to the test suite and expect scripts.Matthew Newhook2008-08-04
| | | | | | Conflicts: cpp/test/Glacier2/staticFiltering/run.py
* bug 2615Matthew Newhook2008-02-14
|
* using Java5 types in Ice core; general cleanupMark Spruiell2008-01-30
|
* Many build system fixes to not require ICE_HOME anymore when building a ↵Benoit Foucher2008-01-29
| | | | source distribution
* Updated copyrightDwayne Boone2008-01-23
|
* Removed remnants of LocalObjectImpl (Bug 2157).Michi Henning2007-12-28
|
* - 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.
* Fixed IceGrid/IceStorm demos Makefiles and build.xml files to correctly ↵Benoit Foucher2007-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 Newhook2007-06-13
|
* Fixed bug with TestUtil.cleanDbDir and IceGridAdmin.cleanDbDir.Matthew Newhook2007-06-13
| | | | | Added back accidently erased .gitignore files. Added clean rules to IceGrid demo Makefiles.
* Fixed typos for bug 2225.Michi Henning2007-06-13
|
* Add some descriptive text to the .gitignore file.Matthew Newhook2007-06-13
|
* replace .dummy with .gitignore. Fix makedist.py to remove the .gitignore files.Matthew Newhook2007-06-13
|
* backout change I accidently committed to PythonUtil.cpp. Add more .gitignore ↵Matthew Newhook2007-06-11
| | | | files.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2231Matthew Newhook2007-06-07
|
* Fixed bug 1778Benoit Foucher2007-02-08
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Made Java 5 the default for IceJDwayne Boone2007-01-18
|
* Updated copyright headerDwayne Boone2007-01-08
|
* adding Java5 mapping; changing to use importMark Spruiell2006-05-23
|
* adding SSL plugin for Java5Mark Spruiell2006-05-15
|
* Updated copyrightDwayne Boone2006-03-14
|
* fix for CentOS waitpid bugMark Spruiell2006-02-01
|
* adding calls to System.gc() in testsMark Spruiell2005-04-21
|
* 2004 to 2005Bernard Normier2005-02-16
|
* Changed Java language mapping to create "no current" versions of operationsMichi Henning2004-08-03
| | | | on classes.
* Got carried away when changing the tests to unbuffered I/O and changed moreMichi Henning2004-07-06
| | | | than necessary. Changed back now :-)
* Changed test scripts to use unbuffered I/O so when we run the scripts fromMichi Henning2004-07-06
| | | | | allTests.py, we get to see the output as it is produced, not line by line.