summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
* Print numeric value of ALG_ID instead of UnknownJose2018-10-17
| | | | Close #236
* Fix IceStorm to correctly load topics from databaseJose2018-10-16
| | | | Close #222
* Fix slice2js build failure on macOSJose2018-10-16
|
* Typescript supportJose2018-10-16
|
* Fixed missing new line in generated code, fixes #241Benoit Foucher2018-10-10
|
* Fixed CtrCHandler to clear callback on destruction, fixes #235Benoit Foucher2018-10-09
|
* Fix syslog logger to correctly display program nameJose2018-10-02
| | | | Close #230
* Fix whitespacesBenoit Foucher2018-10-01
|
* Update expat NuGet packages to 2.2.6Jose2018-09-25
|
* Fix bogus generated code for Value seqJose2018-09-24
| | | | Close #212
* Test using Value as operation parameterJose2018-09-20
| | | | | | | | | Fix a bug in slice2java that generate bogus code or using Value as an Slice operation parameter Fix a bug in JavaScript mapping that cause a run-time error when invoking an operation that defines Value as an input parameter
* Merge branch '3.7.1-xcode10' into 3.7Bernard Normier2018-09-19
|\
| * Fix Xcode 10 warningsBernard Normier2018-09-19
| |
* | Removed Application from Ice Services (#196)Austin Henriksen2018-09-19
| | | | | | Removed Application from Ice services, fixes #50
* | Fix slice2objc bogus generated code for Ice::Value data memberJose2018-09-19
| |
* | Improve Glacier2 category randomness distributionJose2018-09-14
| | | | | | | | Close #153
* | Fix bogus assert in Java Compat generatorJose2018-09-13
| |
* | Fix compiling classes with fields of type Value to JSDaniel Lytkin2018-09-13
| |
* | Deprecate Ice.Voip propertyJose2018-09-12
| | | | | | | | Close #70
* | Replace `php:internal` and `matlab:internal` by preprocessor macroJose2018-09-12
| | | | | | | | Close #202
* | Do not use Ice__t_Value as parent for local PHP typesJose2018-09-10
| | | | | | | | Close #175
* | 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
* | 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
* | 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
* | 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
* | slice2cpp generates invalid code wrt namespace qualificationJose2018-06-19
| | | | | | | | Closes #104
* | Use ifndef around OS specific headersJose2018-06-11
| | | | | | | | Fixes #52
* | npm-slice2js build failureJose2018-06-11
| |
* | JavaScript stream interface fixesJose2018-06-08
| | | | | | | | | | Fixes #98 Fixes #92
* | Remove unnecessary memsetJose2018-06-04
| |
* | Missing throw statementJose2018-06-04
| |
* | Clear Glacier2 reserved contexts, fixes #30Benoit Foucher2018-05-02
| |