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 | ||
* | Forward defined types not properly defined in TypeScript - Close 633 (#634) | Jose | 2019-11-14 |
| | | | | | | * Forward defined types not properly defined in TypeScript - Close 633 * Add assert for constructing the definedIn path | ||
* | Fix for forward-declared only Slice proxies with typescript. | Bernard Normier | 2019-08-19 |
| | | | | Fixes #483 | ||
* | Remove forward declarations limitation - Close #97 | Jose | 2019-07-09 |
| | |||
* | Enable -Wconversion with clang - Close #363 | Jose | 2019-06-21 |
| | |||
* | Remove unused variable `_modulePrefix` - Close #357 | Jose | 2019-06-21 |
| | |||
* | Visual Studio 2019 build fixes | Jose | 2019-06-04 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Fixed slice2js build failure | Benoit Foucher | 2018-12-09 |
| | |||
* | JavaScript: import external modules as JS modules | Jose | 2018-12-07 |
| | | | | | | | When using the JavaScript es6 module mapping, Slice compilation units using js:module that correspond to a external js:module are now imported as a single module, rather than importing the JavaScript generated files. | ||
* | TypeScript improvements | Jose | 2018-12-05 |
| | |||
* | typescript: missing cause in mapping for exception | Jose | 2018-11-22 |
| | | | | Close #304 | ||
* | typescript: don't generate Prx definiton for Class without operations | Jose | 2018-11-22 |
| | | | | Close #302 | ||
* | 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. | ||
* | Fixed fallthrough warnings + clang 3.x fixes | Bernard Normier | 2018-10-27 |
| | |||
* | Temporary removal of -Werror with g++ | Bernard Normier | 2018-10-26 |
| | |||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Write typescript imports inside module declaration | Jose | 2018-10-23 |
| | |||
* | Fix slice2js build failure on macOS | Jose | 2018-10-16 |
| | |||
* | Typescript support | Jose | 2018-10-16 |
| | |||
* | Fix compiling classes with fields of type Value to JS | Daniel Lytkin | 2018-09-13 |
| | |||
* | Replace strerror usage with IceUtilInternal::errorToString | Jose | 2018-07-27 |
| | | | | Close #154 | ||
* | Eliminate catch(const char*) #48 | Jose | 2018-07-26 |
| | |||
* | npm-slice2js build failure | Jose | 2018-06-11 |
| | |||
* | JavaScript stream interface fixes | Jose | 2018-06-08 |
| | | | | | Fixes #98 Fixes #92 | ||
* | Disable JavaScript jshint and eslint linters | Jose | 2018-02-23 |
| | |||
* | Fix JavaScript wrapper to support import from non global scope | Jose | 2018-02-22 |
| | | | | | | | The generated code wrapper used `this` assuming it was always imported from the global scoped but that breaks when you import the scripts using WebPack or similar tools that wraps the imports in its own functions | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | 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 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | Removed trailing whitespace generated by slice2js | Bernard Normier | 2017-05-02 |
| | |||
* | Use ToolsVersion 4.0 for Visual Studio 2010 compatibility | Jose | 2017-05-01 |
| | |||
* | Don't set ToolsVersion in MSBuild projects | Jose | 2017-04-26 |
| | |||
* | Fix (ICE-7790) - ice_id missing in JS | Jose | 2017-04-26 |
| | |||
* | Visual Studio 2010 support | Jose | 2017-04-20 |
| | |||
* | Rename Tranlator -> Compiler in .rc files | Jose | 2017-04-13 |
| | |||
* | Fixed (ICE-7728) - JavaScript bogus long default value | Jose | 2017-03-30 |
| | |||
* | Fix (ICE-7684) - use Disp prefix only for class with operations skeletons | Jose | 2017-03-20 |
| | |||
* | Updated usage and man page of slice compilers | Bernard Normier | 2017-03-03 |
| | |||
* | Update to use default WindowsTargetPlatformVersion with MSBuild builds | Jose | 2017-03-02 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ |