summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Collapse)AuthorAge
...
* | Renamed optional invocation context parameter in Python, Ruby and PHPBernard Normier2017-01-09
| | | | | | | | | | new name: context old name: _ctx Fixed macOS build
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2017-01-09
|\|
| * Fixed ICE-7476 - Ice/background test failure on stretch with SSLBenoit Foucher2017-01-09
| |
| * Bumped the Glacier2/sessionHelper timeout to 30sBenoit Foucher2017-01-09
| |
* | C++11 custom test fixesJose2017-01-09
| |
* | Fixed (ICE-6694) - Unicode output in command line toolsJose2017-01-09
| |
* | Added support for SSL with automated UWP testsBenoit Foucher2017-01-09
| |
* | Renamed Slice/keyword test to clash, and added identifier-clash testBernard Normier2017-01-06
| |
* | Added debugging info to metrics testBenoit Foucher2017-01-06
| |
* | Fixed ICE-7478 - concurrent file accessBenoit Foucher2017-01-05
| |
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2017-01-05
|\|
| * Fixed ICE-7419 - spurious error message from kqueue selectorBenoit Foucher2017-01-05
| |
| * Fix ICE-7473 - dynamic_cast error on macOSJoe George2016-12-20
| |
* | Thread safety fixes for tests scriptsBenoit Foucher2017-01-05
| |
* | Revert "Fixed (ICE-7477) - Use native Base64 encode/decode"Jose2017-01-02
| | | | | | | | This reverts commit 2df05d130ae51a65f51c593800ad722d533f5df3.
* | Fixed (ICE-7477) - Use native Base64 encode/decodeJose2017-01-02
| |
* | Update VisualStdio Ice project filtersJose2017-01-02
| |
* | Fixed ICE-7476 - Ice/background test failure on stretch with SSLBenoit Foucher2016-12-30
| |
* | Port Ice.Value to JavaScript mappingJose2016-12-28
| |
* | _MSC_VER not defined by ResourceCompilerJose2016-12-26
| |
* | Fixed (ICE-6974) - Test suite and Python installed in C:\Program FilesJose2016-12-26
| |
* | Missing \0Jose2016-12-26
| |
* | ResourceConfig definitions only apply to VC++ compilerJose2016-12-26
| |
* | UWP test bin dist buildsJose2016-12-23
| |
* | Added missing include<algorithm> from PHPUtil.cppBenoit Foucher2016-12-23
| |
* | Removed IcePHP dependency on Parser.hBenoit Foucher2016-12-23
| |
* | Fixed (ICE-7469) - Fix libnames in Windows resource filesJose2016-12-23
| |
* | Workaround for Safari/WebWorker issueBenoit Foucher2016-12-23
| |
* | Fixed (ICE-7472) UWP and Mcast interfaceJose2016-12-23
| | | | | | | | | | In UWP the multicast interface must be send when the datagram socket is bind.
* | UWP controller fixesJose2016-12-22
| | | | | | | | | | | | - Scroll output to end after append new line - Remove Hostname combobox as was not used - Update cert hash in project file
* | Regenerate UWP controller certificate without passwordJose2016-12-22
| |
* | UWP workaround for multicast groupsJose2016-12-22
| |
* | Revert Windows default platform/configuration to Win32/DebugJose2016-12-22
| |
* | Added Ice/location & Glacier2/router testing for JS browsersBenoit Foucher2016-12-22
| |
* | UWP test controller and related fixesJose2016-12-22
| |
* | Update version to 3.7a4Joe George2016-12-21
| |
* | Fix typoJoe George2016-12-21
| |
* | Replaced USE_BIN_DIST with ICE_BIN_DISTJoe George2016-12-21
| | | | | | | | ICE_BIN_DIST is a list of binary distributions to build against
* | Add getEngineName & getEngineVersion methods to IceSSL C++ PluginJose2016-12-20
| | | | | | | | | | | | The methods can be use to retrieve the engine name and versions used at runtime, getEngineVersion will return 0 if the engine does not provide a relevant version number.
* | Reordered C++ flagsBernard Normier2016-12-16
| |
* | Added support for Objective-C controllerBenoit Foucher2016-12-16
| |
* | minor style fixesJose2016-12-16
| |
* | Fixed deprecated warning and other warnings with clangBernard Normier2016-12-15
| |
* | New C++ Slice/clash testBernard Normier2016-12-15
| |
* | iOS C++ controller fixesBenoit Foucher2016-12-15
| |
* | Fix (ICE-7068) - Windows GetVersionEx usageJose2016-12-15
| |
* | Remove Windows XP test workaroundJose2016-12-15
| |
* | WinRT -> UWP renamesJose2016-12-14
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-12-14
|\|
| * Fix for dependency parsingJose2016-12-14
| | | | | | | | | | | | | | MCPP can emit multiple file names in a single line that is the case when the max line lenght is no exceeded. With previous fixes to handle .ice in file paths that case was not correctly handled.