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 | ||
* | UCN literals are now encoded with octals. | Austin Henriksen | 2020-12-16 |
| | | | | And removed the now unnecessary utf-8 compiler flags. | ||
* | Removed u8 qualifiers from const strings in slice2cpp. | Austin Henriksen | 2020-12-15 |
| | | | | | This fixes #1179. It switches tests for this to compile with the utf-8 codepage too. | ||
* | Revert "Removed u8 qualifier from string constants in slice2cpp." | Austin Henriksen | 2020-12-14 |
| | | | | This reverts commit ef9f353d3a90b5325700b8d14d9f3e54920d5a36. | ||
* | Removed u8 qualifier from string constants in slice2cpp. | Austin Henriksen | 2020-12-14 |
| | | | | This fixes #1179. | ||
* | Fixed warnings (#824) | Bernard Normier | 2020-04-30 |
| | |||
* | Move response, error and sent functions given to the client Async API (#610) | Bernard Normier | 2019-11-03 |
| | | | instead of copying them. | ||
* | Do not omit param names for documented parameters - Close #465 | Jose | 2019-08-06 |
| | |||
* | Fixes for C++ & Swift generated code - Close #458 | Jose | 2019-07-31 |
| | |||
* | 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 |
|\| | |||
| * | Incorrect documentation for C++ generated structs Fixes #350 | Jose | 2019-06-21 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-06-07 |
|\| | |||
| * | Fix Incorrect generated code for class implements interface | Jose | 2019-06-06 |
| | | | | | | | | Close #406 | ||
| * | Visual Studio 2019 build fixes | Jose | 2019-06-04 |
| | | |||
* | | Dispatch queue updates | Joe George | 2019-05-07 |
|/ | | | | | - Remove dispatch queues from Swift APIs - Create dispatch queue in C++ thread pool (ICE_SWIFT only) | ||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Extra semicolons | Jose | 2019-01-04 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Enable wildcard expansion for Windows executables | Jose | 2018-11-13 |
| | | | | Close #296 | ||
* | 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. | ||
* | Fixed missing new line in generated code, fixes #241 | Benoit Foucher | 2018-10-10 |
| | |||
* | Merge branch '3.7.1-xcode10' into 3.7 | Bernard Normier | 2018-09-19 |
|\ | |||
| * | Fix Xcode 10 warnings | Bernard Normier | 2018-09-19 |
| | | |||
* | | Replace strerror usage with IceUtilInternal::errorToString | Jose | 2018-07-27 |
| | | | | | | | | Close #154 | ||
* | | Eliminate catch(const char*) #48 | Jose | 2018-07-26 |
| | | |||
* | | 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 | ||
* | Fix C++11 enum intialization for LocalObject instances | Jose | 2018-04-15 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Added [cpp:noexcept] to Slice local methods that don't throw (ICE-8592) | Benoit Foucher | 2018-01-24 |
| | |||
* | Adding doc comments to C++ | Mark Spruiell | 2018-01-17 |
| | |||
* | Fix Overqualification in generated code | Jose | 2017-10-30 |
| | | | | See ICE-7856 | ||
* | 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 | ||
* | Fixed (ICE-8155) - Ice.dll .NET assembly not signed | Jose | 2017-06-26 |
| | |||
* | Windows UWP build instructions updates | Jose | 2017-06-21 |
| | |||
* | Update mcpp NuGet packages to last version | Jose | 2017-06-14 |
| | |||
* | Update mcpp/lmdb NuGet packages | Jose | 2017-06-13 |
| | |||
* | Update NuGet package versions | Jose | 2017-06-12 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Fixed ICE-7941 - scheduleCallback now provides the connection to the ↵ | Benoit Foucher | 2017-06-01 |
| | | | | dispatcher work item, fixed naming of AsyncResult private methods | ||
* | Generate alias for "delegate" in C++11 (ICE-7859) | Bernard Normier | 2017-05-03 |
| | |||
* | slice2cpp minor fixes: | Jose | 2017-05-02 |
| | | | | | ICE-7854 - c++11 Prx forward declaration generated for local interfaces ICE-7855 - local interface inheritance mapped to virtual public in C++11 | ||
* | Use ToolsVersion 4.0 for Visual Studio 2010 compatibility | Jose | 2017-05-01 |
| | |||
* | Don't set ToolsVersion in MSBuild projects | Jose | 2017-04-26 |
| |