Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Repaired VS project and solution files. | Austin Henriksen | 2021-02-09 |
| | |||
* | IceGrid and IceStorm fixes | Joe George | 2021-02-02 |
| | |||
* | IceGrid and IceStorm | Joe George | 2021-02-01 |
| | |||
* | Remove checksum support (#607) | Austin Henriksen | 2021-02-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping. | ||
* | Remove IcePatch2 (#602) | Bernard Normier | 2021-02-01 |
| | | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI. | ||
* | Update to MSbuild builder 5.0.6 | Jose | 2021-01-18 |
| | |||
* | Update MSBuild builder package | Jose | 2021-01-18 |
| | |||
* | Use readline only when stdin is a tty (#1230) | Jose | 2021-01-07 |
| | | | | | * Use readline only with TTY terminals * Fix readline usage in IceStorm | ||
* | Add editline support to icegridadmin and icestormadmin (#1223) | Bernard Normier | 2021-01-04 |
| | |||
* | Fix nodiscard warnings report by Visual Studio 2019 (16.4.0) | Jose | 2019-12-04 |
| | |||
* | Improved IceGrid/admin test error detection, fix for #546 | Benoit Foucher | 2019-10-03 |
| | |||
* | Fixed IceGrid node to warn on errors to activate server, fixes #556 | Benoit Foucher | 2019-09-27 |
| | |||
* | Fixed IceGrid locking issue, fixes #503 | Benoit Foucher | 2019-09-06 |
| | |||
* | Update lmdb packages to 0.9.24 | Jose | 2019-09-03 |
| | |||
* | Fix shadown warnings with recent clang version | Jose | 2019-08-15 |
| | |||
* | Do not omit param names for documented parameters - Close #465 | Jose | 2019-08-06 |
| | |||
* | Fixed IceGrid node to not terminate session with master on interrupt, fixes #464 | Benoit Foucher | 2019-07-25 |
| | |||
* | Fixed IceGrid node to check for permissions verifier crypt password ↵ | Benoit Foucher | 2019-07-22 |
| | | | | properties, fixes #452 | ||
* | Port to AIX with g++, xlC_r and xlclang++ (#434) | Bernard Normier | 2019-07-15 |
| | |||
* | Fixed bug with setting of supplementary groups of IceGrid node | Benoit Foucher | 2019-07-08 |
| | |||
* | Check sysconf errors Close #418 (#420) | Jose | 2019-07-02 |
| | |||
* | Enable -Wconversion with clang - Close #363 | Jose | 2019-06-21 |
| | |||
* | Visual Studio 2019 build fixes | Jose | 2019-06-04 |
| | |||
* | Fix bogus loop in IceGrid/Activator #403 | Jose | 2019-06-04 |
| | |||
* | Fix macros for Linux OS detection | Jose | 2019-02-07 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Disable IceGrid GUI popup dialog that shows up if the IceBox observer can't ↵ | Benoit Foucher | 2019-01-08 |
| | | | | be registered, backward compatibility fix for IceGrid node | ||
* | Update lmdb NuGet package version | Jose | 2018-12-22 |
| | |||
* | Fix for #121 - split the assert for the IceGrid/allocation failure | Benoit Foucher | 2018-12-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Fix build failure related to EOF comparison in Parser files | Jose | 2018-11-29 |
| | |||
* | Fix ARM build failures related to Scanner generated code | Jose | 2018-11-29 |
| | |||
* | Increase Visual Studio warning level to Level4 | Bernard Normier | 2018-11-01 |
| | | | | Fixes #223. | ||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Fixed IceGrid bug in the algorithm to find Query objects, fixes #255 | Benoit Foucher | 2018-10-23 |
| | |||
* | Removed keep alive thread from icegridadmin and IceGridGUI, only rely on ACM ↵ | Benoit Foucher | 2018-10-23 |
| | | | | instead fixes #201 | ||
* | Removed Application from Ice Services (#196) | Austin Henriksen | 2018-09-19 |
| | | | Removed Application from Ice services, fixes #50 | ||
* | Do not use std::map::at introduced in C++11 | Jose | 2018-09-10 |
| | |||
* | Fixes for C++17 mode | Jose | 2018-09-07 |
| | | | | Close #180 | ||
* | Bogus buffer resize calling getpwnam_r | Jose | 2018-09-03 |
| | | | | Closes #182 | ||
* | Fixes for strerror_r usage | Jose | 2018-08-13 |
| | |||
* | Replace strerror usage with IceUtilInternal::errorToString | Jose | 2018-07-27 |
| | | | | Close #154 | ||
* | Eliminate catch(const char*) #48 | Jose | 2018-07-26 |
| | |||
* | Missing throw statement | Jose | 2018-06-04 |
| | |||
* | Allow FileParser.Endpoints to be set via Ice::Properties (#58) | Michael Dorner | 2018-04-30 |
| | | | * Register FileParser on IceGridAdmin.Server adapter, used with --server option | ||
* | Update Visual Studio projects to MSBuild builder 5.0.4 | Jose | 2018-04-06 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Added tracing for IceLocatorDiscovery (ICE-8072) | Benoit Foucher | 2018-02-14 |
| | |||
* | Update MSBuild project to use 5.0.3 zeroc.icebuilder.msbuild packagev3.7.1-netcore-beta1 | Jose | 2018-02-12 |
| |