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 | ||
* | Expand wildcard items in VC++ projects | Jose | 2020-12-01 |
| | |||
* | Fix nodiscard warnings report by Visual Studio 2019 (16.4.0) | Jose | 2019-12-04 |
| | |||
* | Fix slice2swift build failures | Jose | 2019-11-05 |
| | |||
* | Fixes for slice2py forward declarations - Close #490 | Jose | 2019-09-03 |
| | |||
* | Fixed comments | Bernard Normier | 2019-08-16 |
| | |||
* | Fixes for C++ & Swift generated code - Close #458 | Jose | 2019-07-31 |
| | |||
* | White space cleanup | Jose | 2019-07-25 |
| | |||
* | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-07-09 |
|\ | |||
| * | Remove forward declarations limitation - Close #97 | Jose | 2019-07-09 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-06-22 |
|\| | |||
| * | Enable -Wconversion with clang - Close #363 | Jose | 2019-06-21 |
| | | |||
| * | Incorrect documentation for C++ generated structs Fixes #350 | Jose | 2019-06-21 |
| | | |||
* | | Fix version check | Jose | 2019-06-12 |
| | | |||
* | | Minor fixes | Jose | 2019-05-28 |
| | | |||
* | | Swift string literal support | Jose | 2019-03-02 |
| | | |||
* | | Generate imports for types defined in separate Swift modules | Jose | 2019-02-26 |
|/ | |||
* | 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 |
| | |||
* | TypeScript improvements | Jose | 2018-12-05 |
| | |||
* | Regenerate cpp/src/Slice/Scanner.cpp with flex 2.5.37 | Jose | 2018-11-21 |
| | |||
* | Fix failure related to Slice Scanner fixes | Jose | 2018-11-13 |
| | | | | | | | Revert the IceStorm/Grammar generated files to use the old Bison version. Regenerate Slice/Scanner using using Flex 2.5 | ||
* | Do not compare char to EOF | Jose | 2018-11-13 |
| | | | | Close #295 | ||
* | 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. | ||
* | slice2cpp bug with lowercase drive letter on Windows | Jose | 2018-10-30 |
| | | | | Close #265 | ||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | slice2cs no longer generates empty namespaces | Bernard Normier | 2018-10-18 |
| | | | | Fixes #246 | ||
* | Rework cs:namespace implementation (fix issue #239) (#249) | Bernard Normier | 2018-10-18 |
| | | | | | | | | | | | | * Rework the cs:namespace implementation No longer rely on Ice.Packages. Fixes #239. * Renamed Ice/packagemd to Ice/namespacemd (C#) * Removed Ice.Package property from C# tests * Switched to get-only attribute, fixed Xamarin test | ||
* | Typescript support | Jose | 2018-10-16 |
| | |||
* | Fix bogus generated code for Value seq | Jose | 2018-09-24 |
| | | | | Close #212 | ||
* | Ruby Ice::loadSlice only works on global scope | Jose | 2018-08-09 |
| | | | | Close #173 | ||
* | Replace strerror usage with IceUtilInternal::errorToString | Jose | 2018-07-27 |
| | | | | Close #154 | ||
* | Do not sort generated functions alphabetical | Jose | 2018-07-26 |
| | | | | Fixes #39 | ||
* | slice2cpp generates invalid code wrt namespace qualification | Jose | 2018-06-19 |
| | | | | Closes #104 | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Merge remote-tracking branch 'origin/matlab' into 3.7 | Jose | 2018-02-06 |
|\ | |||
| * | Update MATLAB build system | Jose | 2017-10-09 |
| | | |||
| * | Adding more tests; checksum support | Mark Spruiell | 2017-10-03 |
| | | |||
| * | Initial commit of MATLAB prototype | Mark Spruiell | 2017-09-04 |
| | | |||
* | | ICE-8544 - Updates to packaging metadata | Mark Spruiell | 2018-02-01 |
| | | |||
* | | Adding doc comments to C++ | Mark Spruiell | 2018-01-17 |
| | | |||
* | | Fixed Slice/Scanner.l build issue with macOS (ICE-8574) | Benoit Foucher | 2017-11-21 |
| | | |||
* | | Fix for ICE-8416 | Austin Henriksen | 2017-11-04 |
| | | | | | | | | | | Scoped identifiers now have their own token types Identifier validity is now assessed in the scanning phase | ||
* | | Fix Overqualification in generated code | Jose | 2017-10-30 |
| | | | | | | | | See ICE-7856 | ||
* | | Clean C++ exception code to only throw exception types | Jose | 2017-09-20 |
|/ | | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892 | ||
* | Fix copyright headers | Jose | 2017-06-13 |
| |