Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Repaired VS project and solution files. | Austin Henriksen | 2021-02-09 |
| | |||
* | Regenerated IceStorm scanner. | Austin Henriksen | 2021-02-03 |
| | |||
* | Additional C++11 fixes | Joe George | 2021-02-03 |
| | |||
* | IceGrid and IceStorm fixes | Joe George | 2021-02-02 |
| | |||
* | Remove Ice::Application & Glacier2::Application deprecated classes | Jose | 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 |
| | |||
* | Update lmdb packages to 0.9.24 | Jose | 2019-09-03 |
| | |||
* | Allow oneway/batch proxies to use IceStorm retryCount, fixes #164 | Benoit Foucher | 2019-07-10 |
| | |||
* | Enable -Wconversion with clang - Close #363 | Jose | 2019-06-21 |
| | |||
* | Visual Studio 2019 build fixes | Jose | 2019-06-04 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Update lmdb NuGet package version | Jose | 2018-12-22 |
| | |||
* | 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 |
| | |||
* | Fix failure related to Slice Scanner fixes | Jose | 2018-11-13 |
| | | | | | | | Revert the IceStorm/Grammar generated files to use the old Bison version. Regenerate Slice/Scanner using using Flex 2.5 | ||
* | Do not compare char to EOF | Jose | 2018-11-13 |
| | | | | Close #295 | ||
* | Increase Visual Studio warning level to Level4 | Bernard Normier | 2018-11-01 |
| | | | | Fixes #223. | ||
* | Fixed fallthrough warnings + clang 3.x fixes | Bernard Normier | 2018-10-27 |
| | |||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Fix IceStorm to correctly load topics from database | Jose | 2018-10-16 |
| | | | | Close #222 | ||
* | Removed Application from Ice Services (#196) | Austin Henriksen | 2018-09-19 |
| | | | Removed Application from Ice services, fixes #50 | ||
* | Replace strerror usage with IceUtilInternal::errorToString | Jose | 2018-07-27 |
| | | | | Close #154 | ||
* | Update Visual Studio projects to MSBuild builder 5.0.4 | Jose | 2018-04-06 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Update MSBuild project to use 5.0.3 zeroc.icebuilder.msbuild packagev3.7.1-netcore-beta1 | Jose | 2018-02-12 |
| | |||
* | Update msbuild projects to use 5.0.2 builder | Jose | 2018-02-08 |
| | |||
* | Updates for Ice Builder 5.x | Jose | 2018-02-05 |
| | |||
* | Clean C++ exception code to only throw exception types | Jose | 2017-09-20 |
| | | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892 | ||
* | Fixed (ICE-8155) - Ice.dll .NET assembly not signed | Jose | 2017-06-26 |
| | |||
* | Fix for ICE-8098 - fixed the build system to support new ↵ | Benoit Foucher | 2017-06-19 |
| | | | | <component>_devinstall setting | ||
* | Update mcpp/lmdb NuGet packages | Jose | 2017-06-13 |
| | |||
* | Fix copyright headers | Jose | 2017-06-13 |
| | |||
* | Update NuGet package versions | Jose | 2017-06-12 |
| | |||
* | Fix (ICE-7998) - Remove underscores in MSBuild properties | Jose | 2017-06-09 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Cleanup more whitespace | Joe George | 2017-05-09 |
| | | | | | Remove extra newlines from the end of files and add newlines to files which are missing one. | ||
* | Removed optional semicolons after braces | Bernard Normier | 2017-05-04 |
| | |||
* | Fix tabs and spaces in Makefiles | Joe George | 2017-05-03 |
| | |||
* | Remove unnecessary tabs | Joe George | 2017-05-03 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | Removed tabs and trailing whitespace from .l and .y files | Bernard Normier | 2017-05-02 |
| |