summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
* bug 2545 - transformdb error handlingMark Spruiell2009-01-16
|
* - Fixed errorDetection testBenoit Foucher2009-01-15
| | | | - Fixed bug 3504, added locator request queue.
* bug 3266 - fix IceSSL/C++ for custom contextsMark Spruiell2009-01-14
|
* Fix 3652 - string.h need to be included to use strerror with gcc >= 4.3.2Jose2009-01-14
|
* Bug 3140 - Change encoding to en_us.utf8 to work around mcpp bugDwayne Boone2009-01-14
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3517 ; translator ↵Matthew Newhook2009-01-14
| | | | stdout/stderr.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3640 - If slice2java ↵Matthew Newhook2009-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | errors out generated files are left behind - Added file tracker - Added calls to file tracker when files or directories are created. - All translators cleanup created files if interrupted, or if they fail. - Normalized various error messages. - Fixed bug with slice2cs which would not correctly check if the impl files were created. Squashed commit of the following: commit 0fec143af219d59dcec5b91cb96a79179f73bd0d Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:57:25 2009 -0330 Fixed FileException for VC6. commit 38b22497c751ad9b2f86af2d44e87a23c0049d9c Merge: df29064... 4421a3d... Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:55:49 2009 -0330 Merged R3_3_branch. commit df290649637685bfff4f777ccf53f4f04fda71a0 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:45:18 2009 -0330 move checksum writing outside loop commit a9bb2356167b1f9259ce2d1f1b43d40b7fd0ce82 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:35:00 2009 -0330 added quotes commit a2f3d7a2414d08ebdc290222b8e97d8b203cc9ab Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:21:27 2009 -0330 can't -> cannot commit c3113e33a3687cae369bf7803e4f1d18c9141762 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:10:12 2009 -0330 minor fixes to output. commit 2a17d6e1b6c0e5eed8be79b8353ca3c06572e19c Author: U-WIN-5WBK5GD0FYQ\matthew <matthew@WIN-5WBK5GD0FYQ.(none)> Date: Tue Jan 13 12:05:46 2009 -0800 windows fixes. commit d8d4f6dc35043fb71b599dac7171fee0c2bb87bf Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 15:58:21 2009 -0330 remove debugging. commit f1e4d7a55e13fea4c0b84244fb437bd391fbe538 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 15:53:37 2009 -0330 Added FileTracker. Added file tracking, and cleanup to lots of translators. commit 33dbfb0124509779bd2d95bbac06a02ca9b907ac Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 09:42:16 2009 -0330 http://bugzilla/bugzilla/show_bug.cgi?id=3640 If slice2java errors out generated files are left behind
* Missing include, needed for gcc-4.3.2Jose2009-01-13
|
* Fixed build failure on VC90Bernard Normier2009-01-12
|
* another fix for 3396.Matthew Newhook2009-01-12
|
* Fixed bug with slice2freezej.Matthew Newhook2009-01-12
|
* Squashed commit of the following:Matthew Newhook2009-01-12
| | | | | | | | commit 0c7025d761813d2e121e8573ba16c14e5a6a4ea5 Author: Matthew Newhook <matthew@zeroc.com> Date: Mon Jan 12 08:09:36 2009 -0330 http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3396 slice2java fails silently if it cannot create dir
* Squashed commit of the following:Matthew Newhook2009-01-12
| | | | | | | | commit b73098371dca786520d9eab2731d1887a60685b1 Author: Matthew Newhook <matthew@zeroc.com> Date: Mon Jan 12 13:22:59 2009 -0330 http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3518 slice2XXX --depend exit status is bogus
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3399 C# generated struct ↵Matthew Newhook2009-01-12
| | | | sequence marshaling bogus
* Partial fix to 3140 - slice2cpp warning: Unknown encoding: CJose2009-01-10
|
* bug 3523 - commit flex/bison filesMark Spruiell2009-01-09
|
* C++Builder compile fixesDwayne Boone2009-01-09
|
* Fixed bug 2091 - Added feedback when starting server with bogus executableBenoit Foucher2009-01-08
|
* Squashed commit of the following:Benoit Foucher2009-01-07
| | | | | | | | | | | | | | commit 8019e6de4480f361a83d8944afec60793454c322 Author: Benoit Foucher <benoit@zeroc.com> Date: Wed Jan 7 17:16:40 2009 +0100 Fixed bug 3516 - Fixed scaling issue when using round-robin replica groups commit 6c36afb32dda8b37b7d5330ed51a439bc73b17db Author: Benoit Foucher <benoit@zeroc.com> Date: Wed Jan 7 17:16:36 2009 +0100 Fixed bug 3230 - IceGrid node leak
* Other fix for 3601 - plugins can be destroyed twiceJose2009-01-07
|
* Bug 3622 - updated version to 3.3.1Dwayne Boone2009-01-06
|
* Partial fix for bug 3538Benoit Foucher2009-01-06
|
* Fix 3306 - Plugin -> Plug-inJose2009-01-05
|
* Fixed bug 3539 - bogus __setNoDelete callsBenoit Foucher2009-01-05
|
* bug 3464 - IceSSL.CheckCertName property had no effect in C++Mark Spruiell2009-01-02
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Fixed bug #3232 (Freeze transactional evictor leaks)Bernard Normier2008-12-31
|
* Fix 3619 - Generated code for IceDelegateM not support gcc NRVO optimizationJose2008-12-30
|
* Fix 3376 - IceGrid registry doesn't recognize IceStorm propertiesJose2008-12-23
|
* Fix 3601 - plugins can be destroyed twiceJose2008-12-23
|
* Use AMI for MFC demo, fixed bogus self-connect on LinuxBenoit Foucher2008-12-12
|
* 3573 Build Freeze with DB-4.7Jose2008-12-04
|
* Fix 3571 synchronization is missing there (src/Glacier2/FilterI.h)Jose2008-12-04
|
* Fixed bug 3565: use operation name staticBenoit Foucher2008-11-26
|
* Removed erroneous include statementDwayne Boone2008-11-24
|
* Use _wtempnam on Windows to get temp fileDwayne Boone2008-11-20
|
* Use fopen() instead of _wfopen() in preprocessor for windowsDwayne Boone2008-11-20
|
* Refactored CtrlCHandler usage in slice compilersDwayne Boone2008-11-20
|
* Bug 3550 - slice compiler not able to open tmp file on VistaDwayne Boone2008-11-20
|
* Removed debug statementsDwayne Boone2008-11-19
|
* Added use of CtrlChandler to slice compilersDwayne Boone2008-11-19
|
* Bug 3541 - Slice signal handling unsafeDwayne Boone2008-11-18
|
* Removed debug statementsDwayne Boone2008-11-13
|
* Fixed Glacier2 dependenciesBenoit Foucher2008-11-12
|
* Fixed bug 3539 - SEGFAULT if thread start() fails in constructorBenoit Foucher2008-11-12
|
* Bug 3529Dwayne Boone2008-11-07
|
* Fixes for bug 3530 & 3536: asserts when thread fails to startBenoit Foucher2008-11-07
|
* Fixed generated code to use skipEmptyEncaps instead of ↵Benoit Foucher2008-11-07
| | | | startReadEncaps/endReadEncaps
* Fixed bug in IceGrid application syncBenoit Foucher2008-11-07
|
* Bug 2841 - destroy session when connection is lostDwayne Boone2008-11-06
|