Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Re-fix coeur.utf8 | Joe George | 2017-05-03 |
| | |||
* | Remove unnecessary tabs | Joe George | 2017-05-03 |
| | |||
* | Updated version to 3.7.0 | Benoit Foucher | 2017-05-03 |
| | |||
* | Revert trailing whitespace changes to coeur.utf8 | Joe George | 2017-05-02 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | Use ToolsVersion 4.0 for Visual Studio 2010 compatibility | Jose | 2017-05-01 |
| | |||
* | Don't set ToolsVersion in MSBuild projects | Jose | 2017-04-26 |
| | |||
* | Allow to build C++ test with Visual Studio 2010 Nuget packages | Jose | 2017-04-20 |
| | |||
* | Visual Studio 2010 support | Jose | 2017-04-20 |
| | |||
* | Windows V141 (VS 2017) testing with Nuget packages | Jose | 2017-04-03 |
| | |||
* | Bumped version to 3.7b0 | Benoit Foucher | 2017-03-07 |
| | |||
* | use ICE_BIN_DIST instead of UseBinDist | Jose | 2017-03-02 |
| | |||
* | Replace UseBinDist with ICE_BIN_DIST | Jose | 2017-03-02 |
| | |||
* | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Update version to 3.7a4 | Joe George | 2016-12-21 |
| | | |||
* | | Update Nuget package imports to use latest packages | Jose | 2016-12-10 |
| | | |||
* | | Rename UseNugetBinDist -> UseBinDist | Jose | 2016-12-08 |
| | | | | | | | | | | MSI binary distribution will not include C++/C# SDKs so there is no need to differentiate MSI and Nuget bin dists. | ||
* | | Windows C++ projects fixes related to Nuget Packages | Jose | 2016-11-29 |
| | | |||
* | | Refactored test scripts | Benoit Foucher | 2016-11-25 |
| | | |||
* | | MSBuild project updates | Jose | 2016-11-11 |
| | | | | | | | | | | - Update Mcpp dependencies to 2.7.2.12 - Update msbuild projects to latest Ice Builder 4.3.5 | ||
* | | Update Visual Studio test project to build with Ice nuget packages | Jose | 2016-10-26 |
| | | |||
* | | Move StringConverter API to namespace Ice | Bernard Normier | 2016-08-01 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-07-01 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config/Make.common.rules cpp/Makefile cpp/config/Make.rules cpp/config/Make.rules.Linux cpp/src/Ice/InstrumentationI.cpp cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/src/IceSSL/Makefile cpp/src/IceUtil/Makefile cpp/test/Glacier2/attack/Makefile cpp/test/Glacier2/attack/Makefile.mak cpp/test/Glacier2/router/Makefile cpp/test/Glacier2/sessionHelper/Makefile cpp/test/Glacier2/staticFiltering/Makefile cpp/test/Ice/objects/Makefile cpp/test/IceSSL/configuration/AllTests.cpp cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux cpp/test/IceUtil/stacktrace/StackTrace.release.Linux csharp/src/Ice/PropertyNames.cs java/Makefile java/gradle.properties java/gradle/ice.gradle java/src/Ice/src/main/java/IceInternal/PropertyNames.java java/test/build.gradle js/src/Ice/PropertyNames.js man/man1/icegridadmin.1 man/man1/transformdb.1 php/BuildInstructionsWindows.md php/Makefile php/config/Make.rules.Darwin php/config/Make.rules.mak.php php/config/Make.rules.php php/src/IcePHP/Makefile php/src/Makefile php/src/Makefile.mak php/src/php5/.depend.mak php/src/php5/Communicator.cpp php/src/php5/Config.h php/src/php5/Connection.cpp php/src/php5/Endpoint.cpp php/src/php5/IcePHP.rc php/src/php5/Makefile php/src/php5/Makefile.mak php/src/php5/Operation.cpp php/src/php5/Types.cpp php/src/php5/Types.h php/src/php5/Util.cpp php/src/php7/Communicator.cpp php/src/php7/Communicator.h php/src/php7/Config.h php/src/php7/Connection.cpp php/src/php7/Endpoint.cpp php/src/php7/IcePHP.rc php/src/php7/Makefile php/src/php7/Operation.cpp php/src/php7/Types.cpp php/src/php7/Types.h php/src/php7/Util.cpp scripts/TestUtil.py | ||
| * | Reworked description of wikipedia text | Bernard Normier | 2016-05-27 |
| | | |||
| * | Fix unicode test LICENSE | Jose | 2016-05-27 |
| | | |||
| * | Update test/IceUtil/unicode txt files to use new ones with CC-BY-SA-3 license | Jose | 2016-05-26 |
| | | |||
* | | UnicodeWstringConverter performance improvement and cleanup | Bernard Normier | 2016-06-04 |
| | | |||
* | | More UTF tests | Bernard Normier | 2016-06-03 |
| | | |||
* | | Improved unicode test | Bernard Normier | 2016-06-03 |
| | | |||
* | | Refactored string converters and use codecvt_utf8[_utf16] when | Bernard Normier | 2016-06-03 |
| | | | | | | | | available instead of ConvertUTF | ||
* | | Windows msbuild build updates | Jose | 2016-05-05 |
| | | |||
* | | Re-factored gmake build system | Benoit Foucher | 2016-05-03 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-17 |
|\| | |||
| * | .gitignore updates | Jose | 2016-03-11 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Windows msbuild build updates | Jose | 2016-02-26 |
| | | |||
* | | Refactored invocation code to better suite new C++11 mapping | Benoit Foucher | 2016-02-03 |
| | | |||
* | | ICE-6861 - removing public stream API | Mark Spruiell | 2016-01-19 |
| | | |||
* | | windows build fixes | Jose | 2016-01-08 |
| | | |||
* | | Moved AbstractMutex and Cache | Bernard Normier | 2015-11-13 |
|/ | | | | from IceUtil to Freeze | ||
* | Clean up .gitattributes | Joe George | 2015-04-29 |
| | | | | | * Remove all of the export-ignore statements * Move unicode test things to its own file | ||
* | Update windows dependencies | Jose | 2015-02-19 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | New IceUtil headers to push and pop pragma disable warning with MSVC and GCC | Bernard Normier | 2014-10-31 |
| | |||
* | Updated Windows dependencies | Dwayne Boone | 2014-10-30 |
| | |||
* | Fix Windows dependencies, break by previous dependencies update | Jose | 2014-10-09 |
| |