summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/async
Commit message (Collapse)AuthorAge
...
* ICE-4791 - Include generated header in dependency rules emitted by slice2cpp.Jose2012-03-15
|
* ICE-4753 - Remove StaticMutex & RWRecMutexJose2012-02-21
|
* ICE-4322 - Use "#pragma once" in Slice filesJose2012-02-21
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* VS Add-In and Demo updates.Jose2011-05-10
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - Fixed bug 4521: it's now possible to build the tests & demos againstBenoit Foucher2009-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)
* - bug 3533: add async version of Connection/CommunicatorMark Spruiell2009-12-08
| | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies
* New dependenciesBenoit Foucher2009-12-01
|
* Added back IceHome setting for source tree compilesDwayne Boone2009-12-03
|
* Changed demos to use new AMI APIDwayne Boone2009-11-30
|
* Do not rely on ICE_HOME being set in projectsDwayne Boone2009-11-23
|
* Only have single windows installer rather than one per compilerDwayne Boone2009-11-23
|
* New AMI mappingBenoit Foucher2009-11-23
|
* Fixed Windows build issuesBenoit Foucher2009-10-11
|
* Update dependsDwayne Boone2009-10-02
|
* Converted demo projects to VS2008Dwayne Boone2009-09-04
|
* Squashed commit of ice-rt branch:Jose2009-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 831a201c23d4a4aee9041c20d16e194e918fbb06 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Thu Jul 9 19:59:57 2009 +0200 Fix typo. commit 3447d3d63c56d0a948b756d5152b8fe072db2618 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Thu Jul 9 19:58:42 2009 +0200 Fix collector thread start. commit ef6e69a167ee4a6cf1c033569b8233f5a891b91b Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Thu Jul 9 17:39:03 2009 +0200 Disable test on OS X commit f76e7c2d4027af7d840cf4a59d74aa9872055f6e Author: root <root@dhcppc0.(none)> Date: Thu Jul 9 17:25:44 2009 +0200 Disable priority test in Os x commit 01afc1706ecb53ab1b95980ef1e1949cea4af243 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Thu Jul 9 17:00:55 2009 +0200 Osx Fix commit 89509ad18da576949164d9740600edf8ae5db739 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Thu Jul 9 16:39:47 2009 +0200 Minor fixes commit c89a1e5fe9c344c6bfb4d588d8faa79834bc3106 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Tue Jul 7 15:42:03 2009 +0200 Support for MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY in Java. commit 9d73fc28719e73e930a8b616e4de31ded64e6a41 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Tue Jul 7 00:57:30 2009 +0200 setPriority fixes. commit 44e89ea3092fa9cda1573bb2dae57d4a76da35e2 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Mon Jul 6 18:26:51 2009 +0200 Thread priority fixes. commit eb689a397a0d53ef3f3448736c8cd103e369df6a Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Tue Jun 30 21:49:09 2009 +0200 Fix MutexPtr to set _acquired false on release. commit 22dd76d2a08f34d306cfc7508a5465435aa600d1 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Tue Jun 30 17:31:30 2009 +0200 Code style fixes to thread priority changes. commit e04c19a06167b9b58e52144946a00cdf01e3500f Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Mon Jun 29 22:20:23 2009 +0200 Changes to thread priority support. and global static removes. commit aed0ae1e9f6ae7e33cd2dcd390be1bcdc4270378 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Fri Jun 26 16:19:23 2009 +0200 Add support to set Thread priorities to C# commit fff01616d2fffde5e6a7b3920228bb861b4e16d8 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Thu Jun 25 18:49:23 2009 +0200 replace static with anon namespace commit 34c84d7d6e1591210b1a6d79def79cb5fcc8bd19 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Wed Jun 24 17:23:46 2009 +0200 Add call to TestUtil.cleanup commit 58e2e13803e154dd2c5a26117c396f0ddf40d189 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Tue Jun 23 21:02:43 2009 +0200 Remove priorities for throughput test. commit 679f2b9690db5cad7a9437de72640a38a977e555 Author: Jose Gutierrez <jose@zeroc.com> Date: Thu Dec 4 00:44:38 2008 +0100 Updates to real time priorities commit 78eb230923f57d968ceb78c5a670b7ef3ab10e24 Author: Jose Gutierrez <jose@zeroc.com> Date: Wed Dec 3 02:23:00 2008 +0100 Sync priority inversion test with simplication of this test in icee-rt commit fdd8fcd6f171bd456e335f82dfa3e64974c0220e Author: Jose Gutierrez <jose@zeroc.com> Date: Wed Dec 3 02:22:34 2008 +0100 Remove static mutex from demo book lifecycle commit 1c646ad332d931de3f716bb5130bac360a4cf198 Author: Jose Gutierrez <jose@zeroc.com> Date: Wed Dec 3 02:22:00 2008 +0100 Fix allTest to run rt test only as root in unix. commit e813ef4101700584b6464de99066137247fe21a8 Author: Jose Gutierrez <jose@zeroc.com> Date: Wed Dec 3 02:08:07 2008 +0100 More StaticMutex removed. commit 289d83a46d72091f65ff99c0e151aedf0bd60417 Author: Jose Gutierrez <jose@zeroc.com> Date: Wed Dec 3 01:34:32 2008 +0100 End remove StaticMutex usage from Ice commit d422e04009a8627c73269f2824bd842453cea319 Author: Jose Gutierrez <jose@zeroc.com> Date: Wed Dec 3 00:21:21 2008 +0100 Remove StaticMutex use in Ice tests commit 275baefd6b8b45be33d9e098ec38ab69c6cf981b Author: Jose Gutierrez <jose@zeroc.com> Date: Tue Dec 2 22:39:15 2008 +0100 Removing StaticMutex used in Ice core and Ice services. commit 31b496ffda0a6def8097c46b7269b73d174ba495 Author: Jose Gutierrez <jose@zeroc.com> Date: Tue Dec 2 00:43:42 2008 +0100 Sync changes with latest changes in icee-rt. commit b31abef3b24131214908664bb488ba2069c0b8c1 Author: Jose Gutierrez <jose@zeroc.com> Date: Fri Nov 14 19:44:28 2008 +0100 Change test assertions commit b81f4d8854580e7c2cc9faef3c648f8ccd4484e0 Author: Jose Gutierrez <jose@zeroc.com> Date: Fri Nov 14 19:23:34 2008 +0100 Priority inversion test fixes. commit 3d35130b569c20ddd2da74fed39d1c78b7430c9e Author: Jose Gutierrez <jose@zeroc.com> Date: Fri Nov 14 02:08:06 2008 +0100 Fixes to priority inversion test. commit 0e158c1bba306184ac4cd166c88ca62dbc557331 Author: Jose Gutierrez <jose@zeroc.com> Date: Fri Nov 14 00:32:36 2008 +0100 Priority inheritance protocol for Mutex and RecMutex posix implementation. commit 2587e416316046ac6f3baacee5c73b2a9205703b Author: Jose Gutierrez <jose@zeroc.com> Date: Wed Nov 12 19:40:48 2008 +0100 Fix icert.config used in test/Ice/priority commit 7b1f0a67de9acf6e2b0f8e485ed05e726705f257 Author: Jose Gutierrez <jose@zeroc.com> Date: Wed Nov 12 19:23:06 2008 +0100 Fix Thread::start to no use duplicate code. Remove ThreadPriorityException and uset ThreadSyscallException instead. Remove the change to timer test for real tiem priority timers as require root user is better to put this in a separte test. commit 0890d83b0229e09e91ce6393b7f5fc2abd73d020 Author: Jose Gutierrez <jose@zeroc.com> Date: Wed Nov 12 17:58:12 2008 +0100 Ice real time priority support.
* Add x64 configurations to C++ projectsDwayne Boone2009-06-23
|
* Convert C++ projects to VS2005 and enable VS pluginDwayne Boone2009-06-23
|
* Bug 3964 - improve endpoint infoDwayne Boone2009-05-27
|
* bug 3190 - remove Glacier2/SessionF.iceMark Spruiell2009-04-08
|
* Merge commit 'origin/R3_3_branch'Benoit Foucher2009-03-24
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGES cpp/demo/Freeze/backup/.depend cpp/demo/Freeze/bench/.depend cpp/demo/Freeze/casino/.depend cpp/demo/Freeze/customEvictor/.depend cpp/demo/Freeze/library/.depend cpp/demo/Freeze/phonebook/.depend cpp/demo/Freeze/transform/.depend cpp/demo/Glacier2/callback/.depend cpp/demo/Glacier2/chat/.depend cpp/demo/Ice/async/.depend cpp/demo/Ice/bidir/.depend cpp/demo/Ice/callback/.depend cpp/demo/Ice/converter/.depend cpp/demo/Ice/hello/.depend cpp/demo/Ice/invoke/.depend cpp/demo/Ice/latency/.depend cpp/demo/Ice/minimal/.depend cpp/demo/Ice/multicast/.depend cpp/demo/Ice/nested/.depend cpp/demo/Ice/nrvo/.depend cpp/demo/Ice/session/.depend cpp/demo/Ice/throughput/.depend cpp/demo/Ice/value/.depend cpp/demo/IceBox/hello/.depend cpp/demo/IceGrid/allocate/.depend cpp/demo/IceGrid/icebox/.depend cpp/demo/IceGrid/replication/.depend cpp/demo/IceGrid/sessionActivation/.depend cpp/demo/IceGrid/simple/.depend cpp/demo/IceStorm/clock/.depend cpp/demo/IceStorm/counter/.depend cpp/demo/IceStorm/replicated/.depend cpp/demo/IceStorm/replicated2/.depend cpp/demo/book/freeze_filesystem/.depend cpp/demo/book/lifecycle/.depend cpp/demo/book/printer/.depend cpp/demo/book/simple_filesystem/.depend cpp/src/Freeze/.depend cpp/src/FreezeScript/.depend cpp/src/Ice/.depend cpp/src/Ice/UdpTransceiver.cpp cpp/src/Ice/UdpTransceiver.h cpp/src/IceBox/.depend cpp/src/IceGrid/.depend cpp/src/IceGridLib/.depend cpp/src/IcePatch2/.depend cpp/src/IceStorm/.depend cpp/src/slice2freeze/.depend cpp/test/Freeze/complex/.depend cpp/test/Freeze/dbmap/.depend cpp/test/Freeze/evictor/.depend cpp/test/Freeze/oldevictor/.depend cpp/test/FreezeScript/dbmap/.depend cpp/test/FreezeScript/evictor/.depend cpp/test/Glacier2/attack/.depend cpp/test/Glacier2/dynamicFiltering/.depend cpp/test/Glacier2/router/.depend cpp/test/Glacier2/sessionControl/.depend cpp/test/Glacier2/ssl/.depend cpp/test/Glacier2/staticFiltering/.depend cpp/test/Ice/adapterDeactivation/.depend cpp/test/Ice/background/.depend cpp/test/Ice/binding/.depend cpp/test/Ice/checksum/.depend cpp/test/Ice/checksum/server/.depend cpp/test/Ice/custom/.depend cpp/test/Ice/exceptions/.depend cpp/test/Ice/facets/.depend cpp/test/Ice/faultTolerance/.depend cpp/test/Ice/gc/.depend cpp/test/Ice/hold/.depend cpp/test/Ice/inheritance/.depend cpp/test/Ice/interceptor/.depend cpp/test/Ice/location/.depend cpp/test/Ice/objects/.depend cpp/test/Ice/operations/.depend cpp/test/Ice/proxy/.depend cpp/test/Ice/retry/.depend cpp/test/Ice/servantLocator/.depend cpp/test/Ice/slicing/exceptions/.depend cpp/test/Ice/slicing/objects/.depend cpp/test/Ice/stream/.depend cpp/test/Ice/stringConverter/.depend cpp/test/Ice/timeout/.depend cpp/test/Ice/udp/.depend cpp/test/IceBox/configuration/.depend cpp/test/IceGrid/activation/.depend cpp/test/IceGrid/allocation/.depend cpp/test/IceGrid/deployer/.depend cpp/test/IceGrid/distribution/.depend cpp/test/IceGrid/replicaGroup/.depend cpp/test/IceGrid/replication/.depend cpp/test/IceGrid/session/.depend cpp/test/IceGrid/simple/.depend cpp/test/IceGrid/update/.depend cpp/test/IceSSL/configuration/.depend cpp/test/IceStorm/federation/.depend cpp/test/IceStorm/federation2/.depend cpp/test/IceStorm/rep1/.depend cpp/test/IceStorm/repgrid/.depend cpp/test/IceStorm/repstress/.depend cpp/test/IceStorm/single/.depend cpp/test/IceStorm/stress/.depend cpp/test/Slice/keyword/.depend cs/src/Ice/Instance.cs cs/src/IceSSL/ConnectorI.cs java/demo/book/simple_filesystem/Filesystem/DirectoryI.java java/demo/book/simple_filesystem/Filesystem/FileI.java java/src/IceInternal/TcpConnector.java java/src/IceSSL/ConnectorI.java py/modules/IcePy/.depend rb/src/IceRuby/.depend
| * Bug 3820: Warning when building release binaries with VC++ 6.0Michi Henning2009-03-12
| | | | | | | | Added /IGNORE:4089 to all project files for release build.
| * Fixed project names to work with VS2008 as wellDwayne Boone2009-02-12
| |
| * Bug 3220 - fix project names for VS2005/VS2008 conversionDwayne Boone2009-02-12
| |
| * bug 3644 - improve integration between eclipse plugin and translatorMark Spruiell2009-02-02
| | | | | | | | bug 3657 - improve error reporting in translators
* | Merge branch 'R3_3_branch'Dwayne Boone2009-01-02
|\|
| * Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
| |
* | Merge branch 'R3_3_branch'Dwayne Boone2008-11-05
|\|
| * Bug 3486 - Remove unecessary "cpp:const"Dwayne Boone2008-10-28
| |
* | update dependencies.Matthew Newhook2008-08-08
| |
* | Fixed conflicts.Matthew Newhook2008-08-07
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'R3_3_branch' Conflicts: CHANGES cpp/src/Ice/FactoryTable.cpp cpp/src/Ice/FactoryTableDef.cpp cpp/test/Ice/checksum/.depend cpp/test/Ice/checksum/server/.depend cpp/test/IceUtil/uuid/run.py scripts/TestUtil.py
| * cygwin python is no longer required under Windows to run the expect scripts.Matthew Newhook2008-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Numerous cleanups and bug fixes to the expect scripts. The following bugs have been fixed: http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3091 - under windows a timeout does not kill the spawned servers. http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3167 - cleanup IceBox expect scripts. http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3131 - demoscript environment setup. http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3130 - config/DemoUtil.py should be in demoscript. Squashed commit of the following: commit c82e5b70dab99b69caf4044341f6453e0a2b8192 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Wed Jun 11 14:42:34 2008 +0800 fix bug with multicast demo script. commit c6e61dddf2fc73088e5ecacd096c01fc30c5477a Author: Matthew Newhook <matthew@zeroc.com> Date: Wed Jun 11 14:14:52 2008 +0800 guess the build mode if not set on the command line under Windows. commit 6e797cdca50d6a30493f56e978da4b6f8a08e70d Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jun 10 17:16:49 2008 +0800 use dirname, not split. commit 862fb56fac680d42037d251c54938ed294596690 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jun 10 17:07:24 2008 +0800 simplify environment setup. commit d647b35588019ab841c5fe076950e7c19dcbf22c Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jun 10 16:38:40 2008 +0800 use iceHome not sourcedist in the environment setup. commit 18a82ad794517406f80add4071f46848220bae27 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Tue Jun 10 16:00:49 2008 +0800 fix another hasInterruptSupport problem. commit 18b276f2c5dcf8a2c38c79e7dc8e8b5f20ce884e Author: Matthew Newhook <matthew@centosvm4.matthew.zeroc.com> Date: Tue Jun 10 15:28:08 2008 +0800 Fix printing of the environment. commit 42d5f59dbd2db1811abdd759387e53081858edb0 Author: Matthew Newhook <matthew@centosvm4.matthew.zeroc.com> Date: Tue Jun 10 14:12:19 2008 +0800 remove -u from iceca. Put another workaround in the makecerts script. commit 1bfcc656f25ec3f4f49b5c534bd1c50d50801a4c Author: Matthew Newhook <matthew@zeroc.com> Date: Mon Jun 9 12:19:31 2008 +0800 New method to find the top level directory. commit 1c771768e29b7ff9d141b39f8e03b6790564b4ea Author: Matthew Newhook <matthew@zeroc.com> Date: Mon Jun 9 11:28:25 2008 +0800 Print environment variables in a more sane manner. Don't add cs/bin to the PATH & java/lib to CLASSPATH if not using a source dist. commit a477ceac74b04f297cb342bc7229e2a3a70695e1 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Jun 6 16:32:09 2008 +0800 fix various problems when testing with the demo dist. commit 9bdb41f02130a5716a52ea0ae161fd88697277e5 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Jun 6 13:35:41 2008 +0800 Stop copying obsolete DemoUtil.py. commit d1b4eabc643d0ea04374640ef3f3a2452aaa19bd Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Fri Jun 6 13:20:59 2008 +0800 fix win32 problem. commit f92d9bf033e253cb8e3ee8dbce1583c7a695ad9f Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Jun 6 13:08:27 2008 +0800 more cleanups. commit 8ecea1446b8a64afdf029f4e722d473c58149f84 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Jun 6 12:45:58 2008 +0800 get rid of the processCmdLine. commit a868ebcd7f868d7b9340f8df6d47ab87d43d37d3 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Jun 6 12:38:16 2008 +0800 fix preamble. commit 148f2922a794fa0ef696e8b4ba51749d4b15cb2c Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Jun 6 12:30:07 2008 +0800 fixed some errors in the scripts. commit 3b9fb9a6b755fe3d84864cdd6853b2a59588a089 Author: Matthew Newhook <matthew@centosvm4.matthew.zeroc.com> Date: Thu Jun 5 14:47:39 2008 +0800 python 2.3 support. commit 56956b0a56dd2de5753db060bdadfdb4ddb242a8 Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Jun 5 14:05:51 2008 +0800 change setenv to addenv. Use hasInterruptSupport in Except. commit e2907ffd17bc59eaa9d5dd74fb74dbb7ac9addba Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Jun 5 13:02:24 2008 +0800 minor cleanup and optimizations. commit 97fbc27302ee1f74572b634e3b7d4efe6654540f Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Jun 5 12:52:57 2008 +0800 fix top level allDemos. commit 04630047daffafe524e3aed7833dd48e82b90bf2 Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Jun 5 12:39:57 2008 +0800 Align scripts with the testsuite. commit 2909a30d682cb6f9cb192f21bf652c3b8037371d Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Thu Jun 5 10:55:13 2008 +0800 Some Win32 fixes. commit bc760c357a33a11f3f645169c291c69e1f16fb43 Author: Matthew Newhook <matthew@zeroc.com> Date: Wed Jun 4 18:03:12 2008 +0800 lots of cleanups. commit c69fbac2457b5a14cc8a48beae3381652f50f599 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Tue Jun 3 16:54:45 2008 +0800 fix some python problems. commit 326a95af7c720c0c740975c11251feb2f9b4762b Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jun 3 16:16:13 2008 +0800 use python -u for iceca. commit 990c03c6d314c7d95137a69ebce03425e0eff56c Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jun 3 14:47:00 2008 +0800 first set of unix changes. commit aa02eaec6c5d44d526b3236908a53c855754217c Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Tue Jun 3 14:46:51 2008 +0800 Get rid of \r in the input stream. Fix scripts accordingly. Fix signal handling under windows. commit 558015fb4131980f1f4b3fa23c3ddf366d186d20 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Mon Jun 2 16:38:21 2008 +0800 fix signal handling. commit cadfb7bcabb4c68317fc77c9076607dfb2201e2b Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Fri May 30 17:40:38 2008 +0800 working on a fix for hanging. commit 9b9ffa736d1540c8bfdaa3693df3022e6377cdec Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Thu May 29 17:53:11 2008 +0800 Removed dependence on cygwin. commit cce2d732036585fe8e34f92d6b75ae9c27465622 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Thu May 29 16:17:42 2008 +0800 windows expect script changes.
| * Bug 3220 - reorganize VS projectsDwayne Boone2008-06-06
| |
* | Squashed commit of the following:Michi Henning2008-07-08
| | | | | | | | | | | | | | | | | | | | | | commit 3677312fda0e2e230d5572b3e76b3d1758c86919 Author: Michi Henning <michi@zeroc.com> Date: Tue Jul 8 17:08:15 2008 +1000 Bug 2038 - Ctrl-C on Windows without CtrlCHandler Renamed FactoryTableDef -> FactoryTable Renamed FactoryTable -> FactoryTableInit
* | Bug 3220 - reorganize VS projectsDwayne Boone2008-06-03
|/
* Bug 3097 - Smart pointer formal parameter not exception safeMichi Henning2008-05-08
|
* Port to CodeGear C++Builder 2007Dwayne Boone2008-04-04
|
* updated dependencies.Matthew Newhook2008-03-27
|
* Bug 2911 - convert *.mak to dosDwayne Boone2008-03-24
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2704Matthew Newhook2008-03-07
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* Squashed commit of the following:Matthew Newhook2008-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | commit c2f83d9a3e0e1f97e76f33d7992ef8e3e2994d91 Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Mar 6 14:22:52 2008 +0800 Cleanup some IceGrid configuration files. commit 4e33903c9ae238b9e317fc3f1f3e281c816374dd Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Mar 6 14:17:10 2008 +0800 remove ttl setting. commit c418b308ff7cc8e8a4296819938b88dfedc16a97 Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Mar 6 14:16:32 2008 +0800 remove useless PopulateEmptyIndices config. commit da70d3936f921aa2c92bd2db7b1fcddb4467a9bd Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Mar 6 13:59:51 2008 +0800 - Removed interrupt handlers for interactive C++ demos. - Lots of cleanups to demos.
* Many build system fixes to not require ICE_HOME anymore when building a ↵Benoit Foucher2008-01-29
| | | | source distribution
* Bug 2487 - Recursive service startingDwayne Boone2008-01-28
|
* Updated copyrightDwayne Boone2008-01-23
|
* Removed IceUtilInternal calls from demosBernard Normier2008-01-09
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Bug 2429.Michi Henning2007-12-19
|