summaryrefslogtreecommitdiff
path: root/cpp/src/IceBox
Commit message (Collapse)AuthorAge
* Repaired VS project and solution files.Austin Henriksen2021-02-09
|
* Port Glacier2, IceBox, IceBridge, IceDB, IceXML, icegriddbJoe George2021-02-01
|
* Remove checksum support (#607)Austin Henriksen2021-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.
* Update to MSbuild builder 5.0.6Jose2021-01-18
|
* Update MSBuild builder packageJose2021-01-18
|
* Move IceBox.PrintServicesReady output after creation of Admin object.Bernard Normier2019-08-20
| | | Fixes #471
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Add support for systemd Type=notify to Ice::ServiceJose2018-10-29
| | | | Close #75
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Fix whitespacesBenoit Foucher2018-10-01
|
* Removed Application from Ice Services (#196)Austin Henriksen2018-09-19
| | | Removed Application from Ice services, fixes #50
* Update Visual Studio projects to MSBuild builder 5.0.4Jose2018-04-06
|
* Update copyright year to 2018Jose2018-02-14
|
* Update MSBuild project to use 5.0.3 zeroc.icebuilder.msbuild packagev3.7.1-netcore-beta1Jose2018-02-12
|
* Update msbuild projects to use 5.0.2 builderJose2018-02-08
|
* Updates for Ice Builder 5.xJose2018-02-05
|
* icebox requires at least one service (cpp, java)(ICE-8307)Bernard Normier2018-01-26
|
* Clean C++ exception code to only throw exception typesJose2017-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-8407 - Removed Slice checksums checks from icegridadmin/iceboxadminBenoit Foucher2017-08-18
|
* Fix (ICE-8186) - msbuild rebuilds to often the C# sourcesJose2017-06-30
|
* Fixed (ICE-8155) - Ice.dll .NET assembly not signedJose2017-06-26
|
* Fix (ICE-7998) - Remove underscores in MSBuild propertiesJose2017-06-09
|
* Cleanup more whitespaceJoe George2017-05-09
| | | | | Remove extra newlines from the end of files and add newlines to files which are missing one.
* Fix tabs and spaces in MakefilesJoe George2017-05-03
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Use ToolsVersion 4.0 for Visual Studio 2010 compatibilityJose2017-05-01
|
* Don't set ToolsVersion in MSBuild projectsJose2017-04-26
|
* Visual Studio 2010 supportJose2017-04-20
|
* Fixed signature of IceBox Service factory function in C++11Bernard Normier2017-04-08
|
* Update to use default WindowsTargetPlatformVersion with MSBuild buildsJose2017-03-02
|
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | First cut of ICE-6920 - Remove try/catch block around communicator destroyBenoit Foucher2017-01-25
| |
* | Renamed optional invocation context parameter in Python, Ruby and PHPBernard Normier2017-01-09
| | | | | | | | | | new name: context old name: _ctx Fixed macOS build
* | Fixed (ICE-6694) - Unicode output in command line toolsJose2017-01-09
| |
* | Fixed (ICE-7469) - Fix libnames in Windows resource filesJose2016-12-23
| |
* | Update version to 3.7a4Joe George2016-12-21
| |
* | MSBuild project updatesJose2016-11-11
| | | | | | | | | | - Update Mcpp dependencies to 2.7.2.12 - Update msbuild projects to latest Ice Builder 4.3.5
* | ICE-6692 - Review command line input usage to support unicode on WindowsJose2016-11-08
| |
* | Add support for sign C++ executables and dlls in Windows buildsJose2016-11-02
| |
* | Replaced slice compiler options --ice, --underscore and --dll-export byBernard Normier2016-10-31
| | | | | | | | | | global metadata directives (ice-prefix, underscore, cpp:dll-export:SYMBOL and objc:dll-export:SYMBOL) Added new cs:tie and java:tie metadata
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | Refactored shared_from_this/enable_shared_from_thisBernard Normier2016-08-04
| |
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | Update version to 3.7a3Joe George2016-07-12
| |
* | ICE-7179 - Update std::function code styleJoe George2016-06-13
| |