summaryrefslogtreecommitdiff
path: root/cpp/test
Commit message (Collapse)AuthorAge
...
* ICE-6696 fixed warning binding WinRT info testDwayne Boone2015-08-06
|
* Windows WinRT/UAP testsuite fixesJose2015-08-06
|
* Add WinRT/UAP test solutionsJose2015-08-05
|
* Add support to build Ice UAP SDKJose2015-08-05
|
* Fixed ICE-6687 - IceSSL tests failures on El CapitanBenoit Foucher2015-08-05
|
* ICE-6302 Fixed intermittent sessionHelper test failureDwayne Boone2015-07-28
|
* Added test to Glacier2/sessionHelper to test interrupting connection ↵Dwayne Boone2015-07-28
| | | | establishment
* ICE-6645 Fixed issue in Slice compilers with param/member names hiding type ↵Dwayne Boone2015-07-22
| | | | definitions
* Update C++ tests to register required plug-insJose2015-07-17
| | | | when building with static libraries.
* Updated Windows dependenciesDwayne Boone2015-07-08
|
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* ICE-6641 Removed some uneeded clean rules from MakefilesDwayne Boone2015-07-07
|
* Fixed ICE-6595: Glacier2/sessionHelper deadlock on destroyBenoit Foucher2015-06-19
|
* The communicator now catch exceptions raised by plugin initialize and raise ↵Benoit Foucher2015-06-17
| | | | PluginInitializationException instead
* Fixed ICE-6602: optionals marshaling bugJose2015-06-16
|
* Fix for ICE-6598: prevent servers to start concurrentlyBenoit Foucher2015-06-16
|
* Fix issue with non initialized values in Slice/macros testv1.0.1-icehashpasswordJose2015-06-10
|
* Fixed ICE-6584: Ice/slicing tests leaksJose2015-06-10
|
* Fixed Ice/stream test leak (ICE-6583)Benoit Foucher2015-06-10
|
* Fixed Glacier2 session helper and optional test leakBenoit Foucher2015-06-10
|
* Fixed ICE-6579, objects test leakBenoit Foucher2015-06-10
|
* Fixed ICE-6573 - IceGrid application update failure when updating server ↵Benoit Foucher2015-06-08
| | | | with allocatables and clients are waiting to allocate the allocatable
* Timeout test updates fix iPhone test failures (TCH-240)Benoit Foucher2015-06-04
|
* WinRT connection info fixesJose2015-06-02
|
* Fixed ICE-6557 - non virtual destructor warningsBenoit Foucher2015-06-02
|
* Fix bogus print statementJoe George2015-06-02
|
* Fixed ICE-6552: test Ice/plugin failures in Windows 8.1Jose2015-06-02
|
* IceGrid/session test doesn't support running with wss (ICE-6539)Benoit Foucher2015-05-28
|
* Renamed zeroc-ice-certutils to zeroc-icecertutilsBenoit Foucher2015-05-25
|
* Fixed ICE-6516: IceGrid activation test failure on OS XBenoit Foucher2015-05-25
|
* fixing C++/x86 build failure in test/Ice/operationsMark Spruiell2015-05-20
|
* Fix travis compile errorDwayne Boone2015-05-08
|
* ICE-6485 enums tests fails with --cross=objective-cDwayne Boone2015-05-08
|
* ICE-6487 ObjC test/Ice/objects fails with --cross=jsDwayne Boone2015-05-07
|
* Fixed generated code to not instantiate templates if ICE_STATIC_LIBS is ↵Benoit Foucher2015-05-06
| | | | defined, minor WinRT test fixes
* Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixesBenoit Foucher2015-05-06
|
* ICE-6481 pragma comment when building static librariesBernard Normier2015-05-05
| | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro.
* minor fixes for purifyMark Spruiell2015-05-05
|
* WinRT test suite project updatesJose2015-05-03
|
* Clean up .gitattributesJoe George2015-04-29
| | | | | * Remove all of the export-ignore statements * Move unicode test things to its own file
* Fixed ICE-6464 and deprecated various IceSSL propertiesBenoit Foucher2015-04-28
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Fixed ICE-6443 and other SSL fixesBenoit Foucher2015-04-28
| | | | | | | | | - Added IceSSL::WSSEndpointInfo and IceSSL::WSSEndpointInfo - Deprecated IceSSL.KeyFile - Added IceSSL.CAs and deprecated IceSSL.CertAuthFile and IceSSL.CertAuthDir - Added support for IceSSL.UsePlatformCAs - Fixed SSL implementations to support reading PEM files containing multiple PEM certificates - Fixed Windows SSL implementation to support load DER certificates
* Fixed ICE-6465: Windows IceGrid node support for more 64 processesBenoit Foucher2015-04-24
|
* Fixed ICE-6438, ICE-6439 and various inconsistencies between IceSSL ↵Benoit Foucher2015-04-23
| | | | implementations
* Fixed IceSSL OpenSSL implementation to provide and use the verified ↵Benoit Foucher2015-04-17
| | | | certificate chain
* Fixed SChannel issue where intermediate certificates were not being sentBenoit Foucher2015-04-17
|
* Remove md5 crypt passwords from testJoe George2015-04-16
|
* Various SSL fixes, tests for intermedate CAsBenoit Foucher2015-04-16
|
* Hashpassword changesJoe George2015-04-16
| | | | | - Rename to icehashpassword.py - Use chosen passlib scheme's min/max rounds and salt size