summaryrefslogtreecommitdiff
path: root/vb/demo/Ice
Commit message (Collapse)AuthorAge
* Removed demos.Matthew Newhook2015-03-18
| | | | Moved demoscript to distribution.
* Remove PublicKeyToken from VC/CS project referencesJose2015-03-16
|
* Changed version to 3.6.0Dwayne Boone2015-01-28
|
* Some fixes to VB demosDwayne Boone2015-01-07
|
* ICE-6344 made demo configuration more consistent between mappingsDwayne Boone2015-01-07
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-6202 - fixed demo/Ice/minimal endpointsBenoit Foucher2014-12-18
|
* Fixed (ICE-6008) - vb demos SSL configuration still have ImportCertJose2014-11-26
|
* Fixed (ICE-5815) Update demo project/solutions to VS2012Jose2014-11-04
|
* 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
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* merging javascript branchMark Spruiell2014-03-19
|
* changing version to 3.5.1Mark Spruiell2013-08-20
|
* ICE-1581 - minor editsMark Spruiell2013-07-11
|
* ICE-1581 - Throughput demo: string results surprising lowJose2013-07-11
|
* Fixed ICE-5209: fixed version to 3.5.0Benoit Foucher2013-02-12
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed(ICE-5147) - Fix python scripts to not raise strings anymoreJose2013-01-03
|
* ICE-5055 - demo/Ice/invoke bugsMark Spruiell2012-11-29
|
* Fixed .NET demo projects Copy Local settingsJose2012-11-29
|
* Fixed compile error in VB value demoDwayne Boone2012-11-28
|
* Fixed VB demos to compile against Ice installationDwayne Boone2012-11-20
|
* Added missing VB demo fileDwayne Boone2012-11-20
|
* Fixed for VB value demo project filesDwayne Boone2012-11-20
|
* ICE-4963 added example of "preserve-slice" to value demoDwayne Boone2012-11-20
|
* Fixed (ICE-4953) VB projects are still VS2008Jose2012-11-16
|
* Added .gitattributes file.Matthew Newhook2012-11-15
| | | | Normalize all repository line endings.
* Re run fixVersion with latest fixVersion fixesJose2012-10-30
|
* Fixed ICE-4884:Bernard Normier2012-10-23
| | | | | Updated version to 3.5b Some fixes to distribution/bin/fixVersion.py
* ICE-4809 - AMI metadata in Ice services internal definitionsJose2012-08-14
|
* misc. python cleanupMark Spruiell2012-04-25
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-2286 - no -h in demosJose2012-04-11
|
* ICE-4322 - Use "#pragma once" in Slice filesJose2012-02-21
|
* bug 5113 - demoscript fails for demovb/Ice/nestedMark Spruiell2011-05-24
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* VS Add-In and Demo updates.Jose2011-05-10
|
* Bug 4770 - VB demos do not build with VS2010Dwayne Boone2010-06-07
|
* more 3.4.1 changesMark Spruiell2010-05-14
|
* Bug 4679 - C# demo issuesDwayne Boone2010-02-18
|
* 4651 - Inconsistent line endingsJose2010-02-11
|
* Updated version to 3.4.0Dwayne Boone2010-01-20
|
* For projects do not rely on DEVPATH, instead copy DLLsDwayne Boone2010-01-15
|
* Possible fix for vshost.exe crashDwayne Boone2010-01-11
|
* Bug 4565 - add VB support to vspluginDwayne Boone2010-01-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - Fixed assembly version in C# and VB projectsBenoit Foucher2010-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.