summaryrefslogtreecommitdiff
path: root/cpp/src/slice2js/Gen.cpp
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
* Remove forward declarations limitation - Close #97Jose2019-07-09
|
* 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
* 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
|
* Replace strerror usage with IceUtilInternal::errorToStringJose2018-07-27
| | | | Close #154
* 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
|
* Remove excessive empty linesJoe George2017-06-07
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Removed trailing whitespace generated by slice2jsBernard Normier2017-05-02
|
* Fix (ICE-7790) - ice_id missing in JSJose2017-04-26
|
* Fixed (ICE-7728) - JavaScript bogus long default valueJose2017-03-30
|
* Fix (ICE-7684) - use Disp prefix only for class with operations skeletonsJose2017-03-20
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Make Slice enums scopedBernard Normier2017-02-08
| | | | | | | | Add new cpp:scoped and objc:scoped metadata directives
* | Rework warning suppression to use global meta dataJose2017-02-03
| |
* | Add --no-warn option to Slice compilersJose2017-02-01
| |
* | JavaScript: Do not generate proxy types for class less operationsJose2017-01-24
| |
* | Remove JavaScript local interfaces codeJose2017-01-20
| |
* | Port Ice.Value to JavaScript mappingJose2016-12-28
| |
* | Removed or replaced double underscores in Ice for JavaScriptBernard Normier2016-12-14
| |
* | Ensure JS modules are exported only onceJose2016-11-25
| |
* | Refactored string literal generation and updated identityToString formatBernard Normier2016-10-25
| |
* | Fix slice2js relative path computationJose2016-10-20
| |
* | Add support for JavaScript import/expor in generated codeJose2016-10-17
| |
* | Updated server side dispatch for new mapping (and ICE-6980)Benoit Foucher2016-09-05
| |
* | ES6 mapping updatesJose2016-08-19
| |
* | Refactored string converters and use codecvt_utf8[_utf16] whenBernard Normier2016-06-03
|/ | | | available instead of ConvertUTF
* AIX portBenoit Foucher2016-05-03
|
* String literals Windows fixesJose2016-03-08
|
* ICE-6991 - Add support for unicode escape sequencesJose2016-03-08
|