Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove checksum support (#607) | Austin Henriksen | 2021-02-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping. | ||
* | Fix objective-c signedness warning | Jose | 2019-08-15 |
| | |||
* | Enable -Wconversion with clang - Close #363 | Jose | 2019-06-21 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Increase Visual Studio warning level to Level4 | Bernard Normier | 2018-11-01 |
| | | | | Fixes #223. | ||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Fix slice2objc bogus generated code for Ice::Value data member | Jose | 2018-09-19 |
| | |||
* | Replace strerror usage with IceUtilInternal::errorToString | Jose | 2018-07-27 |
| | | | | Close #154 | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Added strict prototypes (ICE-8613) | Bernard Normier | 2018-01-23 |
| | |||
* | Fixed generated code warnings showing up with Objective-C and Xcode 9.0 ↵ | Benoit Foucher | 2017-10-12 |
| | | | | (ICE-8540) | ||
* | Fixed ICE-8232 - Objective-C hashing for float/double | Benoit Foucher | 2017-07-06 |
| | |||
* | Added Ice::UserException::ice_getSlicedData and ↵ | Benoit Foucher | 2017-07-06 |
| | | | | Ice::UnkownSlicedValue::ice_id methods | ||
* | Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵ | Benoit Foucher | 2017-07-05 |
| | | | | Ice::SlicedData::clear method to break cyclic references | ||
* | Additional Objective-C leak fixes for ICE-8204 | Benoit Foucher | 2017-07-03 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Removed trailing whitespace generated by slice2objc | Bernard Normier | 2017-05-02 |
| | |||
* | Add slice2rb/slice2objc compilers to Windows builds | Jose | 2017-04-13 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Fixed bug in slice2objc | Bernard Normier | 2017-02-08 |
| | | |||
* | | Make Slice enums scoped | Bernard Normier | 2017-02-08 |
| | | | | | | | | Add new cpp:scoped and objc:scoped metadata directives | ||
* | | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵ | Benoit Foucher | 2017-02-06 |
| | | | | | | | | flushed with the communicator/connection should be compressed | ||
* | | Rework warning suppression to use global meta data | Jose | 2017-02-03 |
| | | |||
* | | Add --no-warn option to Slice compilers | Jose | 2017-02-01 |
| | | |||
* | | Fixed bug in float hash function | Bernard Normier | 2017-01-26 |
| | | |||
* | | Synchronized hash algo/test with Java | Bernard Normier | 2017-01-17 |
| | | |||
* | | Revert "Fixed hash algo for Long and Double" | Bernard Normier | 2017-01-17 |
| | | | | | | | | This reverts commit 2df92e167a62ae67401225086e165f82293446e9. | ||
* | | Fixed hash algo for Long and Double | Bernard Normier | 2017-01-17 |
| | | |||
* | | Revert "Fixed hash algo for Long and Double" | Bernard Normier | 2017-01-17 |
| | | | | | | | | This reverts commit 175f5f59aced4220bf8c6e06446b86b8461cde9b. | ||
* | | Fixed hash algo for Long and Double | Bernard Normier | 2017-01-16 |
| | | |||
* | | Better hashing for Long and Double | Bernard Normier | 2017-01-16 |
| | | |||
* | | Add support for deprecate Slice metadata in slice2objc | Bernard Normier | 2017-01-12 |
| | | |||
* | | Renamed Slice/keyword test to clash, and added identifier-clash test | Bernard Normier | 2017-01-06 |
| | | |||
* | | Removed or replaced most double underscores in ObjC | Bernard Normier | 2016-12-06 |
| | | |||
* | | Replaced slice compiler options --ice, --underscore and --dll-export by | Bernard Normier | 2016-10-31 |
| | | | | | | | | | | global metadata directives (ice-prefix, underscore, cpp:dll-export:SYMBOL and objc:dll-export:SYMBOL) Added new cs:tie and java:tie metadata | ||
* | | Refactored string literal generation and updated identityToString format | Bernard Normier | 2016-10-25 |
| | | |||
* | | ICE-6980 - Removed server-side user exception checks in Objective-C | Benoit Foucher | 2016-08-30 |
| | | |||
* | | Refactored string converters and use codecvt_utf8[_utf16] when | Bernard Normier | 2016-06-03 |
| | | | | | | | | available instead of ConvertUTF | ||
* | | Objective-C stream changes | Joe George | 2016-05-12 |
| | | |||
* | | Another fix for ICE-7132 | Benoit Foucher | 2016-05-09 |
| | | |||
* | | 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 |