summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Collapse)AuthorAge
...
* | Do not use std::map::at introduced in C++11Jose2018-09-10
| |
* | Fixes for C++17 modeJose2018-09-07
| | | | | | | | Close #180
* | Add support for read properties from HKCU windows registryJose2018-09-04
| | | | | | | | | | | | | | It was possible before to read Ice properties from HKLM Windows this fix alows to also read properties from HKCU Close #130
* | Fix program name in test controllersJose2018-09-04
| | | | | | | | Close #183
* | call SymRefreshModuleList Close #55Jose2018-09-03
| |
* | Bogus buffer resize calling getpwnam_rJose2018-09-03
| | | | | | | | Closes #182
* | Remove unused macro ICE_LITTLEBYTE_BIGWORDJose2018-09-03
| | | | | | | | Closes #187
* | Updated Bzip2 URLBenoit Foucher2018-08-21
| |
* | Fixed icehashpassword deprecation warning with python debugBenoit Foucher2018-08-14
| |
* | IceUtil Options incorrectly paring multiple short optionsJose2018-08-13
| | | | | | | | Fixes #168
* | Revert "Fix incorrectly parsing of multiple short options"Jose2018-08-13
| | | | | | | | This reverts commit 868387969b99396630a72965374178eb207ca415.
* | Fixes for strerror_r usageJose2018-08-13
| |
* | Ruby Ice::loadSlice only works on global scopeJose2018-08-09
| | | | | | | | Close #173
* | Missing PHP global definition for $Ice_sliceChecksumsJose2018-08-09
| |
* | PHP generate code cannot be required from a class method or functionJose2018-08-08
| | | | | | | | Close #105
* | Fix incorrectly parsing of multiple short optionsJose2018-07-27
| | | | | | | | Closes #168
* | Replace strerror usage with IceUtilInternal::errorToStringJose2018-07-27
| | | | | | | | Close #154
* | Fix UWP Build failureJose2018-07-26
| |
* | Eliminate catch(const char*) #48Jose2018-07-26
| |
* | Simplify EndpointHostResolver initializationJose2018-07-26
| |
* | OpenSSLEngine fix openssl cleanupJose2018-07-26
| | | | | | | | Close #169
* | Missing __decRef call in Thread::startJose2018-07-26
| |
* | Do not sort generated functions alphabeticalJose2018-07-26
| | | | | | | | Fixes #39
* | Update UWP C++ controller package nameJose2018-07-23
| |
* | Fixes for cs:namespace metadata directiveJose2018-07-13
| |
* | Add support cs:namespace metadataJose2018-06-28
| | | | | | | | | | | | | | Add support to map Slice modules to different namespaces using cs:namespace metadata Fixes #122 slice2cs generates invalid namespace qualification
* | Fixed dispatcher test hang (fixes #123)Benoit Foucher2018-06-27
| |
* | Fix UWP test project dependenciesJose2018-06-26
| |
* | Test fixes and improvements for Android testing reliabilityBenoit Foucher2018-06-21
| |
* | Ice/scope fix Android and UWP buildsJose2018-06-20
| |
* | define test callbacks only with C++98 buildsJose2018-06-19
| |
* | C++ 98 test build fixesJose2018-06-19
| |
* | Test for qualified namesJose2018-06-19
| |
* | slice2cpp generates invalid code wrt namespace qualificationJose2018-06-19
| | | | | | | | Closes #104
* | TestHelper pass InitializationData as const referenceJose2018-06-15
| |
* | Added instructions to cpp/README.md for setting CPPFLAGS/CXXFLAGS/LDFLAGSBenoit Foucher2018-06-13
| |
* | C++ TestHelper simplicationsJose2018-06-13
| |
* | Use ifndef around OS specific headersJose2018-06-11
| | | | | | | | Fixes #52
* | Add third party license to NuGet packagesJose2018-06-11
| | | | | | | | Fixes #54
* | npm-slice2js build failureJose2018-06-11
| |
* | JavaScript stream interface fixesJose2018-06-08
| | | | | | | | | | Fixes #98 Fixes #92
* | iOS test controller fixesJose2018-06-06
| |
* | Fixed bug where binary distribution testing would fail to build the ↵Benoit Foucher2018-06-06
| | | | | | | | TestCommon library
* | Fix Linux stack trace expected outputJose2018-06-05
| |
* | Better fix to allow parent directory with spaces (for bug #95)Benoit Foucher2018-06-05
| |
* | Fix TestCommon libdirJose2018-06-05
| |
* | Allow spaces in ice repository parent directory (fixes #95)Benoit Foucher2018-06-05
| |
* | Visual Studio 2017 stacktrace test fixesJose2018-06-05
| |
* | iOS test controller build fixesJose2018-06-05
| |
* | Remove unnecessary memsetJose2018-06-04
| |