Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Fix for ICE-6268, initialize enum, string and structs in ↵ | Benoit Foucher | 2015-02-20 |
| | | | | Java/C#/Objective-C/JavaScript | ||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Java serial versionUUID fixes | Jose | 2012-11-12 |
| | |||
* | Renamed OptionalType to OptionalFormat in Java (ICE-4868) | Bernard Normier | 2012-09-25 |
| | |||
* | Undo pragma-once-in-header enhancement | Bernard Normier | 2012-09-05 |
| | |||
* | Merge remote-tracking branch 'origin/master' into encoding11 | Benoit Foucher | 2012-08-06 |
|\ | | | | | | | | | | | | | Conflicts: cpp/include/Ice/Stream.h cpp/include/Slice/Preprocessor.h rb/ruby/Makefile.mak | ||
| * | ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵ | Jose | 2012-07-19 |
| | | | | | | | | files. | ||
* | | more Java changes & tests | Mark Spruiell | 2012-08-01 |
| | | |||
* | | updating Java API | Mark Spruiell | 2012-07-27 |
| | | |||
* | | adding more Java optional tests | Mark Spruiell | 2012-07-20 |
| | | |||
* | | implementing optional params in Java | Mark Spruiell | 2012-07-11 |
|/ | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | missing export symbol SLICE_API | Jose | 2011-12-30 |
| | |||
* | ICE-3441 - Compute serialVersionUID | Jose | 2011-12-30 |
| | |||
* | ICE-4748: Incorrect file name in auto-generated slice2java header comments | Jose | 2011-12-07 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | 4190 - Add header to generated files to indicate they are autogenerated. | Jose | 2009-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. | Jose | 2009-07-23 |
| | |||
* | removing Java2 mapping | Mark Spruiell | 2009-04-03 |
| | |||
* | bug 3374 & general metadata clean up | Mark Spruiell | 2009-02-20 |
| | |||
* | Support for serializable and protobuf metadata (from cs_serial branch) | Benoit Foucher | 2009-02-09 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3640 - If slice2java ↵ | Matthew Newhook | 2009-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 | ||
* | fixing FileException in JavaUtil.h for VC++ | Mark Spruiell | 2009-01-12 |
| | |||
* | Squashed commit of the following: | Matthew Newhook | 2009-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 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | Windows fixes for translator interrupt cleanup | Dwayne Boone | 2008-01-18 |
| | |||
* | IceUtil cleanup (first commit) | Bernard Normier | 2007-12-21 |
| | |||
* | 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 |
| | |||
* | some filter refactoring, enabling access of filters at session creation. | Brent Eagles | 2006-05-24 |
| | | | | Also fixing a compilation problem on VC 6 with nested class | ||
* | adding Java5 mapping; bug 848; bug 863 | Mark Spruiell | 2006-05-23 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | bug 667: adding support for java:getset metadata | Mark Spruiell | 2005-11-23 |
| | |||
* | Fix for bug 386. | Dwayne Boone | 2005-09-01 |
| | |||
* | IceE changes | Mark Spruiell | 2005-07-14 |
| | |||
* | Made Ice::Object abstract. | Michi Henning | 2005-07-04 |
| | |||
* | Removing class support from slice2javae and slice2cppe translators. | Brent Eagles | 2005-04-05 |
| | | | | | | | removed generation of object marshalling code added validation code for parsers added feature set flag to slice parser library (defaults to Ice feature set) | ||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | improving metadata validation | Mark Spruiell | 2005-01-12 |
| | |||
* | Added additional checks to validate metadata. | Michi Henning | 2004-12-07 |
| | |||
* | adding streaming API | Mark Spruiell | 2004-10-19 |
| | |||
* | Slice checksum changes | Mark Spruiell | 2004-07-02 |
| | |||
* | Fixed copyright | Bernard Normier | 2004-05-18 |
| | |||
* | Updated copyright notice | Bernard Normier | 2004-05-11 |
| |