Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Renamed ICE_UTIL_API to ICE_API and other cleanups | Bernard Normier | 2016-05-12 |
| | |||
* | cleaning up stream API in C# | Mark Spruiell | 2016-05-11 |
| | |||
* | IceUtil and Slice msbuild updates | Bernard Normier | 2016-05-11 |
| | |||
* | Another fix for ICE-7132 | Benoit Foucher | 2016-05-09 |
| | |||
* | Re-factored gmake build system | Benoit Foucher | 2016-05-03 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\ | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Windows msbuild build updates | Jose | 2016-02-26 |
| | | |||
* | | ICE-6861 - C# stream changes | Mark Spruiell | 2016-02-18 |
| | | |||
* | | Refactored invocation code to better suite new C++11 mapping | Benoit Foucher | 2016-02-03 |
| | | |||
* | | ICE-6861 - Java stream API changes | Mark Spruiell | 2016-02-02 |
| | | |||
* | | ice_name/ice_id fixes & simplifications. | Jose | 2016-01-20 |
| | | |||
* | | C++ Consistent usage of public virtual | Jose | 2016-01-12 |
| | | |||
* | | Fix ICE-6947 | Joe George | 2015-12-29 |
| | | | | | | | | | | Pass in-parameters for local interfaces with delegate metadata by value in C++11 | ||
* | | C++11 mapping server side input parameter fixes | Jose | 2015-12-09 |
| | | |||
* | | ICE-6897 - Add delegate metadata | Joe George | 2015-12-03 |
| | | | | | | | | | | | | | | The "delegate" metadata tag can be applied to interfaces with one operation. In C++ they are mapped to std::function's, in C# delegates. In Java we still generate a interface with one operation, which is a FunctionalInterface. | ||
* | | C++11 mapping: fixes for optionals generated code | Jose | 2015-12-03 |
| | | |||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
| | | |||
* | | ICE-6645 Removed hack to keep binary compatibility in Ice 3.6.1 | Dwayne Boone | 2015-07-23 |
|/ | |||
* | Updates for windows mkdir usage | Jose | 2015-05-15 |
| | | | | This avoid problems with git/cygwin mkdir being in PATH | ||
* | 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. | ||
* | Remove FileUtil dependency for --depend-file | Jose | 2015-04-13 |
| | |||
* | Add --depend-file/--depend-xml optinos to all Slice compilers | Jose | 2015-04-13 |
| | |||
* | 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 |
| | |||
* | Fix for ICE-6268, initialize enum, string and structs in ↵ | Benoit Foucher | 2015-02-20 |
| | | | | Java/C#/Objective-C/JavaScript | ||
* | Changes for brew, python PyPI packaging and ruby gem packaging. | Matthew Newhook | 2015-02-18 |
| | |||
* | Fixed ICE-5833: bogus absolute paths generated in headers | Benoit Foucher | 2015-01-26 |
| | |||
* | 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 |
| | |||
* | Fixed (ICE-5833) - slice2cpp includes & symbolic links | Jose | 2014-11-06 |
| | |||
* | Several Windows build fixes: | Jose | 2014-10-08 |
| | | | | | | | ICE-3420 - Force link failure for debug/release mismatch? Update VS add-in to not add C++ libraries Fixed WinRT builds Fixed Python Windows builds | ||
* | Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy" | Jose | 2014-09-11 |
| | | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak | ||
* | Fixed (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-10 |
| | |||
* | ICE-2600 - serialization support for C# exceptions | Mark Spruiell | 2014-07-29 |
| | |||
* | Correct __declspec for MinGW | Bernard Normier | 2014-07-28 |
| | |||
* | Fixed (ICE-714) - New visibility options in GCC 4.0 | Jose | 2014-05-05 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Ubuntu/Debian distribution support | Jose | 2013-07-22 |
| | |||
* | Fixed ICE-5375 - Consider to add ICE_TRANSLATOR preprocessor macro | Jose | 2013-07-17 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | ICE-4938: support for compact IDs | Benoit Foucher | 2012-12-19 |
| | |||
* | ICE-4794 - add overloads for optional Java mapping | Mark Spruiell | 2012-11-26 |
| | |||
* | Added .gitattributes file. | Matthew Newhook | 2012-11-15 |
| | | | | Normalize all repository line endings. | ||
* | Java serial versionUUID fixes | Jose | 2012-11-12 |
| | |||
* | ICE-4930 - fixes for scripting languages | Mark Spruiell | 2012-11-09 |
| |