summaryrefslogtreecommitdiff
path: root/ACE/tests/Service_Config_Test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed Windows CE supportJohnny Willemsen2023-01-131-1/+1
|
* Removed redundant voidJohnny Willemsen2020-12-081-2/+2
|
* Added a lock accessor to the ACE Service Repository which is now ofJohnny Willemsen2016-02-121-19/+23
| | | | | | | | | | | type ACE_SYNCH_RECURSIVE_MUTEX so that user code that iterates the service repository can lock its content during iteration to make sure it doesn't get a corrupted state when another thread tries to change its state * ACE/ace/Service_Repository.cpp: * ACE/ace/Service_Repository.h: * ACE/ace/Service_Repository.inl: * ACE/tests/Service_Config_Test.cpp:
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-071-2/+0
|
* Wed Sep 11 07:50:50 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-09-111-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/MEM_Addr.h: * ace/MEM_Connector.cpp: * ace/OS_NS_Thread.cpp: * ace/README: * ace/Service_Config.cpp: * ace/config-android.h: * ace/config-hpux-11.00.h: * ace/config-kfreebsd.h: * ace/config-linux.h: * ace/config-macosx.h: * ace/config-netbsd.h: * ace/config-qnx.h: * ace/config-vxworks6.4.h: * bin/PerlACE/ProcessAndroid.pm: * bin/PerlACE/TestTarget_Android.pm: * tests/Bug_3912_Regression_Test.cpp: * tests/Compiler_Features_21_Test.cpp: * tests/MEM_Stream_Test.cpp: * tests/Malloc_Test.cpp: * tests/Process_Mutex_Test.cpp: * tests/Process_Test.cpp: * tests/Service_Config_Test.cpp: * tests/test_config.h: Improvements for the Android port commit 496976474caeddb893be839386f204f46e5965d7 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Sep 10 10:02:38 2013 +0200 Comment out ACE_HAS_POSIX_SEM, have to test this further * ACE/ace/config-android.h: commit 5a8318253f6f8647b4db2842a3503481e043e2fb Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 20:55:12 2013 +0200 Layout changes * ACE/ace/README: commit cb35f2c6d6e59614ecfaf60ccd996c68d90d0d56 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 15:17:44 2013 +0200 Use quotes around filenames in order to support spaces as part of filename * ACE/bin/PerlACE/ProcessAndroid.pm: * ACE/bin/PerlACE/TestTarget_Android.pm: commit 29efbb9f20501f2ba553b9b2d73cebe03776e470 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 15:17:23 2013 +0200 Fixed compile error * ACE/tests/Malloc_Test.cpp: commit 9a4e55c673fd2b5dfa023f1ca0979e052f646783 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 14:48:37 2013 +0200 Doxygen changes and improved logging * ACE/ace/MEM_Addr.h: * ACE/ace/MEM_Connector.cpp: * ACE/tests/MEM_Stream_Test.cpp: commit bfb51ada525d6aedd1c992a353ce875804417a09 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 14:39:41 2013 +0200 layout change * ACE/tests/Process_Test.cpp: commit 4ac9f871f71bf40dc589d30868c66598a8cded43 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 14:39:23 2013 +0200 Add more logging * ACE/tests/Bug_3912_Regression_Test.cpp: commit b6becedd263028b68853fba7de8a232c8f9a3c62 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 13:47:24 2013 +0200 Android also can't hnadle mmap from the signal handler * ACE/tests/Malloc_Test.cpp: commit bd11f9f77184f9cd988aea0b214dd67b98a4245f Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 13:47:08 2013 +0200 Added ACE_ANDROID * ACE/ace/config-android.h: commit 8bb25df4c6ae1969c90297a7a36a549701c7295a Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 13:39:56 2013 +0200 Layout change * ACE/tests/Process_Mutex_Test.cpp: commit 4cd46bb07480c0c2038360ef7c76da21672d481f Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 13:39:36 2013 +0200 Use full paths, added more logging * ACE/tests/Service_Config_Test.cpp: commit fef201da28f786ec93110ed03b66e4996d5cdde9 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 13:39:07 2013 +0200 Fixed typo in message * ACE/tests/test_config.h: commit 705787197e4b934ae6a2fe57ae0533d68f4b2e56 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 13:38:45 2013 +0200 Check return of daemonize * ACE/ace/Service_Config.cpp: commit 71c63afb20484344f7c3559c3c0bfb3c0b92eab3 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 12:46:39 2013 +0200 Further cleanup of the config files * ACE/ace/config-android.h: * ACE/ace/config-kfreebsd.h: * ACE/ace/config-macosx.h: * ACE/ace/config-netbsd.h: commit c471940cd808a7240f1661940aad83bb82dd6dc9 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 11:39:51 2013 +0200 Introduced ACE_LACKSP_THREAD_SCOPE_PROCESS and simplified OS_NS_Thread.cpp by using this new define. Set it also for android from now * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/README: * ACE/ace/config-android.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-linux.h: * ACE/ace/config-qnx.h: * ACE/ace/config-vxworks6.4.h:
* Thu Jun 27 09:50:25 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-06-271-7/+22
| | | | | | | | | | | * tests/Service_Config_Test.cpp: Extended this test to run the usage of service config with multiple threads to check if we don't leak any TSS keys on Windows when ACE is used from a non ACE thread. With this addition I couldn't reproduce bugzilla 1797, but I still have to double check if the TSS is really triggered by my test addition
* ChangeLogTag: Tue Mar 15 21:24:11 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-151-4/+4
|
* Zapped ACE_RCSIDJohnny Willemsen2010-09-081-4/+0
|
* ChangeLogTag:Fri Jun 18 20:32:54 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-06-181-2/+8
|
* ChangeLogTag:Thu Jun 17 19:01:32 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-06-171-0/+44
|
* (no commit message)Johnny Willemsen2009-01-151-6/+8
|
* Thu Jan 15 13:30:32 UTC 2009 Marcel Smit <msmit@remedy.nl>Johnny Willemsen2009-01-151-11/+138
|
* Thu Nov 13 15:25:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-131-2/+1
|
* Sun Oct 19 06:54:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-10-191-1/+1
|
* ChangeLogTag:Tue Sep 23 19:32:38 2008 Steve Huston <shuston@riverace.com>Steve Huston2008-09-231-5/+159
|
* Tue Sep 16 08:47:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-161-20/+40
|
* ChangeLogTag:Fri Jul 4 20:11:02 UTC 2008 Steve Huston <shuston@riverace.com>Steve Huston2008-07-041-6/+14
|
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+366
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-366/+0
|
* ChangeLogTag: Mon Oct 16 20:04:59 UTC 2006 Iliyan Jeliazkov ↵iliyan2006-10-161-0/+62
| | | | <iliyan@ociweb.com>
* ChangeLogTag: Fri Sep 22 21:02:58 UTC 2006 Iliyan Jeliazkov ↵iliyan2006-09-251-8/+6
| | | | <iliyan@ociweb.com>
* ChangeLogTag:Wed Aug 30 05:57:12 UTC 2006 Johnny Willemsen ↵Steve Huston2006-08-301-1/+1
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag:Tue Aug 29 21:17:26 UTC 2006 Steve Huston <shuston@riverace.com>Steve Huston2006-08-291-3/+48
|
* ChangeLogTag: Tue Aug 22 21:43:34 UTC 2006 Iliyan Jeliazkov ↵iliyan2006-08-221-7/+9
| | | | <iliyan@ociweb.com>
* Repo restructuringWilliam R. Otte2006-07-241-0/+259