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. | ||
* | Rename global metadata to local metadata. (#1231) | Bernard Normier | 2021-01-08 |
| | | | Fixes #828 | ||
* | Fixes for slice2py forward declarations - Close #490 | Jose | 2019-09-03 |
| | |||
* | Enable -Wconversion with clang - Close #363 | Jose | 2019-06-21 |
| | |||
* | Fix compiler crash if forward declared class has no definition | Jose | 2019-02-05 |
| | | | | This affects slice2py and slice2php Slice compilers | ||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Memoryview (#271) | Jose | 2018-11-08 |
| | | | | | | | Enhance support for buffer objects in Python Close #208 | ||
* | 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. | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | ICE-8544 - Updates to packaging metadata | Mark Spruiell | 2018-02-01 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | ICE-7442 - reorganizing Python installation | Mark Spruiell | 2017-05-17 |
| | |||
* | ICE-7275 - Raise NotImplementedError in generated Python skeletons | Mark Spruiell | 2017-05-04 |
| | | | | ICE-7763 - Add support for marshaled-result in Python | ||
* | Removed trailing whitespace from generated Python code | Bernard Normier | 2017-05-02 |
| | |||
* | Fix (ICE-7684) - use Disp prefix only for class with operations skeletons | Jose | 2017-03-20 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Make Slice enums scoped | Bernard Normier | 2017-02-08 |
| | | | | | | | | Add new cpp:scoped and objc:scoped metadata directives | ||
* | | Slice compilers now emit deprecated warning for classes with operations ↵ | Bernard Normier | 2017-02-04 |
| | | | | | | | | | | | | (ICE-7557) Refactored suppress-warning implementation | ||
* | | Rework warning suppression to use global meta data | Jose | 2017-02-03 |
| | | |||
* | | Pass warning level to the ChecksumVisitor for consistency | Jose | 2017-02-02 |
| | | |||
* | | Add --no-warn option to Slice compilers | Jose | 2017-02-01 |
| | | |||
* | | Python ice_id bogus signature | Jose | 2017-01-31 |
| | | |||
* | | Fixes to Python metadata validation | Jose | 2017-01-31 |
| | | |||
* | | Python: Ice.Value implementation | Jose | 2017-01-26 |
| | | |||
* | | Python minor simplifications | Jose | 2017-01-24 |
| | | | | | | | | | | - Replace statimethod function with staticmethod anotations - Simplify version comparison in Python35 | ||
* | | Renamed optional invocation context parameter in Python, Ruby and PHP | Bernard Normier | 2017-01-09 |
| | | | | | | | | | | new name: context old name: _ctx Fixed macOS build | ||
* | | Renamed Slice/keyword test to clash, and added identifier-clash test | Bernard Normier | 2017-01-06 |
| | | |||
* | | Python fixes | Mark Spruiell | 2016-12-12 |
| | | |||
* | | Python build failures on OS X | Benoit Foucher | 2016-12-12 |
| | | |||
* | | ICE-7138 - new Python AMI mapping based on futures and modified AMD mapping | Mark Spruiell | 2016-12-09 |
| | | |||
* | | Refactored string literal generation and updated identityToString format | Bernard Normier | 2016-10-25 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-07-26 |
|\| | |||
| * | Minor fix for Python string literals | Jose | 2016-07-26 |
| | | |||
* | | Fix fail to build error | Jose | 2016-07-26 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-07-26 |
|\| | |||
| * | String literal fixes for compativility with Python3 | Jose | 2016-07-26 |
| | | |||
* | | Whitespace cleanup - tabs to spaces | Joe George | 2016-06-29 |
| | | |||
* | | Refactored string converters and use codecvt_utf8[_utf16] when | Bernard Normier | 2016-06-03 |
| | | | | | | | | available instead of ConvertUTF | ||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-05-09 |
|\| | |||
| * | AIX port | Benoit Foucher | 2016-05-03 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-04-18 |
|\| | |||
| * | ICE-7014 - Slice comments that begin or end with a double quote can cause ↵ | Mark Spruiell | 2016-04-14 |
| | | | | | | | | bogus Python code to be generated | ||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-17 |
|\| | |||
| * | ICE-7014 - Python docstring fixes | Mark Spruiell | 2016-03-15 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-03-08 |
|\| | |||
| * | String literals Windows fixes | Jose | 2016-03-08 |
| | |