summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
* | Another fix for ICE-7458 - regenerated Scanner.l on xenial64Benoit Foucher2016-12-07
| |
* | Fixed ICE-7156 - Bison/flex generationBenoit Foucher2016-12-07
| |
* | Updated generated slicedData data member for consistency with ObjCBernard Normier2016-12-06
| |
* | Removed or replaced most double underscores in ObjCBernard Normier2016-12-06
| |
* | Fixed for ICE-7458 - Removed escaping form double quoted strings of ↵Benoit Foucher2016-12-06
| | | | | | | | icegridadmin command arguments
* | Ensure JS modules are exported only onceJose2016-11-25
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | Fix typoJose2016-11-24
| |
* | UWP IceSSL implementation improvementsJose2016-11-24
| | | | | | | | | | - Add support for IceSSL.CertFile - Add support for IceSSL password prompt
* | Port IceSSL/configuration test to UWP and fixes to UWP IceSSL implementationJose2016-11-24
| |
* | Check PCCERT_CHAIN_CONTEXT TrustStatus rather than CERT_SIMPLE_CHAIN TrustStatusJose2016-11-24
| |
* | UWP project updatesJose2016-11-24
| |
* | Fix ICE-743 - Eliminate FeatureProfile in slice compilersJose2016-11-21
| |
* | Added missing escape for "result" parameterBernard Normier2016-11-17
| |
* | Resync stream API for generated structs/enums in Java and C#Bernard Normier2016-11-17
| |
* | Replaced double-underscores in java and java-compatBernard Normier2016-11-17
| |
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2016-11-16
|\|
| * Added CHANGELOG entry for IceGrid bug and fix to use getPropertyAsIntBenoit Foucher2016-11-16
| |
| * Fix updating runtime properties for services using shared communicatorAndreas Sommer2016-11-16
| |
| * Fixed ICE-7439 - Renamed IceGridDiscovery to IceLocatorDiscovery in ↵Benoit Foucher2016-11-02
| | | | | | | | PropertyNames.xml
| * Adding '6' as allowed leading digit in octal escape sequence parsingBernard Normier2016-10-26
| |
* | Fix updating runtime properties for services using shared communicatorAndreas Sommer2016-11-15
| |
* | UWP msbuild project updatesJose2016-11-14
| |
* | UWP x64 fail to build fixJose2016-11-14
| |
* | 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
* | Replaced all double-underscores in C#Bernard Normier2016-11-10
| |
* | ICE-6692 - Review command line input usage to support unicode on WindowsJose2016-11-08
| |
* | IceUtil msbuild projet fixesJose2016-11-08
| |
* | Fix IceSSL OSX buildJose2016-11-08
| |
* | UWP ssl improvementsJose2016-11-07
| |
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
* | Revert "Reverted previous double-underscore changes in IceUtil classes"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 2e6243dd2955e6a292bbe8a569d4e1711253746a.
* | Revert "Replaced double underscores in C# mapping by ice-prefix names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit c693f916141772b82da44d0ef90f64602a69d3ec.
* | Revert "Renamed protected _slicedData to _iceSlicedData in generated code"Bernard Normier2016-11-05
| | | | | | | | This reverts commit c6d8754a04932dacf8bdfff8d3d871be3f701403.
* | Renamed protected _slicedData to _iceSlicedData in generated codeBernard Normier2016-11-03
| |
* | Replaced double underscores in C# mapping by ice-prefix namesBernard Normier2016-11-03
| |
* | Fix ICE-7433 - C++ Ice/exceptions failureJoe George2016-11-03
| |
* | Update Slice compilers Windows build to use static C/C++ runtime /MTJose2016-11-03
| |
* | Reverted previous double-underscore changes in IceUtil classesBernard Normier2016-11-03
| |
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
| |
* | Add support for sign C++ executables and dlls in Windows buildsJose2016-11-02
| |
* | Fixed (ICE-7440) - unreferenced local parameter in generated codeJose2016-11-02
| |
* | More consistent names for _API macrosBernard Normier2016-11-01
| |
* | Replaced slice compiler options --ice, --underscore and --dll-export byBernard Normier2016-10-31
| | | | | | | | | | global metadata directives (ice-prefix, underscore, cpp:dll-export:SYMBOL and objc:dll-export:SYMBOL) Added new cs:tie and java:tie metadata
* | Refactored string literal generation and updated identityToString formatBernard Normier2016-10-25
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | updating IceBT to BlueZ 5Mark Spruiell2016-10-20
| |
* | Fix slice2js relative path computationJose2016-10-20
| |
* | Update mcpp version for WindowsJose2016-10-17
| | | | | | | | | | * Update windows builds to use mcpp-2.7.2.10. * Fix Slice/unicodePath test script form Windows.