summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
* Extra semicolonsJose2019-01-04
|
* Update lmdb NuGet package versionJose2018-12-22
|
* Fix for #121 - split the assert for the IceGrid/allocation failureBenoit Foucher2018-12-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed quoting of UnexpectedObjectException messageBenoit Foucher2018-12-17
|
* Udate OpenSSL version used in Windows buildsJose2018-12-12
|
* Fixed bogus incoming connection factory assert, fixes #301Benoit Foucher2018-12-11
|
* Fixed slice2js build failureBenoit Foucher2018-12-09
|
* JavaScript: import external modules as JS modulesJose2018-12-07
| | | | | | | When using the JavaScript es6 module mapping, Slice compilation units using js:module that correspond to a external js:module are now imported as a single module, rather than importing the JavaScript generated files.
* TypeScript improvementsJose2018-12-05
|
* Fix build failure related to EOF comparison in Parser filesJose2018-11-29
|
* Fix ARM build failures related to Scanner generated codeJose2018-11-29
|
* typescript: missing cause in mapping for exceptionJose2018-11-22
| | | | Close #304
* typescript: don't generate Prx definiton for Class without operationsJose2018-11-22
| | | | Close #302
* Regenerate cpp/src/Slice/Scanner.cpp with flex 2.5.37Jose2018-11-21
|
* Fixed segfault with systemd journal loger on EL7 & SLES12, fixes #293Benoit Foucher2018-11-19
|
* Fixed SOCKET_ERROR assignement with DWORD, fixes #267Benoit Foucher2018-11-15
|
* Fix failure related to Slice Scanner fixesJose2018-11-13
| | | | | | | Revert the IceStorm/Grammar generated files to use the old Bison version. Regenerate Slice/Scanner using using Flex 2.5
* Better fix for #291Benoit Foucher2018-11-13
|
* Do not compare char to EOFJose2018-11-13
| | | | Close #295
* Enable wildcard expansion for Windows executablesJose2018-11-13
| | | | Close #296
* Fixed IceIAP EASession leakBenoit Foucher2018-11-13
|
* Another fix for the assert which could be triggered on OA destruction, fixes ↵Benoit Foucher2018-11-12
| | | | #291
* Fixed rare race condition which could trigger an assert on OA destruction, ↵Benoit Foucher2018-11-12
| | | | fixes #291
* Replaced VC1xx by v1xx for consistencyBernard Normier2018-11-09
|
* Memoryview (#271)Jose2018-11-08
| | | | | | | Enhance support for buffer objects in Python Close #208
* Javadoc improvements. Fixes #71.Bernard Normier2018-11-07
|
* Fix static builds failures due to missing libsystemdJose2018-11-05
| | | | Close #275
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* slice2cpp bug with lowercase drive letter on WindowsJose2018-10-30
| | | | Close #265
* Removed Slice compiler dependency on DbhHelp on WindowsBernard Normier2018-10-30
|
* Add support for systemd Type=notify to Ice::ServiceJose2018-10-29
| | | | Close #75
* Fixed fallthrough warnings + clang 3.x fixesBernard Normier2018-10-27
|
* Fixed iOS and PHP7 shadow warning related build failuresBenoit Foucher2018-10-27
|
* Temporary removal of -Werror with g++Bernard Normier2018-10-26
|
* Another fix for travisBernard Normier2018-10-26
|
* Fix travis failureBernard Normier2018-10-26
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Use a global mutex for SChannel initializationJose2018-10-26
| | | | Close #242
* Overqualification in C# generated codeJose2018-10-26
| | | | Close #250
* Remove Service checkSystem no longer usefulJose2018-10-25
| | | | Close #258
* Fixed flushBatchRequests metrics bug, fixes #257Benoit Foucher2018-10-23
|
* Write typescript imports inside module declarationJose2018-10-23
|
* Fixed slice2matlab generated code type for dictionary data membersJose2018-10-23
| | | | Close #256
* Fixed IceGrid bug in the algorithm to find Query objects, fixes #255Benoit Foucher2018-10-23
|
* Removed keep alive thread from icegridadmin and IceGridGUI, only rely on ACM ↵Benoit Foucher2018-10-23
| | | | instead fixes #201
* Fixed generated code for C# type ID helpersBernard Normier2018-10-19
|
* slice2cs no longer generates empty namespacesBernard Normier2018-10-18
| | | | Fixes #246
* Rework cs:namespace implementation (fix issue #239) (#249)Bernard Normier2018-10-18
| | | | | | | | | | | | * Rework the cs:namespace implementation No longer rely on Ice.Packages. Fixes #239. * Renamed Ice/packagemd to Ice/namespacemd (C#) * Removed Ice.Package property from C# tests * Switched to get-only attribute, fixed Xamarin test