Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add encoding comments to python generated codev3.6.2.1-python | Jose | 2016-04-28 |
| | |||
* | ICE-7014 - Python docstring fixes | Mark Spruiell | 2016-03-15 |
| | |||
* | .gitignore updates | Jose | 2016-03-11 |
| | |||
* | Update version to 3.6.2 | Jose | 2016-03-10 |
| | |||
* | String literals fixes | Jose | 2016-03-10 |
| | | | | | | - Fixed escape sequences in C++ wide strings - Fixed objetive-c escape sequences - Update ruby to use magic comments to set the file encoding | ||
* | String literals ruby fixes | Jose | 2016-03-08 |
| | |||
* | String literals Windows fixes | Jose | 2016-03-08 |
| | |||
* | ICE-6991 - Add support for unicode escape sequences | Jose | 2016-03-08 |
| | |||
* | Update Copyright year to 2016 in rc and cs files | Joe George | 2016-03-07 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Updated AssemblyInfo and StringFileInfo on Windows | Bernard Normier | 2015-08-21 |
| | |||
* | adding --build-package option for slice2py | Mark Spruiell | 2015-08-21 |
| | |||
* | Updated version to 3.6.1 | Dwayne Boone | 2015-07-31 |
| | |||
* | Nuget support | Jose | 2015-07-30 |
| | | | | | | | | C++ third party packages for Windows builds are now in nuget. The packages are automatically downloaded when required. | ||
* | Minor code refactor of the ICE-6645 fix | Dwayne Boone | 2015-07-23 |
| | |||
* | ICE-6645 Fixed issue in Slice compilers with param/member names hiding type ↵ | Dwayne Boone | 2015-07-22 |
| | | | | definitions | ||
* | Fixed slice2java --list-generated output to properly indicate error has occurred | Dwayne Boone | 2015-07-16 |
| | |||
* | Updated Windows dependencies | Dwayne Boone | 2015-07-08 |
| | |||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | Fixed ICE-6505 Allow to Sign C++ .exe/.dlls after build | Jose | 2015-05-12 |
| | |||
* | ICE-6491 duplicate error for invalid class/interface names | Dwayne Boone | 2015-05-12 |
| | |||
* | ICE-6481 pragma comment when building static libraries | Bernard Normier | 2015-05-05 |
| | | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro. | ||
* | Missing char* conversion | Jose | 2015-04-13 |
| | |||
* | Add --depend-file/--depend-xml optinos to all Slice compilers | Jose | 2015-04-13 |
| | |||
* | Bogus output in slice2java --depend-xml | Jose | 2015-04-09 |
| | |||
* | Remove some unused scripts. | Matthew Newhook | 2015-04-07 |
| | | | | Fixed some copyright headers. | ||
* | Fixed (ICE-5835) - Scope of operation parameters | Jose | 2015-03-02 |
| | |||
* | (ICE-5833) - related fixes: | Jose | 2015-02-25 |
| | | | | | | * Update test/Slice/headers to check this * Canonical path must be only used when attempts to shorten the actual path fails. | ||
* | Fix (ICE-5833) - shorten paths when include file is not a canonical path | Jose | 2015-02-25 |
| | |||
* | ICE-5814 fixed gcc compile errors | Dwayne Boone | 2015-02-23 |
| | |||
* | ICE-5814 change C++ generated code to prevent shadow warnigns | Dwayne Boone | 2015-02-20 |
| | |||
* | Additional fix for ICE-6268, fixed struct un-marshalling to not re-create ↵ | Benoit Foucher | 2015-02-20 |
| | | | | the struct | ||
* | Fix for ICE-6268, initialize enum, string and structs in ↵ | Benoit Foucher | 2015-02-20 |
| | | | | Java/C#/Objective-C/JavaScript | ||
* | Update windows dependencies | Jose | 2015-02-19 |
| | |||
* | Fix windows build issues. | Matthew Newhook | 2015-02-18 |
| | |||
* | Changes for brew, python PyPI packaging and ruby gem packaging. | Matthew Newhook | 2015-02-18 |
| | |||
* | Fixed (ICE-5740) - IcePatch2 has issues with 'large' files. | Jose | 2015-02-17 |
| | |||
* | Fixed ICE-6269: tolerate null values for structs and enums | Benoit Foucher | 2015-02-17 |
| | |||
* | Added Servant Locator to ObjC | Dwayne Boone | 2015-02-10 |
| | |||
* | Fixed ICE-5942: set BISON_FLEX=yes to compile scanner and grammar files with ↵ | Bernard Normier | 2015-02-04 |
| | | | | flex and bison | ||
* | Changed version to 3.6.0 | Dwayne Boone | 2015-01-28 |
| | |||
* | Fixed ICE-5833: bogus absolute paths generated in headers | Benoit Foucher | 2015-01-26 |
| | |||
* | Another fix for Objective-C factory method name | Benoit Foucher | 2015-01-22 |
| | |||
* | Fixed bug in Objective-C factory method name generation | Benoit Foucher | 2015-01-21 |
| | |||
* | Updated the Objective-C to generate Slice local interfaces and classes | Benoit Foucher | 2015-01-20 |
| | |||
* | JavaScript updates to use gulp and add npm and bower packages | Jose | 2015-01-14 |
| | |||
* | Fixed copyrights for the Objective-C mapping | Benoit Foucher | 2015-01-08 |
| | |||
* | Added Objective-C mapping | Benoit Foucher | 2015-01-07 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Build & test fixes: | Jose | 2014-11-24 |
| | | | | | | | | * ICE-5929 - Consider using $ORIGIN on Linux * ICE-5949 - IceBox issues on Linux bi-arch * ICE-5954 - Ubuntu make install issue / ORIGIN bug * ICE-5961 - OSX: test/IceGrid/session fails * ICE-5971 - allTests.py incorrect reporting under Windows? |