Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed HPUX support | Johnny Willemsen | 2023-01-15 | 1 | -23/+0 |
| | |||||
* | Cleanup CIAO/DAnCE, they are not possible to be used with ACE7/TAO3 | Johnny Willemsen | 2021-06-18 | 1 | -5/+0 |
| | |||||
* | Fixed typos in comments | Johnny Willemsen | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | Perl shebang portability changes | Johnny Willemsen | 2020-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/bin/PerlACE/ConfigList.pm: * ACE/bin/PerlACE/MSProject.pm: * ACE/bin/PerlACE/Process.pm: * ACE/bin/PerlACE/ProcessAndroid.pm: * ACE/bin/PerlACE/ProcessLVRT.pm: * ACE/bin/PerlACE/ProcessVX.pm: * ACE/bin/PerlACE/ProcessVX_Unix.pm: * ACE/bin/PerlACE/ProcessVX_Win32.pm: * ACE/bin/PerlACE/ProcessWinCE.pm: * ACE/bin/PerlACE/ProcessWinCE_Unix.pm: * ACE/bin/PerlACE/Process_Unix.pm: * ACE/bin/PerlACE/Process_VMS.pm: * ACE/bin/PerlACE/Process_Win32.pm: * ACE/bin/PerlACE/Run_Test.pm: * ACE/bin/PerlACE/TestTarget.pm: * ACE/bin/PerlACE/TestTarget_Android.pm: * ACE/bin/PerlACE/TestTarget_LVRT.pm: * ACE/bin/PerlACE/TestTarget_VxWorks.pm: * ACE/bin/PerlACE/TestTarget_WinCE.pm: * ACE/bin/Uniqueid.pm: | ||||
* | Bring over recent fixes and enhancements to the FaultTolerant / ↵ | Phil Mesnier | 2016-03-04 | 1 | -1/+3 |
| | | | | | | | LoadBalancing naming service extension from OCI's TAO release. Fixes deadlocks that could occur as a result of file access errors, such as the transient "bad file decriptor" (ebadf) error that seems to pop up fairly regularly when using NFS. Also optimized the file locking strategy to not always setting to MODIFY access state, which then required a file update on every access | ||||
* | Perl files | Johnny Willemsen | 2015-01-07 | 1 | -1/+0 |
| | |||||
* | Tue Nov 19 14:23:47 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2013-11-19 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Init_ACE.h: Doxygen improvements * ace/OS_main.cpp: Zapped some empty lines * ace/config-win32-msvc-10.h: * ace/config-win32-msvc-9.h: Windows Vista and Windows Server 2008 and newer do have native condition variable support, but the support in ACE isn't complete. Fixed the Windows API version checks, but commented it out, see bugzilla 4146. Thanks to Russ Noseworthy <J dot Russell dot Noseworthy at TENA-SDA dot org> for pointing this out. * bin/PerlACE/ProcessVX_Unix.pm: * bin/PerlACE/Process_Unix.pm: * bin/PerlACE/Run_Test.pm: Instead of waiting 1 second on a file or process exit, wait 0.1 seconds which speeds up testing when deploying a lot of processes, like when testing CIAO | ||||
* | Thu Sep 8 08:14:46 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2011-09-08 | 1 | -135/+145 |
| | | | | | | | | | | | | | | | | | | | | | | * bin/PerlACE/ConfigList.pm: * bin/PerlACE/Process.pm: * bin/PerlACE/ProcessAndroid.pm: * bin/PerlACE/ProcessLVRT.pm: * bin/PerlACE/ProcessVX.pm: * bin/PerlACE/ProcessVX_Unix.pm: * bin/PerlACE/ProcessVX_Win32.pm: * bin/PerlACE/ProcessWinCE.pm: * bin/PerlACE/ProcessWinCE_Unix.pm: * bin/PerlACE/Process_Unix.pm: * bin/PerlACE/Process_VMS.pm: * bin/PerlACE/Process_Win32.pm: * bin/PerlACE/Run_Test.pm: * bin/PerlACE/TestTarget.pm: * bin/PerlACE/TestTarget_Android.pm: * bin/PerlACE/TestTarget_LVRT.pm: * bin/PerlACE/TestTarget_VxWorks.pm: * bin/PerlACE/TestTarget_WinCE.pm: Extensions to run automatically tests on an Android emulator | ||||
* | Removed trailing whitespaces | Johnny Willemsen | 2010-09-17 | 1 | -1/+1 |
| | |||||
* | ChangeLogTag: Mon Jun 7 21:39:54 UTC 2010 Adam Mitz <mitza@ociweb.com> | mitza | 2010-06-07 | 1 | -0/+8 |
| | |||||
* | ChangeLogTag: Tue May 18 21:34:34 UTC 2010 Adam Mitz <mitza@ociweb.com> | mitza | 2010-05-18 | 1 | -6/+8 |
| | |||||
* | Mon Apr 12 09:31:54 UTC 2010 Martin Corino <mcorino@remedy.nl> | mcorino | 2010-04-12 | 1 | -26/+38 |
| | | | | | | | | | | | | | | | | | | | | | * bin/PerlACE/TestTarget_WinCE.pm: * bin/PerlACE/ProcessVX_Win32.pm: * bin/PerlACE/Process_Unix.pm: * bin/PerlACE/ProcessLVRT.pm: * bin/PerlACE/TestTarget.pm: * bin/PerlACE/TestTarget_VxWorks.pm: * bin/PerlACE/ProcessVX.pm: * bin/PerlACE/TestTarget_LVRT.pm: * bin/PerlACE/ProcessVX_Unix.pm: * bin/PerlACE/Process_Win32.pm: * bin/PerlACE/Run_Test.pm: * bin/PerlACE/Process_VMS.pm: Added support for running multiplatform tests using remote shell connections. Currently only supported for *nix-like platforms (like Linux PPC64 <-> Linux x86_64). | ||||
* | Tue Apr 28 07:58:16 UTC 2009 Marcel Smit <msmit@remedy.nl> | msmit | 2009-04-28 | 1 | -0/+4 |
| | | | | | | | | * bin/PerlACE/ProcessVX.pm: * bin/PerlACE/ProcessWinCE_Unix.pm: * bin/PerlACE/Run_Test.pm: * bin/PerlACE/TestTarget_WinCE.pm: Changed to run Windows CE tests, build with CE gcc, on Linux. | ||||
* | Fri Mar 6 20:28:50 UTC 2009 Steven Stallion <stallions@ociweb.com> | stallions | 2009-03-06 | 1 | -0/+1 |
| | |||||
* | Mon Nov 3 09:03:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-11-03 | 1 | -0/+5 |
| | |||||
* | Thu Aug 21 06:54:15 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-08-21 | 1 | -0/+1 |
| | |||||
* | ChangeLogTag: Tue Jul 08 06:44:09 MST 2008 Trevor Fields <fields_t@ociweb.com> | fields_t | 2008-07-08 | 1 | -0/+42 |
| | |||||
* | ChangeLogTag: Fri Jun 20 18:40:10 UTC 2008 Chad Elliott <elliott_c@ociweb.com> | elliott_c | 2008-06-20 | 1 | -2/+0 |
| | |||||
* | ChangeLogTag: Wed Jun 18 12:16:48 UTC 2008 Chad Elliott <elliott_c@ociweb.com> | elliott_c | 2008-06-18 | 1 | -0/+4 |
| | |||||
* | ChangeLogTag: Wed Jun 11 13:02:22 UTC 2008 Chad Elliott <elliott_c@ociweb.com> | elliott_c | 2008-06-11 | 1 | -0/+1 |
| | |||||
* | ChangeLogTag: Fri Jun 6 19:05:14 UTC 2008 Chad Elliott <elliott_c@ociweb.com> | elliott_c | 2008-06-06 | 1 | -1/+2 |
| | |||||
* | (no commit message) | Johnny Willemsen | 2008-04-28 | 1 | -0/+1 |
| | |||||
* | ChangeLogTag:Tue Mar 18 20:17:55 UTC 2008 Steve Huston <shuston@riverace.com> | Steve Huston | 2008-03-18 | 1 | -0/+5 |
| | |||||
* | undoing accidental deletion | William R. Otte | 2008-03-04 | 1 | -0/+246 |
| | |||||
* | swap in externals for ACE and TAO | William R. Otte | 2008-03-04 | 1 | -246/+0 |
| | |||||
* | Mon Feb 25 19:44:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-02-25 | 1 | -1/+0 |
| | |||||
* | ChangeLogTag: Tue Feb 12 12:31:34 UTC 2008 Simon McQueen <sm@prismtech.com> | smcqueen | 2008-02-12 | 1 | -0/+6 |
| | |||||
* | ChangeLogTag: Tue Feb 12 10:18:14 UTC 2008 Simon McQueen <sm@prismtech.com> | smcqueen | 2008-02-12 | 1 | -0/+3 |
| | |||||
* | Mon Feb 11 16:12:12 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-02-11 | 1 | -0/+2 |
| | |||||
* | ChangeLogTag: Mon Nov 5 14:06:54 UTC 2007 J.T. Conklin ↵ | jtc | 2007-11-05 | 1 | -1/+1 |
| | | | | <jtc@acorntoolworks.com> | ||||
* | ChangeLogTag: Thu Nov 1 04:36:27 UTC 2007 J.T. Conklin ↵ | jtc | 2007-11-01 | 1 | -1/+1 |
| | | | | <jtc@acorntoolworks.com> | ||||
* | ChangeLogTag:Sat Aug 25 12:57:30 UTC 2007 Steve Huston <shuston@riverace.com> | Steve Huston | 2007-08-27 | 1 | -2/+9 |
| | |||||
* | (no commit message) | Johnny Willemsen | 2007-08-03 | 1 | -0/+1 |
| | |||||
* | Fri Aug 3 09:35:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2007-08-03 | 1 | -23/+4 |
| | |||||
* | ChangeLogTag: Mon Jul 30 13:24:32 UTC 2007 Chad Elliott <elliott_c@ociweb.com> | elliott_c | 2007-07-30 | 1 | -3/+1 |
| | |||||
* | Mon Jul 30 07:55:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2007-07-30 | 1 | -4/+22 |
| | |||||
* | Mon May 28 18:06:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2007-05-28 | 1 | -0/+5 |
| | |||||
* | ChangeLogTag: Mon Feb 26 17:17:08 UTC 2007 Adam Mitz <mitza@ociweb.com> | mitza | 2007-02-26 | 1 | -0/+6 |
| | |||||
* | ChangeLogTag: Wed Jan 17 12:20:57 UTC 2007 Chad Elliott <elliott_c@ociweb.com> | elliott_c | 2007-01-17 | 1 | -0/+25 |
| | |||||
* | ChangeLogTag: Sat Oct 21 10:48:12 UTC 2006 Martin Corino <mcorino@remedy.nl> | mcorino | 2006-10-21 | 1 | -1/+6 |
| | |||||
* | ChangeLogTag: Fri Aug 31 13:49:12 UTC 2006 Martin Corino <mcorino@remedy.nl> | mcorino | 2006-09-01 | 1 | -0/+3 |
| | |||||
* | Tue Aug 29 11:16:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2006-08-29 | 1 | -3/+4 |
| | |||||
* | Wed Aug 2 21:27:59 UTC 2006 Adam Mitz <mitza@ociweb.com> | mitza | 2006-08-02 | 1 | -0/+8 |
| | |||||
* | Repo restructuring | William R. Otte | 2006-07-24 | 1 | -0/+178 |