Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | 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-17 | |
|\| | ||||
| * | .gitignore updates | Jose | 2016-03-11 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | 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 | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 | |
|\| | ||||
| * | Update copyright headers | Joe George | 2016-03-01 | |
| | | ||||
* | | ice_name/ice_id fixes & simplifications. | Jose | 2016-01-20 | |
| | | ||||
* | | Deprecate ice_name and add ice_id | Jose | 2016-01-19 | |
| | | ||||
* | | ICE-6898 - "Delegate" functions for ACM callbacks | Joe George | 2015-12-24 | |
| | | | | | | | | | | | | - Add delegate local interfaces CloseCallback and HeartbeatCallback and remove ConnectionCallback. - Replace setCallback by setCloseCallback and setHeartbeatCallback | |||
* | | ICE-6903 - "async" metadata changes | Joe George | 2015-12-18 | |
| | | | | | | | | | | - Rename "async" metadata to "async-oneway" - Update C++11 mapping for "async-oneway". | |||
* | | ICE-6897 - Python and Objective-C ValueFactory | Joe George | 2015-12-17 | |
|/ | | | | | - ValueFactory's are now functions/lambdas in Python and blocks in Objective-C | |||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 | |
| | ||||
* | ICE-6469 added --validate option to Slice compilers | Dwayne Boone | 2015-07-07 | |
| | ||||
* | 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. | |||
* | Fix typo from previous commit | Joe George | 2015-04-29 | |
| | ||||
* | Improve usage message for slice compilers | Joe George | 2015-04-29 | |
| | | | | | * --ice Allow reserved Ice prefix in Slice identifiers. * --underscore Allow underscores in Slice identifiers. | |||
* | Add --depend-file/--depend-xml optinos to all Slice compilers | Jose | 2015-04-13 | |
| | ||||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 | |
| | ||||
* | Fix for ICE-6268, initialize enum, string and structs in ↵ | Benoit Foucher | 2015-02-20 | |
| | | | | Java/C#/Objective-C/JavaScript | |||
* | Fixed ICE-6257 - support for visibility attribute | Benoit Foucher | 2015-02-10 | |
| | ||||
* | Fixed ICE-6260: added support for admin facets | Benoit Foucher | 2015-01-21 | |
| | ||||
* | Updated the Objective-C to generate Slice local interfaces and classes | Benoit Foucher | 2015-01-20 | |
| | ||||
* | Fixed copyrights for the Objective-C mapping | Benoit Foucher | 2015-01-08 | |
| | ||||
* | Added Objective-C mapping | Benoit Foucher | 2015-01-07 | |