summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2Lib
Commit message (Collapse)AuthorAge
* .gitignore updatesJose2016-03-11
|
* Update version to 3.6.2Jose2016-03-10
|
* Update Copyright year to 2016 in rc and cs filesJoe George2016-03-07
|
* Update copyright headersJoe George2016-03-01
|
* Updated AssemblyInfo and StringFileInfo on WindowsBernard Normier2015-08-21
|
* ICE-6703 - Windows dependencies and third party packages.Jose2015-08-12
|
* Fixed ICE-6671 - Added registration functions to explicitly register Ice pluginsBenoit Foucher2015-08-12
|
* Updated version to 3.6.1Dwayne Boone2015-07-31
|
* Nuget supportJose2015-07-30
| | | | | | | | C++ third party packages for Windows builds are now in nuget. The packages are automatically downloaded when required.
* Fix Ice::Log string format used with Visual StudioJose2015-07-22
|
* Updated Windows dependenciesDwayne Boone2015-07-08
|
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* Fixed ICE-6505 Allow to Sign C++ .exe/.dlls after buildJose2015-05-12
|
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* Remove unused functions in IcePatch2Lib Util.cpp/Util.hJose2015-02-20
|
* Add ICE_INT64_FORMAT macro to use with fprintf/printf string formats.Jose2015-02-19
|
* Update windows dependenciesJose2015-02-19
|
* Changes for brew, python PyPI packaging and ruby gem packaging.Matthew Newhook2015-02-18
|
* Fixed (ICE-5740) - IcePatch2 has issues with 'large' files.Jose2015-02-17
|
* Changed version to 3.6.0Dwayne Boone2015-01-28
|
* Fixed (ICE-6209) - IceUtil/SHA1.hJose2015-01-16
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Build & test fixes:Jose2014-11-24
| | | | | | | | * ICE-5929 - Consider using $ORIGIN on Linux * ICE-5949 - IceBox issues on Linux bi-arch * ICE-5954 - Ubuntu make install issue / ORIGIN bug * ICE-5961 - OSX: test/IceGrid/session fails * ICE-5971 - allTests.py incorrect reporting under Windows?
* New IceUtil headers to push and pop pragma disable warning with MSVC and GCCBernard Normier2014-10-31
|
* Updated Windows dependenciesDwayne Boone2014-10-30
|
* Fixed ICE-5791: removed deprecated APIs for Ice 3.6Bernard Normier2014-10-28
|
* C++11 build updatesJose2014-10-24
|
* Dependency fixes:Jose2014-10-17
| | | | | | | Add quotes to Windows Slice dependencies Fix Cicular dependency issue with Make 3.82 included in rhel7, C++ dependencies now are of type Foo.h: Foo.ice, we don't need Foo.cpp as that always depend on Foo.h
* Fixed Windows dependencies to account for OutgoingAsync refactoringBenoit Foucher2014-10-10
|
* Windows dependency fixesJose2014-10-08
|
* Version fixesJose2014-10-08
|
* Several Windows build fixes:Jose2014-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
* Update Ice version to 3.6b 3.6.51Jose2014-10-03
|
* Fix (ICE-3792) - dependencies in the repository are very crappyJose2014-09-24
| | | | | For now removed Unix dependencies from repository, we keep Windows dependencies in repository but now are generated from Windows.
* Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy"Jose2014-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 crappyJose2014-09-10
|
* Fix (ICE-3445) - consider not installing internal header filesJose2014-09-01
|
* Partial fix for ICE-5637: improved SLICE_SRCS in MakefilesBernard Normier2014-08-26
|
* Sort C++ Demo and src makefilesJoe George2014-08-22
|
* Fix dependenciesJose2014-08-20
|
* Windows SSL SChannel implementation & OS X Secure Transport fixes.Jose2014-08-07
|
* Fixed collocation optimization to use the dispatcher, minor test fixesBenoit Foucher2014-07-15
|
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
|
* Fix for ICE-5527 (simplify generated code for user exception and object ↵Bernard Normier2014-06-16
| | | | factories), ICE-4832 (ice_staticId and static initialization) and partial fix for ICE-5515 (ice_staticId on C++ proxies)
* update dependenciesJose2014-06-06
|
* Fixed ICE-5499, new garbage collection supportBenoit Foucher2014-06-05
|
* Updated .depend filesBernard Normier2014-05-16
|
* Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstringBernard Normier2014-05-16
|
* Update dependenciesJose2014-05-02
|
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵Jose2014-05-02
| | | | characters?