summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Collapse)AuthorAge
...
* 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
* Fixed IceDiscovery/simple static build issueBenoit Foucher2018-10-26
|
* 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
* Doxygen comments in IceUtil/Exception.h + related fixesBernard Normier2018-10-19
| | | | Fixes #234
* 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
* Added support for --cpp-path to test driverBenoit Foucher2018-10-18
|
* Do not build IceStorm/persistent test with C++11Jose2018-10-17
| | | | That is C++98 only test
* 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
|
* Updated VS2017 requirementBernard Normier2018-10-10
|
* Fixed missing new line in generated code, fixes #241Benoit Foucher2018-10-10
|
* Fixed CtrCHandler to clear callback on destruction, fixes #235Benoit Foucher2018-10-09
|
* Fixed whitespaceBenoit Foucher2018-10-09
|
* Fix stacktrace test with Xcode 10 release builds (#232)Bernard Normier2018-10-04
|
* 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
|
* Reworked C++11 compiler check. Fixes #206.Bernard Normier2018-09-24
|
* Reworked clang -Wdocumentation warning suppression. Fixes #209.Bernard Normier2018-09-24
|
* Fix bogus generated code for Value seqJose2018-09-24
| | | | Close #212
* Turn off documentation warnings with clangBernard Normier2018-09-21
|
* Merge branch '3.7.1-xcode10' into 3.7Bernard Normier2018-09-21
|\
| * Fixed C++ projectBernard Normier2018-09-20
| |
* | 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
* | Remove cfg files created by Glacier2/staticFilteringJose2018-09-14
| | | | | | | | Close #53
* | Whitespace cleanupJose2018-09-14
| |
* | Fix bogus assert in Java Compat generatorJose2018-09-13
| |
* | Test using Value type as a class data memberJose2018-09-13
| | | | | | | | See #203
* | Fixed location test slowness with Xamarin/iOS testingBenoit Foucher2018-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
* | Missing C++ header includeJose2018-09-10
| |
* | Do not use Ice__t_Value as parent for local PHP typesJose2018-09-10
| | | | | | | | Close #175