summaryrefslogtreecommitdiff
path: root/cpp/src/Slice
Commit message (Collapse)AuthorAge
* Remove checksum support (#607)Austin Henriksen2021-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 Normier2021-01-08
| | | Fixes #828
* Expand wildcard items in VC++ projectsJose2020-12-01
|
* Fix nodiscard warnings report by Visual Studio 2019 (16.4.0)Jose2019-12-04
|
* Fix slice2swift build failuresJose2019-11-05
|
* Fixes for slice2py forward declarations - Close #490Jose2019-09-03
|
* Fixed commentsBernard Normier2019-08-16
|
* Fixes for C++ & Swift generated code - Close #458Jose2019-07-31
|
* White space cleanupJose2019-07-25
|
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-09
|\
| * Remove forward declarations limitation - Close #97Jose2019-07-09
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-06-22
|\|
| * Enable -Wconversion with clang - Close #363Jose2019-06-21
| |
| * Incorrect documentation for C++ generated structs Fixes #350Jose2019-06-21
| |
* | Fix version checkJose2019-06-12
| |
* | Minor fixesJose2019-05-28
| |
* | Swift string literal supportJose2019-03-02
| |
* | Generate imports for types defined in separate Swift modulesJose2019-02-26
|/
* Fix compiler crash if forward declared class has no definitionJose2019-02-05
| | | | This affects slice2py and slice2php Slice compilers
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* TypeScript improvementsJose2018-12-05
|
* Regenerate cpp/src/Slice/Scanner.cpp with flex 2.5.37Jose2018-11-21
|
* Fix failure related to Slice Scanner fixesJose2018-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 EOFJose2018-11-13
| | | | Close #295
* Memoryview (#271)Jose2018-11-08
| | | | | | | Enhance support for buffer objects in Python Close #208
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* slice2cpp bug with lowercase drive letter on WindowsJose2018-10-30
| | | | Close #265
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* slice2cs no longer generates empty namespacesBernard Normier2018-10-18
| | | | Fixes #246
* Rework cs:namespace implementation (fix issue #239) (#249)Bernard Normier2018-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 supportJose2018-10-16
|
* Fix bogus generated code for Value seqJose2018-09-24
| | | | Close #212
* Ruby Ice::loadSlice only works on global scopeJose2018-08-09
| | | | Close #173
* Replace strerror usage with IceUtilInternal::errorToStringJose2018-07-27
| | | | Close #154
* Do not sort generated functions alphabeticalJose2018-07-26
| | | | Fixes #39
* slice2cpp generates invalid code wrt namespace qualificationJose2018-06-19
| | | | Closes #104
* Update copyright year to 2018Jose2018-02-14
|
* Merge remote-tracking branch 'origin/matlab' into 3.7Jose2018-02-06
|\
| * Update MATLAB build systemJose2017-10-09
| |
| * Adding more tests; checksum supportMark Spruiell2017-10-03
| |
| * Initial commit of MATLAB prototypeMark Spruiell2017-09-04
| |
* | ICE-8544 - Updates to packaging metadataMark Spruiell2018-02-01
| |
* | Adding doc comments to C++Mark Spruiell2018-01-17
| |
* | Fixed Slice/Scanner.l build issue with macOS (ICE-8574)Benoit Foucher2017-11-21
| |
* | Fix for ICE-8416Austin Henriksen2017-11-04
| | | | | | | | | | Scoped identifiers now have their own token types Identifier validity is now assessed in the scanning phase
* | Fix Overqualification in generated codeJose2017-10-30
| | | | | | | | See ICE-7856
* | Clean C++ exception code to only throw exception typesJose2017-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 headersJose2017-06-13
|