Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ICE-4594 Patch for local exception and C++ ice_print | Jose | 2011-12-07 | |
| | ||||
* | slice2cpp fir for clang warning | Jose | 2011-10-28 | |
| | ||||
* | ICE-4708 - Regression generated code for default-value | Jose | 2011-10-21 | |
| | ||||
* | Fixed ICE-4721 - support for OS X clang | Benoit Foucher | 2011-10-18 | |
| | ||||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 | |
| | ||||
* | bug 4857 - incorrect linkage for types with default values | Mark Spruiell | 2011-05-06 | |
| | ||||
* | 4851 - slice2cpp bug for string literals | Jose | 2011-04-13 | |
| | ||||
* | 4815 - out["cpp:array"] generates C++ doesn't compile. | Jose | 2011-03-14 | |
| | ||||
* | bug 4794 - allow default values to refer to constants | Mark Spruiell | 2010-07-23 | |
| | ||||
* | bug 4758 - bogus C++ streaming code for nested types | Mark Spruiell | 2010-05-25 | |
| | ||||
* | bug 4752 - allow underscores in Slice identifiers | Mark Spruiell | 2010-05-24 | |
| | ||||
* | bug 4749 - duplicate Slice files cause slice2java to fail | Mark Spruiell | 2010-05-14 | |
| | ||||
* | changing Ice version to 3.4.1 | Mark Spruiell | 2010-05-14 | |
| | ||||
* | bug 4725 - generate one shot constructor for structs | Mark Spruiell | 2010-05-12 | |
| | ||||
* | bug 4719 - asynchronous end_ method not exported | Mark Spruiell | 2010-04-30 | |
| | ||||
* | bug 4710 - missing include of StreamF.h | Mark Spruiell | 2010-03-23 | |
| | ||||
* | Cleaning up translator and adding tests related to bug 4704. | Mark Spruiell | 2010-03-09 | |
| | | | | | This commit does NOT need to be included in the official patch for this bug. | |||
* | bug 4704 - template error in nested Slice definition | Mark Spruiell | 2010-03-09 | |
| | ||||
* | bug 4650 - Slice default values | Mark Spruiell | 2010-02-05 | |
| | ||||
* | Bug 4654 - slice2cpp MetaDataVisitor::visitParamDecl(const ParamDeclPtr& p) ↵ | Jose | 2010-02-05 | |
| | | | | never used | |||
* | Updated version to 3.4.0 | Dwayne Boone | 2010-01-20 | |
| | ||||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 | |
| | ||||
* | - Fixed bug 4521: it's now possible to build the tests & demos against | Benoit Foucher | 2009-12-31 | |
| | | | | | | | | | | | | | | | C:\Program Files\ZeroC\Ice-3.4b. To support this, new .depend.mak files were added. - Fixed nmake install to support installing Ice in C:\Program Files. - Fixed bug 4569: test/IceUtil/inputUtil VC6 compilation failure. - Updated all dependencies. - Fixed C# slice2cs compiler options for all C# demo makefiles (no need for --ice or extra -I options) - Fixed nmake install for 64 bits build of Ice for Python (we now correctly install IcePy in the x64 subdir). - Demos and tests builds will now look for Ice in C:\Program Files\ZeroC\Ice-3.4b by default is ICE_HOME isn't set (or C:\Program Files (x86)\ZeroC\Ice-3.4b) | |||
* | Fixes for 4471 - more Ice stream fixes | Benoit Foucher | 2009-12-15 | |
| | ||||
* | Fix typo | Jose | 2009-12-14 | |
| | ||||
* | 4471 - read(std::vector<bool>) and Stream deprecate old methods. | Jose | 2009-12-14 | |
| | ||||
* | Fixed bug 3409 - Added stream readAndCheckSeqSize method | Benoit Foucher | 2009-12-11 | |
| | ||||
* | - bug 3533: add async version of Connection/Communicator | Mark Spruiell | 2009-12-08 | |
| | | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies | |||
* | Fixed bug 4400 - crash in test/Ice/slicing/objects | Benoit Foucher | 2009-12-08 | |
| | ||||
* | Fixed VC6 compilation errors | Benoit Foucher | 2009-12-07 | |
| | ||||
* | Fixed bug 4225 -- servant dispatch needs to lock/unlock the global GC mutex | Benoit Foucher | 2009-12-07 | |
| | ||||
* | Fixed bug 4426 and 4409 | Benoit Foucher | 2009-12-04 | |
| | ||||
* | AMI requests now throw IllegalArgumentExcption instaed of TwowayOnlyException | Benoit Foucher | 2009-12-03 | |
| | ||||
* | Fix C++Builder 2010 compile errors | Dwayne Boone | 2009-12-03 | |
| | ||||
* | New dependencies | Benoit Foucher | 2009-12-01 | |
| | ||||
* | Changed back isSentSynchronously to sentSynchronously, only generate ↵ | Benoit Foucher | 2009-12-03 | |
| | | | | newCallback exception for oneway requests | |||
* | More AMI mapping improvements | Benoit Foucher | 2009-12-02 | |
| | ||||
* | 4385 - new StreamApi & UserExecption | Jose | 2009-11-26 | |
| | ||||
* | - Cleaned up test/Ice/operations test | Benoit Foucher | 2009-11-25 | |
| | | | | | - Added test/Ice/ami test - sent callback is now always called | |||
* | New AMI mapping | Benoit Foucher | 2009-11-23 | |
| | ||||
* | 855 - Stream template functions and template programming. | Jose | 2009-11-06 | |
| | ||||
* | Fixed Windows build issues | Benoit Foucher | 2009-10-11 | |
| | ||||
* | 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 | |||
* | Resolve some BCC compiler warnings | Dwayne Boone | 2009-10-02 | |
| | ||||
* | Remove commented code | Dwayne Boone | 2009-10-02 | |
| | ||||
* | Remove BCC workarounds no longer required | Dwayne Boone | 2009-10-02 | |
| | ||||
* | Update depends | Dwayne Boone | 2009-10-02 | |
| | ||||
* | 4284 - StackOverflow in Freeze/evitor | Jose | 2009-09-28 | |
| | ||||
* | 2214 - Generated code for AMD callbacks. | Jose | 2009-09-21 | |
| | ||||
* | bug 3737: | Mark Spruiell | 2009-09-04 | |
| | | | | | - Remove Python workaround for 3.3.1 - Make Slice::Preprocessor a dynamically allocated class |