Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed demos. | Matthew Newhook | 2015-03-18 |
| | | | | Moved demoscript to distribution. | ||
* | Remove PublicKeyToken from VC/CS project references | Jose | 2015-03-16 |
| | |||
* | Changed version to 3.6.0 | Dwayne Boone | 2015-01-28 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Update Ice version to 3.6b 3.6.51 | Jose | 2014-10-03 |
| | |||
* | Fix (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-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" | 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 |
| | |||
* | - Removed support for .NET CF 3.5, replaced with support for .NET | Matthew Newhook | 2014-07-17 |
| | | | | | CF 3.9. - Removed IceUtilInternal.Monitor. | ||
* | ICE-5513 - Fix the C# demos to use lambda expressions | Matthew Newhook | 2014-07-11 |
| | | | | | | | | | - Simplified and refactored some C# tests to use lambdas. - Changed the operations and ami test to test both lambda and delegate based callbacks. - In cs/test/Ice/timeout changed TimeoutException to InvocationTimeoutException for the invocation timeout test. | ||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | changing version to 3.5.1 | Mark Spruiell | 2013-08-20 |
| | |||
* | Fixed ICE-5209: fixed version to 3.5.0 | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed .NET demo projects Copy Local settings | Jose | 2012-11-29 |
| | |||
* | Added .gitattributes file. | Matthew Newhook | 2012-11-15 |
| | | | | Normalize all repository line endings. | ||
* | Fixed Ice assembly version in C# projects | Dwayne Boone | 2012-11-09 |
| | |||
* | Re run fixVersion with latest fixVersion fixes | Jose | 2012-10-30 |
| | |||
* | Fixed ICE-4884: | Bernard Normier | 2012-10-23 |
| | | | | | Updated version to 3.5b Some fixes to distribution/bin/fixVersion.py | ||
* | .NET demo project updates | Jose | 2012-10-11 |
| | |||
* | ICE-4809 - AMI metadata in Ice services internal definitions | Jose | 2012-08-14 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | python 3 support | Mark Spruiell | 2012-04-24 |
| | |||
* | ICE-2286 - no -h in demos | Jose | 2012-04-11 |
| | |||
* | ICE-4821 - Demo projects should include config files | Jose | 2012-04-10 |
| | |||
* | ICE-4322 - Use "#pragma once" in Slice files | Jose | 2012-02-21 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | VS Add-In and Demo updates. | Jose | 2011-05-10 |
| | |||
* | merging .NET Compact Framework support | Mark Spruiell | 2011-05-09 |
| | |||
* | more 3.4.1 changes | Mark Spruiell | 2010-05-14 |
| | |||
* | Bug 4679 - C# demo issues | Dwayne Boone | 2010-02-18 |
| | |||
* | Updated version to 3.4.0 | Dwayne Boone | 2010-01-20 |
| | |||
* | For projects do not rely on DEVPATH, instead copy DLLs | Dwayne Boone | 2010-01-15 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | - Fixed assembly version in C# and VB projects | Benoit Foucher | 2010-01-07 |
| | | | | | | | - Added <Private>False</Private> to C# projects - Fixed makebindist.py to remove .depend.mak from C#/VB directories for the demo archive. - Fixes to README.txt and README.DEMOS.txt. | ||
* | - Fixed bug 4521: it's now possible to build the tests & demos against | Benoit Foucher | 2009-12-31 |
| | | | | | | | | | | | | | | | C:\Program Files\ZeroC\Ice-3.4b. To support this, new .depend.mak files were added. - Fixed nmake install to support installing Ice in C:\Program Files. - Fixed bug 4569: test/IceUtil/inputUtil VC6 compilation failure. - Updated all dependencies. - Fixed C# slice2cs compiler options for all C# demo makefiles (no need for --ice or extra -I options) - Fixed nmake install for 64 bits build of Ice for Python (we now correctly install IcePy in the x64 subdir). - Demos and tests builds will now look for Ice in C:\Program Files\ZeroC\Ice-3.4b by default is ICE_HOME isn't set (or C:\Program Files (x86)\ZeroC\Ice-3.4b) | ||
* | Added back IceHome setting for source tree compiles | Dwayne Boone | 2009-12-03 |
| | |||
* | Fixed IceHome setting in C# projects | Dwayne Boone | 2009-11-27 |
| | |||
* | Only have single windows installer rather than one per compiler | Dwayne Boone | 2009-11-23 |
| | |||
* | New AMI mapping | Benoit Foucher | 2009-11-23 |
| | |||
* | Bug 4184 - use DEVPATH instead of relying on *.exe.config | Dwayne Boone | 2009-10-28 |
| | |||
* | Updated C# projects to target .NET 3.5 | Dwayne Boone | 2009-10-08 |
| | |||
* | Bug 4294 - fix slice dependencies | Dwayne Boone | 2009-10-07 |
| | |||
* | Regenerated C# depend files | Dwayne Boone | 2009-10-05 |
| | | | | Fixed some Glacier2 compile errors | ||
* | Bug 1808 - don't rely on config file for log output | Dwayne Boone | 2009-09-24 |
| | |||
* | Converted demo projects to VS2008 | Dwayne Boone | 2009-09-04 |
| | |||
* | Convert C++ projects to VS2005 and enable VS plugin | Dwayne Boone | 2009-06-23 |
| | |||
* | Bug 3964 - improve endpoint info | Dwayne Boone | 2009-05-27 |
| | |||
* | Bug 1808 - integrate with .NET tracing | Dwayne Boone | 2009-04-29 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| |