Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ICE-5375 - minor edits | Mark Spruiell | 2013-07-17 | |
| | ||||
* | Remove generated file | Jose | 2013-07-17 | |
| | ||||
* | Simplification for Slice predefined macros | Jose | 2013-07-17 | |
| | ||||
* | Fixed ICE-5375 - Consider to add ICE_TRANSLATOR preprocessor macro | Jose | 2013-07-17 | |
| | ||||
* | Fixed ICE-5376 - IcePHP build with USE_NAMESPACES=yes broken | Jose | 2013-07-09 | |
| | ||||
* | Fixed ICE-5369 - fixed asserting on AMD response if memory limit exception ↵ | Benoit Foucher | 2013-07-04 | |
| | | | | was raised | |||
* | Added missing tests for optionals | Benoit Foucher | 2013-06-04 | |
| | ||||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 | |
| | ||||
* | Fixed ICE-5143 and ICE-5140: stringified proxy and default raw encoding for ↵ | Benoit Foucher | 2013-01-16 | |
| | | | | opaque endpoints | |||
* | Fixed ICE-5126 - Improved client side encoding checks | Benoit Foucher | 2013-01-15 | |
| | ||||
* | Fixed ICE-5150: assert in OutgoingAsync._finished, fixed CHANGES | Benoit Foucher | 2013-01-07 | |
| | ||||
* | compact ID support for scripting languages | Mark Spruiell | 2012-12-26 | |
| | ||||
* | Added .gitattributes file. | Matthew Newhook | 2012-11-15 | |
| | | | | Normalize all repository line endings. | |||
* | Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵ | Benoit Foucher | 2012-11-13 | |
| | | | | instead of encoding it in endpoints | |||
* | ICE-4930 - fixes for scripting languages | Mark Spruiell | 2012-11-09 | |
| | ||||
* | Lots of minor test and build fixes. | Benoit Foucher | 2012-11-06 | |
| | | | | | | | | | - Added --client-home option to allow running tests against clients from another source distribution. - Fixed bogus identation in some Makefiles - Fixed installation of Ice for Java on platforms where the GUI isn't built. - Added more cross language tests. - Fixed issues with running the tests against a binary distribution. | |||
* | Fixed tests failures and some demo scripts | Benoit Foucher | 2012-10-29 | |
| | ||||
* | Fixed PHP/Ruby proxy test failure w/ SSL | Benoit Foucher | 2012-10-26 | |
| | ||||
* | Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs files | Bernard Normier | 2012-10-23 | |
| | ||||
* | ICE-4862 - checkedCast raises FacetNotExistException | Mark Spruiell | 2012-10-18 | |
| | ||||
* | ICE-4619 - custom enumerator values | Mark Spruiell | 2012-10-17 | |
| | ||||
* | PHP optionals | Mark Spruiell | 2012-10-12 | |
| | ||||
* | Renamings (ICE-4868): | Bernard Normier | 2012-09-25 | |
| | | | | | | | | | | - StreamTrait is now StreamableTraits - StreamTraitType is now StreamHelperCategory - OptionalType is now OptionalFormat - Ice/StreamTraits.h is now Ice/StreamHelpers.h Updated C++, Python and Ruby Updated .depend and .depend.mak in C++, Python, Ruby and PHP | |||
* | PHP port; misc. fixes | Mark Spruiell | 2012-05-23 | |
| | ||||
* | 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 | |
| | ||||
* | test for ICE-4708 Regression generated code for default-value | Jose | 2011-12-30 | |
| | ||||
* | ICE-4764 - PHP 5.4 compatibility | Mark Spruiell | 2011-12-29 | |
| | ||||
* | ICE-4734 - generate constructors for empty exceptions in Java | Mark Spruiell | 2011-11-09 | |
| | ||||
* | namespace fixes for PHP 5.1.x | Mark Spruiell | 2011-05-18 | |
| | ||||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 | |
| | ||||
* | PHP namespace fixes | Mark Spruiell | 2011-05-07 | |
| | ||||
* | bug 4855 - adding test; changing demos/tests to use require_once | Mark Spruiell | 2011-05-07 | |
| | ||||
* | bug 4916 - PHP extension not using INI settings | Mark Spruiell | 2011-05-06 | |
| | ||||
* | bug 4976 - inconsistent operation mode for pseudo ops | Mark Spruiell | 2011-05-04 | |
| | ||||
* | 4851 - slice2cpp bug for string literals | Jose | 2011-04-13 | |
| | ||||
* | 5030 - Patch for slice2cs with scoped constants | Jose | 2011-03-14 | |
| | ||||
* | bug 4794 - allow default values to refer to constants | Mark Spruiell | 2010-07-23 | |
| | ||||
* | bug 4797 - compile error with floating-point default value | Mark Spruiell | 2010-07-20 | |
| | ||||
* | bug 4752 - allow underscores in Slice identifiers | Mark Spruiell | 2010-05-24 | |
| | ||||
* | bug 4739 - fixing equals() method for structures | Mark Spruiell | 2010-05-15 | |
| | ||||
* | bug 4650 - Slice default values | Mark Spruiell | 2010-02-05 | |
| | ||||
* | adding "include .depend.mak" to PHP makefiles | Mark Spruiell | 2010-01-07 | |
| | ||||
* | 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) | |||
* | Fixed bug 4517 - test/Ice/operations hang | Benoit Foucher | 2009-12-21 | |
| | ||||
* | bug 4492 - PHP demos don't build against RPMs | Mark Spruiell | 2009-12-16 | |
| | ||||
* | more PHP fixes | Mark Spruiell | 2009-12-11 | |
| | ||||
* | bug 4427: fixing Slice comments to avoid buggy mcpp | Mark Spruiell | 2009-12-04 | |
| |