summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/optional
Commit message (Collapse)AuthorAge
* Remove bogus preprocessor defintions in Windows test buildsJose2017-07-11
|
* Added Ice::UserException::ice_getSlicedData and ↵Benoit Foucher2017-07-06
| | | | Ice::UnkownSlicedValue::ice_id methods
* Fix test builds broke by previous commitJose2017-07-04
|
* Prevent var-tracking-assignments warnings with GCCJose2017-07-04
|
* Remove excessive empty linesJoe George2017-06-07
|
* Fix (ICE-7923) - suppress deprecation warningsJose2017-05-26
|
* Removed optional semicolons after bracesBernard Normier2017-05-04
|
* Updated version to 3.7.0Benoit Foucher2017-05-03
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Use ToolsVersion 4.0 for Visual Studio 2010 compatibilityJose2017-05-01
|
* Fixed ICE-6680 - WS transports are now provided by a separate IceWS pluginBenoit Foucher2017-04-27
|
* Don't set ToolsVersion in MSBuild projectsJose2017-04-26
|
* Allow to build C++ test with Visual Studio 2010 Nuget packagesJose2017-04-20
|
* Visual Studio 2010 supportJose2017-04-20
|
* UWP test projects updates to support VS 2017Jose2017-04-11
|
* Windows V141 (VS 2017) testing with Nuget packagesJose2017-04-03
|
* Fixes for ICE-7012 - fixed some leaks in IceSSL/testsBenoit Foucher2017-03-31
|
* Fixes for Ice/acm and timeout tests to be less time sensitive (ICE-7371, ↵Benoit Foucher2017-03-30
| | | | ICE-7555)
* Added back support for --valgrind option to allTests.pyBenoit Foucher2017-03-30
|
* Fixed Ice/optional cross-testing failure with JS serversBenoit Foucher2017-03-27
|
* VS 2017 UWP supportJose2017-03-15
|
* Fixed testing of static buildsBenoit Foucher2017-03-14
|
* Added new ctors to Ice::CommunicatorHolderBernard Normier2017-03-13
|
* Removed Current's default value in the C++11 mappingBernard Normier2017-03-08
| | | | Renamed Ice::noExplicitCurrent to Ice::emptyCurrent
* Bumped version to 3.7b0Benoit Foucher2017-03-07
|
* use ICE_BIN_DIST instead of UseBinDistJose2017-03-02
|
* Replace UseBinDist with ICE_BIN_DISTJose2017-03-02
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Emit deprecated warnings for classes implementing interfacesJose2017-02-10
| |
* | Fix (ICE-7562) - Eliminate class-with-operation deprecated warningsJose2017-02-10
| |
* | First cut of ICE-6920 - Remove try/catch block around communicator destroyBenoit Foucher2017-01-25
| |
* | UWP test bin dist buildsJose2016-12-23
| |
* | Update version to 3.7a4Joe George2016-12-21
| |
* | Update Nuget package imports to use latest packagesJose2016-12-10
| |
* | Rename UseNugetBinDist -> UseBinDistJose2016-12-08
| | | | | | | | | | MSI binary distribution will not include C++/C# SDKs so there is no need to differentiate MSI and Nuget bin dists.
* | Removed RemoteConfig to fix build failureBenoit Foucher2016-11-30
| |
* | Windows C++ projects fixes related to Nuget PackagesJose2016-11-29
| |
* | Ice optional not build with UWP ARMJose2016-11-28
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | UWP project updatesJose2016-11-24
| |
* | 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
* | 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
| |
* | Update Visual Studio test project to build with Ice nuget packagesJose2016-10-26
| |
* | ICE-7333 - Java/C# cross test failure in Ice/optionalMark Spruiell2016-09-08
| |
* | Added support for C+11 marshaled resultsBenoit Foucher2016-09-01
| |
* | 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
* | New TargetCompare template, renamed targetEquals to targetEqualToBernard Normier2016-08-04
| |