Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Adding doc comments to C++ | Mark Spruiell | 2018-01-17 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | More consistent names for _API macros | Bernard Normier | 2016-11-01 |
| | | |||
* | | 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 |
| | | |||
* | | IceGridLib build fixes | Jose | 2015-12-16 |
|/ | |||
* | Fix for WinRT headers install | Jose | 2015-07-31 |
| | |||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | WinRT SDK header fixes | Jose | 2015-05-29 |
| | |||
* | Fixed: (ICE-6543) StringConverter not build with WinRT | Jose | 2015-05-29 |
| | |||
* | Fix for WinRT install headers | Jose | 2015-05-15 |
| | |||
* | Updates for windows mkdir usage | Jose | 2015-05-15 |
| | | | | This avoid problems with git/cygwin mkdir being in PATH | ||
* | Fixed ICE-6497: broken Windows RT build | Benoit Foucher | 2015-05-11 |
| | |||
* | ICE-6481 pragma comment when building static libraries | Bernard Normier | 2015-05-05 |
| | | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro. | ||
* | Fixed Makefile indentation to use tab witdh=8 and indent width = 4 | Benoit Foucher | 2015-04-13 |
| | |||
* | Added C++ plugins for endpoint factories, cleaned up registration of WS ↵ | Benoit Foucher | 2015-02-06 |
| | | | | factories | ||
* | IceGridDiscovery is now IceLocatorDiscovery | Benoit Foucher | 2015-02-03 |
| | |||
* | Fixed (ICE-6190) - Improve WinRT ssl/wss testing | Jose | 2015-01-28 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed (ICE-5989) - Winrt fails to install IceGrid headers | Jose | 2014-11-27 |
| | |||
* | Fixes for ICE-5910: merged makecerts.py with makewinrtcerts.py, removed ↵ | Benoit Foucher | 2014-11-18 |
| | | | | WinRT certs | ||
* | Windows installers updates | Jose | 2014-10-16 |
| | |||
* | Several Windows build fixes: | Jose | 2014-10-08 |
| | | | | | | | ICE-3420 - Force link failure for debug/release mismatch? Update VS add-in to not add C++ libraries Fixed WinRT builds Fixed Python Windows builds | ||
* | Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy" | Jose | 2014-09-11 |
| | | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak | ||
* | Fixed (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-10 |
| | |||
* | Fixed WINRT build | Dwayne Boone | 2014-08-21 |
| | |||
* | Fixed (ICE-5586) - Integrate IceWS to the Ice core library | Jose | 2014-08-12 |
| | |||
* | Fixed WinRT build | Dwayne Boone | 2014-07-24 |
| | |||
* | ICE-4612: first cut of the IceGrid discovery plugin and APIs | Benoit Foucher | 2014-07-10 |
| | |||
* | Fixed ICE-5499, new garbage collection support | Benoit Foucher | 2014-06-05 |
| | |||
* | Fixed WinRT build (transport re-factoring) | Benoit Foucher | 2014-05-06 |
| | |||
* | Added support for IceGrid custom load balancing | Benoit Foucher | 2014-04-15 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | WinRT SKD headers not installed by "nmake /f Makefile.mak install" | Jose | 2013-09-20 |
| | |||
* | Ubuntu/Debian distribution support | Jose | 2013-07-22 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Added .gitattributes file. | Matthew Newhook | 2012-11-15 |
| | | | | Normalize all repository line endings. | ||
* | WinRT port updates | Jose | 2012-10-12 |
| | |||
* | Undo pragma-once-in-header enhancement | Bernard Normier | 2012-09-05 |
| | |||
* | ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵ | Jose | 2012-07-19 |
| | | | | files. |