summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/Parser.h
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-09
|\
| * Remove forward declarations limitation - Close #97Jose2019-07-09
| |
* | Generate imports for types defined in separate Swift modulesJose2019-02-26
|/
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* 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
|
* Update copyright year to 2018Jose2018-02-14
|
* Adding doc comments to C++Mark Spruiell2018-01-17
|
* Fix for ICE-8416Austin Henriksen2017-11-04
| | | | | Scoped identifiers now have their own token types Identifier validity is now assessed in the scanning phase
* Remove excessive empty linesJoe George2017-06-07
|
* ignore enumerator redefinitions when necessaryMark Spruiell2017-04-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
* Slice compilers now emit deprecated warning for classes with operations ↵Bernard Normier2017-02-04
| | | | | | (ICE-7557) Refactored suppress-warning implementation
* Rework warning suppression to use global meta dataJose2017-02-03
|
* Add --no-warn option to Slice compilersJose2017-02-01
|
* Fix ICE-743 - Eliminate FeatureProfile in slice compilersJose2016-11-21
|
* Replaced non-public double underscores in C++Bernard Normier2016-11-12
|
* Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
| | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
* Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
|
* Major changes in Java:Mark Spruiell2016-08-23
| | | | | | | | | | | | | | | | | | | - Moved existing Java mapping sources to java-compat subdirectory - Added new "Java 8" mapping in java subdirectory - Significant features of Java 8 mapping: - All classes in com.zeroc package (e.g., com.zeroc.Ice.Communicator) - New AMI mapping that uses java.util.concurrent.CompletableFuture - New AMD mapping that uses java.util.concurrent.CompletionStage - New mapping for out parameters - "holder" types have been eliminated - New mapping for optional types that uses JDK classes from java.util (e.g., java.util.Optional) - "TIE" classes are no longer supported or necessary; servant classes now only need to implement a generated interface - Moved IceGrid GUI to new mapping - The "Java Compat" mapping is provided only for backward compatibility to ease migration to Ice 3.7. The Slice compiler supports a new --compat option to generate code for this mapping. However, users are encouraged to migrate to the new mapping as soon as possible.
* C# mapping changesBenoit Foucher2016-08-16
| | | | | | | | - user exceptions are no longer checked on the server side (ICE-6980) - support for ["marshaled-result"] metadata - AMD operations now return a Task - improved dispatch interceptors - PropertiesAdminI::setProperties impl. now invokes callbacks synchronously
* Fixed C++11 relational operators on ObjectPrxBernard Normier2016-08-03
| | | | Removed many useless operator!=
* Some ice_tuple fixesJoe George2016-07-13
| | | | - ice_tuple now returns all data members from class base class
* ICE-7172 - Replace generated comparsion operatorsJoe George2016-07-08
| | | | | | | - Add ice_tuple function to structs and classes. Returns a tuple of data members - Replace generated comparsion for structs (and classes) with template comparsion operators which use ice_tuple
* C++11 AMI custom mapping supportBernard Normier2016-06-16
|
* Renamed C++11 AMI/AMD suffix: _async to AsyncBernard Normier2016-06-09
|
* ICE-6982 and ICE-6946Joe George2016-06-08
| | | | | - Refactord C++ class/exception stream generated code - Changed return type of Obejct::ice_id() to std::string for C++11
* Renamed ICE_UTIL_API to ICE_API and other cleanupsBernard Normier2016-05-12
|
* restructuringMarc Laukien2001-08-17
|
* nonmutatingMarc Laukien2001-08-10
|
* started code style conversionMarc Laukien2001-07-26
|
* fixesMarc Laukien2001-07-21
|
* more docbook stuffMarc Laukien2001-07-21
|
* error checkingMarc Laukien2001-07-19
|
* more interfaces/inheritance stuffMarc Laukien2001-07-11
|
* more interface stuffMarc Laukien2001-07-10
|
* more testsMarc Laukien2001-07-09
|
* interfaces (not finished yet)Marc Laukien2001-07-09
|
* enumsMarc Laukien2001-07-06
|
* more slice2htmlMarc Laukien2001-06-22
|
* more slice2htmlMarc Laukien2001-06-22
|
* started with splice2htmlMarc Laukien2001-06-21
|
* cleanupMarc Laukien2001-06-21
|
* win fixesMarc Laukien2001-06-20
|
* cleanupMarc Laukien2001-06-20
|
* sliceMarc Laukien2001-06-20