summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
* | Add support for deprecate Slice metadata in slice2objcBernard Normier2017-01-12
| |
* | cs: and clr: are now interchangeable in C#/.NET metadata directivesBernard Normier2017-01-12
| |
* | Reject empty endpoint in OA endpoint listBernard Normier2017-01-12
| |
* | Replace NULL by ICE_NULLPTRBernard Normier2017-01-11
| |
* | Moved UniquePtr to IceInternalBernard Normier2017-01-11
| | | | | | | | Removed ctor and assignment operator from UniquePtr
* | UWP code simplificationsJose2017-01-10
| |
* | Fix for static initialization issue with VS 2013Jose2017-01-10
| |
* | Renamed optional invocation context parameter in Python, Ruby and PHPBernard Normier2017-01-09
| | | | | | | | | | new name: context old name: _ctx Fixed macOS build
* | Fixed (ICE-6694) - Unicode output in command line toolsJose2017-01-09
| |
* | Renamed Slice/keyword test to clash, and added identifier-clash testBernard Normier2017-01-06
| |
* | 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
| |
* | 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
| |
* | 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
| |
* | Fixed (ICE-7472) UWP and Mcast interfaceJose2016-12-23
| | | | | | | | | | In UWP the multicast interface must be send when the datagram socket is bind.
* | UWP workaround for multicast groupsJose2016-12-22
| |
* | UWP test controller and related fixesJose2016-12-22
| |
* | Update version to 3.7a4Joe George2016-12-21
| |
* | 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
| |
* | minor style fixesJose2016-12-16
| |
* | Fixed deprecated warning and other warnings with clangBernard Normier2016-12-15
| |
* | New C++ Slice/clash testBernard Normier2016-12-15
| |
* | Fix (ICE-7068) - Windows GetVersionEx usageJose2016-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.
| * ICE-7445 - Add libressl build supportJoe George2016-12-12
| |
* | Removed or replaced double underscores in Ice for JavaScriptBernard Normier2016-12-14
| |
* | Fixed a few warningsBernard Normier2016-12-14
| |
* | Support for C++ iOS Simulator controllerBenoit Foucher2016-12-13
| |
* | Python fixesMark Spruiell2016-12-12
| |
* | Python build failures on OS XBenoit Foucher2016-12-12
| |
* | ICE-7138 - new Python AMI mapping based on futures and modified AMD mappingMark Spruiell2016-12-09
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-12-09
|\|
| * Extra fixes for dependency processingJose2016-12-09
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-12-09
|\|
| * Skip lines that not end with .ice when processing dependenciesJose2016-12-09
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-12-09
|\|
| * Fix for dependency parse updates in previous commitJose2016-12-09
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-12-09
|\|
| * Fixed (ICE-7464) - bogus dependencies generated with Slice compilersJose2016-12-09
| |
* | iOS controller fixesBenoit Foucher2016-12-09
| |