summaryrefslogtreecommitdiff
path: root/cpp/src/slice2js
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
* Forward defined types not properly defined in TypeScript - Close 633 (#634)Jose2019-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 Normier2019-08-19
| | | | Fixes #483
* Remove forward declarations limitation - Close #97Jose2019-07-09
|
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Remove unused variable `_modulePrefix` - Close #357Jose2019-06-21
|
* Visual Studio 2019 build fixesJose2019-06-04
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed slice2js build failureBenoit Foucher2018-12-09
|
* JavaScript: import external modules as JS modulesJose2018-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 improvementsJose2018-12-05
|
* typescript: missing cause in mapping for exceptionJose2018-11-22
| | | | Close #304
* typescript: don't generate Prx definiton for Class without operationsJose2018-11-22
| | | | Close #302
* Enable wildcard expansion for Windows executablesJose2018-11-13
| | | | Close #296
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Fixed fallthrough warnings + clang 3.x fixesBernard Normier2018-10-27
|
* Temporary removal of -Werror with g++Bernard Normier2018-10-26
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Write typescript imports inside module declarationJose2018-10-23
|
* Fix slice2js build failure on macOSJose2018-10-16
|
* Typescript supportJose2018-10-16
|
* Fix compiling classes with fields of type Value to JSDaniel Lytkin2018-09-13
|
* Replace strerror usage with IceUtilInternal::errorToStringJose2018-07-27
| | | | Close #154
* Eliminate catch(const char*) #48Jose2018-07-26
|
* npm-slice2js build failureJose2018-06-11
|
* JavaScript stream interface fixesJose2018-06-08
| | | | | Fixes #98 Fixes #92
* Disable JavaScript jshint and eslint lintersJose2018-02-23
|
* Fix JavaScript wrapper to support import from non global scopeJose2018-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 2018Jose2018-02-14
|
* Fixed (ICE-8155) - Ice.dll .NET assembly not signedJose2017-06-26
|
* Windows UWP build instructions updatesJose2017-06-21
|
* Update mcpp NuGet packages to last versionJose2017-06-14
|
* Update mcpp/lmdb NuGet packagesJose2017-06-13
|
* Update NuGet package versionsJose2017-06-12
|
* Remove excessive empty linesJoe George2017-06-07
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Removed trailing whitespace generated by slice2jsBernard Normier2017-05-02
|
* Use ToolsVersion 4.0 for Visual Studio 2010 compatibilityJose2017-05-01
|
* Don't set ToolsVersion in MSBuild projectsJose2017-04-26
|
* Fix (ICE-7790) - ice_id missing in JSJose2017-04-26
|
* Visual Studio 2010 supportJose2017-04-20
|
* Rename Tranlator -> Compiler in .rc filesJose2017-04-13
|
* Fixed (ICE-7728) - JavaScript bogus long default valueJose2017-03-30
|
* Fix (ICE-7684) - use Disp prefix only for class with operations skeletonsJose2017-03-20
|
* Updated usage and man page of slice compilersBernard Normier2017-03-03
|
* Update to use default WindowsTargetPlatformVersion with MSBuild buildsJose2017-03-02
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\