summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp
Commit message (Collapse)AuthorAge
* Added Ice::UserException::ice_getSlicedData and ↵Benoit Foucher2017-07-06
| | | | Ice::UnkownSlicedValue::ice_id methods
* Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵Benoit Foucher2017-07-05
| | | | Ice::SlicedData::clear method to break cyclic references
* 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
|
* Fixed ICE-7941 - scheduleCallback now provides the connection to the ↵Benoit Foucher2017-06-01
| | | | dispatcher work item, fixed naming of AsyncResult private methods
* Generate alias for "delegate" in C++11 (ICE-7859)Bernard Normier2017-05-03
|
* slice2cpp minor fixes:Jose2017-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 compatibilityJose2017-05-01
|
* Don't set ToolsVersion in MSBuild projectsJose2017-04-26
|
* Fixed ICE-7744 - Changed back C++11 flushBatchRequests to return voidBenoit Foucher2017-04-20
|
* Visual Studio 2010 supportJose2017-04-20
|
* Rename Tranlator -> Compiler in .rc filesJose2017-04-13
|
* Fix (ICE-7762) - Change dispatch bool return valueJose2017-04-10
|
* Removed trailing whitespace from Slice files and generated codeBernard Normier2017-03-29
|
* Update IceSSL::ConnectionInfo to use native certs and remove ↵Jose2017-03-20
| | | | NativeConnectionInfo
* Removed Current's default value in the C++11 mappingBernard Normier2017-03-08
| | | | Renamed Ice::noExplicitCurrent to Ice::emptyCurrent
* Fix (ICE-7643) marshaled-result generated bogus implementation code with --implJose2017-03-07
| | | | -c++11
* 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
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Fixed ICE-7568 - namespace not correctly escape in C++Jose2017-02-09
| |
* | Removed cpp:unscoped from all Ice enumsBernard Normier2017-02-08
| | | | | | | | CompressBatch is now "scoped" in C++98 and ObjC
* | Fixed unused variable errorBernard Normier2017-02-08
| |
* | Make Slice enums scopedBernard Normier2017-02-08
| | | | | | | | Add new cpp:scoped and objc:scoped metadata directives
* | Add support for build with VS 2017 RCJose2017-02-06
| |
* | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵Benoit Foucher2017-02-06
| | | | | | | | flushed with the communicator/connection should be compressed
* | Slice compilers now emit deprecated warning for classes with operations ↵Bernard Normier2017-02-04
| | | | | | | | | | | | (ICE-7557) Refactored suppress-warning implementation
* | Fixed (ICE-7556) - header-ext and makefile dependenciesJose2017-02-03
| |
* | Rework warning suppression to use global meta dataJose2017-02-03
| |
* | Pass warning level to the ChecksumVisitor for consistencyJose2017-02-02
| |
* | Add --no-warn option to Slice compilersJose2017-02-01
| |
* | Fix slice2cpp build failureJose2017-01-30
| |
* | C++ metadata validation fixesJose2017-01-30
| |
* | Fix to generate ICE_NOEXCEPT instead of throw() with the C++98 mappingBenoit Foucher2017-01-27
| |
* | Fixed ICE-6920 - Communicator::destroy is now noexceptBenoit Foucher2017-01-26
| |
* | java:UserException metadata for both local and remote operationsBernard Normier2017-01-19
| |
* | Replace NULL by ICE_NULLPTRBernard Normier2017-01-11
| |
* | Fixed (ICE-6694) - Unicode output in command line toolsJose2017-01-09
| |
* | Fixed (ICE-7469) - Fix libnames in Windows resource filesJose2016-12-23
| |
* | Update version to 3.7a4Joe George2016-12-21
| |
* | Reordered C++ flagsBernard Normier2016-12-16
| |
* | Fixed deprecated warning and other warnings with clangBernard Normier2016-12-15
| |
* | New C++ Slice/clash testBernard Normier2016-12-15
| |
* | Replaced non-public double underscores in C++Bernard Normier2016-11-12
| |
* | MSBuild project updatesJose2016-11-11
| | | | | | | | | | - Update Mcpp dependencies to 2.7.2.12 - Update msbuild projects to latest Ice Builder 4.3.5