summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/JavaUtil.cpp
Commit message (Collapse)AuthorAge
* Fixed compilation failureBernard Normier2012-08-07
|
* more Java changes & testsMark Spruiell2012-08-01
|
* updating Java APIMark Spruiell2012-07-27
|
* adding more Java optional testsMark Spruiell2012-07-20
|
* implementing optional params in JavaMark Spruiell2012-07-11
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* serialVersionUID fixesJose2012-03-08
|
* ICE-3441 minor fixJose2011-12-30
|
* ICE-3441 - Compute serialVersionUIDJose2011-12-30
|
* ICE-4748: Incorrect file name in auto-generated slice2java header commentsJose2011-12-07
|
* 5095 - slice2cs and StyleCopJose2011-05-17
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fixed bug 3409 - Added stream readAndCheckSeqSize methodBenoit Foucher2009-12-11
|
* 4190 - Add header to generated files to indicate they are autogenerated.Jose2009-10-03
| | | | | | | commit 910bdd9d5cd71ac2cd357dbe5ee82b7ae81fca89 Merge: 429a086 1873f9f Author: Jose <jose@zeroc.com> Date: Sat Oct 3 01:00:34 2009 +0200
* 4171 - remove IceE support for Java.Jose2009-07-23
|
* bug 2806 - Java holder changes for class/interface typesMark Spruiell2009-07-16
|
* removing Java2 mappingMark Spruiell2009-04-03
|
* More minor fixes to metadata messages.Michi Henning2009-02-26
|
* Minor fixes to metadata messages.Jose2009-02-24
|
* bug 3715 - translator changes to improve warning/error handling in EclipseMark Spruiell2009-02-23
|
* bug 3374 & general metadata clean upMark Spruiell2009-02-20
|
* Support for serializable and protobuf metadata (from cs_serial branch)Benoit Foucher2009-02-09
|
* bug 3644 - improve integration between eclipse plugin and translatorMark Spruiell2009-02-02
| | | | bug 3657 - improve error reporting in translators
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3517 ; translator ↵Matthew Newhook2009-01-14
| | | | stdout/stderr.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3640 - If slice2java ↵Matthew Newhook2009-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | errors out generated files are left behind - Added file tracker - Added calls to file tracker when files or directories are created. - All translators cleanup created files if interrupted, or if they fail. - Normalized various error messages. - Fixed bug with slice2cs which would not correctly check if the impl files were created. Squashed commit of the following: commit 0fec143af219d59dcec5b91cb96a79179f73bd0d Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:57:25 2009 -0330 Fixed FileException for VC6. commit 38b22497c751ad9b2f86af2d44e87a23c0049d9c Merge: df29064... 4421a3d... Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:55:49 2009 -0330 Merged R3_3_branch. commit df290649637685bfff4f777ccf53f4f04fda71a0 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:45:18 2009 -0330 move checksum writing outside loop commit a9bb2356167b1f9259ce2d1f1b43d40b7fd0ce82 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:35:00 2009 -0330 added quotes commit a2f3d7a2414d08ebdc290222b8e97d8b203cc9ab Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:21:27 2009 -0330 can't -> cannot commit c3113e33a3687cae369bf7803e4f1d18c9141762 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:10:12 2009 -0330 minor fixes to output. commit 2a17d6e1b6c0e5eed8be79b8353ca3c06572e19c Author: U-WIN-5WBK5GD0FYQ\matthew <matthew@WIN-5WBK5GD0FYQ.(none)> Date: Tue Jan 13 12:05:46 2009 -0800 windows fixes. commit d8d4f6dc35043fb71b599dac7171fee0c2bb87bf Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 15:58:21 2009 -0330 remove debugging. commit f1e4d7a55e13fea4c0b84244fb437bd391fbe538 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 15:53:37 2009 -0330 Added FileTracker. Added file tracking, and cleanup to lots of translators. commit 33dbfb0124509779bd2d95bbac06a02ca9b907ac Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 09:42:16 2009 -0330 http://bugzilla/bugzilla/show_bug.cgi?id=3640 If slice2java errors out generated files are left behind
* Missing include, needed for gcc-4.3.2Jose2009-01-13
|
* Fixed build failure on VC90Bernard Normier2009-01-12
|
* another fix for 3396.Matthew Newhook2009-01-12
|
* Squashed commit of the following:Matthew Newhook2009-01-12
| | | | | | | | commit 0c7025d761813d2e121e8573ba16c14e5a6a4ea5 Author: Matthew Newhook <matthew@zeroc.com> Date: Mon Jan 12 08:09:36 2009 -0330 http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3396 slice2java fails silently if it cannot create dir
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Refactored CtrlCHandler usage in slice compilersDwayne Boone2008-11-20
|
* Added use of CtrlChandler to slice compilersDwayne Boone2008-11-19
|
* Bug 3541 - Slice signal handling unsafeDwayne Boone2008-11-18
|
* bug 2435 - Java custom typesMark Spruiell2008-02-01
|
* using Java5 types in Ice core; general cleanupMark Spruiell2008-01-30
|
* Updated copyrightDwayne Boone2008-01-23
|
* Windows fixes for translator interrupt cleanupDwayne Boone2008-01-18
|
* Bug 2540 - trap ctrl-C and unlink output filesDwayne Boone2008-01-17
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Bug 2522 for C++ and Java.Michi Henning2007-11-05
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2369Matthew Newhook2007-09-04
|
* Changed LocalObject mappingBernard Normier2007-06-04
|
* bug 2070Mark Spruiell2007-03-29
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Made Java 5 the default for IceJDwayne Boone2007-01-18
|
* Copyright changesDwayne Boone2007-01-09
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Intermediate check-in for slice2html.Michi Henning2006-11-22
|
* Added enum as java keywordDwayne Boone2006-08-21
|