summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Collapse)AuthorAge
...
* | | | | Moved the clearing of the router info into the try/catch block (ICE-8615)Benoit Foucher2018-01-25
| | | | |
* | | | | Added missing ICE_NOEXCEPT in IceBT/IceIAP transportsBenoit Foucher2018-01-24
| | | | |
* | | | | Added [cpp:noexcept] to Slice local methods that don't throw (ICE-8592)Benoit Foucher2018-01-24
| | | | |
* | | | | Added strict prototypes (ICE-8613)Bernard Normier2018-01-23
| | | | |
* | | | | Updated UWP test controller certificateBenoit Foucher2018-01-23
| | | | |
* | | | | Fixed for iOS test controller proxy and Xcode 9, fixed crashed issue when ↵Benoit Foucher2018-01-23
| | | | | | | | | | | | | | | | | | | | controller went into the background
* | | | | Added diagnosis when IceSSL/configuration test hits assert (ICE-8259)Benoit Foucher2018-01-23
| | | | |
* | | | | Allow self-reset for UniqueRef::reset (ICE-8612)Benoit Foucher2018-01-23
| | | | |
* | | | | Added missing ICEregisterIceStringConverterBernard Normier2018-01-22
| | | | |
* | | | | Whitespace cleanupJoe George2018-01-22
| | | | |
* | | | | Moved ice_collectable impl out of line (ICE-8610)Bernard Normier2018-01-22
| | | | |
* | | | | Removed RC4 test as RC4 is now deprecated on WindowsBenoit Foucher2018-01-19
| | | | |
* | | | | Fix for cpp/test/Slice/errorDetection failureMark Spruiell2018-01-18
| | | | |
* | | | | Adding doc comments to C++Mark Spruiell2018-01-17
| |_|_|/ |/| | |
* | | | Fixed TOCBernard Normier2017-12-18
| | | |
* | | | BuildInstructions -> READMEBernard Normier2017-12-18
| | | |
* | | | Formatting fixBernard Normier2017-12-18
| | | |
* | | | Formatting fixBernard Normier2017-12-18
| | | |
* | | | Fixed linkBernard Normier2017-12-18
| | | |
* | | | Fixed typosBernard Normier2017-12-18
| | | |
* | | | BuildInstructions -> README.mdBernard Normier2017-12-18
| |_|/ |/| |
* | | Update version to v3.7.1Jose2017-12-14
| |/ |/|
* | Update Glacier2 base port to avoid conflicts with selenium driverJose2017-11-21
| |
* | Increased invocation timeout from timeout test to prevent sporadic failuresBenoit Foucher2017-11-21
| |
* | Fixed Slice/Scanner.l build issue with macOS (ICE-8574)Benoit Foucher2017-11-21
| |
* | getpwnam_r bogus loopJose2017-11-17
| | | | | | | | | | | | Bug ICE-8659 See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=875714#24
* | Merge pull request #21 from InsertCreativityHere/3.7Mark Spruiell2017-11-15
|\ \ | | | | | | Fix for ICE-8416
| * | Fixed CaseInsensative test expecting the wrong line numberAustin Henriksen2017-11-04
| | |
| * | Fix for ICE-8416Austin Henriksen2017-11-04
| | | | | | | | | | | | | | | Scoped identifiers now have their own token types Identifier validity is now assessed in the scanning phase
* | | Fix typo in MSbuild targets fileJose2017-11-14
| | |
* | | Fix for latest Ruby timeout failure (the sleep from hold sometime sleeps for ↵Benoit Foucher2017-11-10
| | | | | | | | | | | | much longer than desired)
* | | ICE-8539 - C++ fix for BT addressingMark Spruiell2017-11-08
| | |
* | | Add ice_intialize partial method to C# class and structsJose2017-11-07
| | | | | | | | | | | | Bug ICE-8193
* | | Fix JS Ice/binding failureJose2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug ICE-8551 With JS browser the test can fail if browser listen on a port that is used by the server, that was the case with Chrome. The test not retry the creation of the object adapter if it fails with a SocketException
* | | Fix impl test not build in WindowsJose2017-11-06
|/ / | | | | | | Bug ICE-8412
* | Update Windows builds to expat 2.2.5Jose2017-11-02
| |
* | Add Debug Release to NuGet packages library search pathJose2017-11-02
| | | | | | | | See ICE-8411
* | Move SessionHelper communicator initialization to a separate thread ICE-8504Jose2017-10-30
| |
* | ICE-7997 - unnecessary test in ConnectionIMark Spruiell2017-10-30
| |
* | Fix Overqualification in generated codeJose2017-10-30
| | | | | | | | See ICE-7856
* | Fixed generated code warnings showing up with Objective-C and Xcode 9.0 ↵Benoit Foucher2017-10-12
| | | | | | | | (ICE-8540)
* | Fix UWP networkProxy project to not rebuild all the timeJose2017-09-21
| | | | | | | | | | The UWP networkProxy test project rebuild all the time due to the inclusion of a file that does not exists.
* | Add support to set server address with UWP controllerJose2017-09-21
| | | | | | | | | | | | | | | | Added support set the server IP address to be use by the UWP servers. This allow to run UWP servers with clients from different platforms.
* | iOS build failureJose2017-09-20
| |
* | Fix el7 C++ build failureJose2017-09-20
| |
* | Update Application and Service classes to catch Ice::ExceptionJose2017-09-20
| | | | | | | | | | | | - update Ice::Application and Ice::Service to catch Ice::Exception in addition to std::exception to get stack trace from Ice::Exception base class.
* | Clean C++ exception code to only throw exception typesJose2017-09-20
| | | | | | | | | | | | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892
* | Fixed timeout tests to be less time sensitiveBenoit Foucher2017-09-15
| | | | | | | | | | The tests now use a controller to hold/activate the adapter instead of relying on a timer. Fixes ICE-8312.
* | Fixed Ice/acm test build failure with C++11Benoit Foucher2017-09-14
| |
* | Added test for Ice::Connection setHeartbeatCallback/setCloseCallback (ICE-8012)Benoit Foucher2017-09-14
| |