summaryrefslogtreecommitdiff
path: root/ACE/ace/Configuration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make use of ACE_TString to get the subsection string to resolve gcc warning ↵Johnny Willemsen2021-10-271-1/+5
| | | | | | on memcpy * ACE/ace/Configuration.cpp:
* nullptr/constexpre changesJohnny Willemsen2021-10-271-15/+13
| | | | | * ACE/ace/Configuration.cpp: * ACE/tests/Config_Test.cpp:
* use nullptr, layout changes, const changesJohnny Willemsen2021-10-271-3/+3
| | | | | | | | | * ACE/ace/Configuration.cpp: * ACE/ace/OS_NS_string.h: * ACE/ace/OS_NS_string.inl: * ACE/ace/String_Base.cpp: * ACE/ace/String_Base.h: * ACE/ace/String_Base.inl:
* Minor cleanupJohnny Willemsen2021-10-231-12/+1
| | | | | | | | | | | | * ACE/ace/Configuration.cpp: * ACE/ace/Configuration.h: * ACE/ace/POSIX_CB_Proactor.cpp: * ACE/ace/POSIX_CB_Proactor.h: * ACE/ace/Process.cpp: * ACE/ace/Sig_Adapter.cpp: * ACE/ace/Sig_Adapter.h: * ACE/ace/Sig_Handler.h: * ACE/ace/Signal.h:
* Use default/deleteJohnny Willemsen2021-09-281-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Hashable.inl: Deleted. * ACE/ace/Configuration.cpp: * ACE/ace/Configuration.h: * ACE/ace/Connection_Recycling_Strategy.cpp: * ACE/ace/Connection_Recycling_Strategy.h: * ACE/ace/Hashable.cpp: * ACE/ace/Hashable.h: * ACE/ace/Lock.cpp: * ACE/ace/Lock.h: * ACE/ace/Notification_Strategy.cpp: * ACE/ace/Notification_Strategy.h: * ACE/ace/Refcountable_T.cpp: * ACE/ace/Refcountable_T.h: * ACE/ace/Registry_Name_Space.cpp: * ACE/ace/Registry_Name_Space.h: * ACE/ace/Remote_Tokens.h: * ACE/ace/Token_Request_Reply.cpp: * ACE/ace/Token_Request_Reply.h: * ACE/ace/UUID.h: * ACE/ace/UUID.inl:
* Use std::unique_ptr instead of ACE_Auto_Basic_Array_PtrJohnny Willemsen2021-09-261-5/+6
| | | | | | | | | | | | | | * ACE/ace/Configuration.cpp: * ACE/ace/Local_Memory_Pool.cpp: * ACE/ace/Local_Name_Space_T.cpp: * ACE/ace/Log_Record.cpp: * ACE/ace/OS_NS_unistd.cpp: * ACE/ace/Parse_Node.cpp: * ACE/ace/Process.cpp: * ACE/ace/Remote_Name_Space.cpp: * ACE/ace/XML_Utils/XML_Helper.tpp: * TAO/tao/Storable_FlatFileStream.cpp: * TAO/tao/Strategies/DIOP_Acceptor.cpp:
* Make use of constexpr instead of constJohnny Willemsen2021-03-091-1/+1
| | | | | | | | | | * ACE/ace/CDR_Base.cpp: * ACE/ace/Configuration.cpp: * ACE/ace/ETCL/ETCL_l.cpp: * ACE/ace/OS_NS_time.h: * ACE/ace/OS_NS_time.inl: * ACE/ace/UTF16_Encoding_Converter.cpp: * ACE/ace/Vector_T.h:
* Remove redundant void from the core ACE library filesJohnny Willemsen2020-12-071-18/+18
|
* Change all create arguments to bool in Configuration.{h,cpp}Like Ma2019-11-061-5/+5
|
* Add access control argument for ACE_Configuration_Win32RegistryYisheng Leng2019-11-061-5/+7
|
* Merged branch ace-face-safety (FACE Safety Profile import from OCITAO).Adam Mitz2015-11-061-0/+19
|
* Removed single line Id tagJohnny Willemsen2015-01-071-1/+0
|
* Thu Jun 5 06:37:05 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-06-051-6/+6
| | | | | | | | | | | | * ace/Configuration.cpp: * ace/Connector.cpp: * ace/Thread_Manager.cpp: * ace/config-win32-msvc-14.h: Fixes for msvc14 * ace/OS_NS_time.inl: Disable calling gmtime_s, doesn't work with ctp2014
* Thu Apr 11 15:45:41 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>huangh2013-04-111-2/+2
|
* Wed Dec 8 09:36:00 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-12-081-1/+1
| | | | | | * ace/Configuration.cpp: Fixed uninitialized use warning.
* Thu Sep 9 11:14:45 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-091-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Kokyu/Dispatch_Deferrer.h: * ace/Atomic_Op_T.h: * ace/Atomic_Op_T.inl: * ace/Configuration.h: * ace/Configuration.cpp: * ace/Default_Constants.h: * ace/Hash_Multi_Map_Manager_T.h: * ace/Hash_Multi_Map_Manager_T.cpp: * ace/Intrusive_List.h: * ace/Intrusive_List.inl: * ace/Local_Name_Space_T.h: * ace/Log_Msg.h: * ace/Log_Msg.cpp: * ace/MEM_Acceptor.h: * ace/MEM_Acceptor.inl: * ace/MEM_Connector.h: * ace/MEM_Connector.inl: * ace/Message_Queue.h: * ace/OS.h: * ace/OS_Memory.h: * ace/OS_TLI.h: * ace/Obstack_T.h: * ace/Obstack_T.inl: * ace/POSIX_Asynch_IO.h: * ace/Process_Manager.h: * ace/Process_Manager.cpp: * ace/Recursive_Thread_Mutex.h: * ace/Recursive_Thread_Mutex.cpp: * ace/Refcountable_T.h: * ace/Strategies_T.h: * ace/Strategies_T.inl: * ace/Synch.h: * ace/Task.h: * ace/Task_Ex_T.h: * ace/Task_Ex_T.inl: * ace/Task_T.h: * ace/Task_T.inl: * ace/Thread_Control.cpp: * ace/Token_Collection.h: * ace/Token_Invariants.h: * ace/Token_Manager.h: * ace/ace_wchar.h: * ace/config-macosx-leopard.h: * ace/os_include/net/os_if.h: * ace/os_include/sys/os_mman.h: * apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp: * netsvcs/lib/Time_Request_Reply.h: * netsvcs/lib/Time_Request_Reply.cpp: * tests/Conn_Test.cpp: * tests/Dirent_Test.cpp: * tests/Svc_Handler_Test.cpp: Removed several methods, files, and macros that are marked deprecated for several years now. * ace/Map.h: * ace/Method_Object.h: * ace/OS_Dirent.h: * ace/OS_String.h: * ace/Pair.h: * ace/Refcountable.h: * ace/Service_Templates.h: Removed these files.
* ChangeLogTag:Tue Aug 4 14:32:24 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-08-041-0/+12
|
* Sun Jun 7 17:53:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Tokenizer_T.cpp * ace/Tokenizer_T.h * ace/SString.cpp * ace/SString.h Moved ACE_Tokenizer to its own file and reworked it to the C++ template ACE_Tokenizer_T. ACE_Tokenizer is then a typedef of ACE_Tokenizer_T<ACE_TCHAR>. This makes it possible to use a char tokenizer in a wchar build * ace/ace.mpc: * ace/ace_for_tao.mpc: * ace/Makefile.am: Added new files * ace/Configuration.cpp: * ace/Process.cpp: * examples/OS/Process/process.cpp: Added include of Tokenizer_T.h * ace/OS_NS_Thread.cpp * ace/OS_NS_Thread.h * ace/OS_NS_Thread.inl Changed important_writer_ to bool
* Tue May 26 06:56:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-05-261-11/+0
| | | | | | | | | | | | | | * ace/Configuration.{h,cpp} Removed my WinCE code again, it seems to break another part of the test * ace/os_include/netinet/os_in.h: Layout change * ace/config-win32-msvc-10.h: * ace/config-win32-msvc-9.h: If we compile for Vista or higher then enable the native windows condition variables
* Sun May 24 18:27:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-05-241-6/+16
| | | | | | | | * ace/Configuration.{h,cpp} With WinCE RegKeyDelete just does a recursive delete, on regular Windows RegKeyDelete only works when there are no subkeys. Added WinCE specific code to check if we have subkeys, if yes, then return with an error
* Sun May 17 10:34:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-05-171-8/+0
| | | | | | | | | | | | | | * ace/config-win32-cegcc.h: Use lib prefix, the gcc toolchain expects it * ace/Future.cpp: Layout changes * include/makeinclude/platform_cegcc.GNU: Just use the default lib prefix * ace/Configuration.cpp: Removed mingw check, that code also works with other compilers
* Mon Mar 16 12:29:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-161-6/+6
| | | | | | | | | | | | | | | | | | | | | | * ace/Configuration.cpp: * ace/System_Time.cpp: Initialise pointers with 0 * ace/MEM_Acceptor.h: Doxygen fix * ace/Monitor_Control_Types.cpp (operator=): Check for self assignment * ace/Name_Space.cpp: * ace/Name_Space.h: Let operator= return a value * ace/SOCK.h: Layout change * ace/UUID.cpp: Simplified operator=
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+2148
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-2148/+0
|
* Sun Feb 24 19:37:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-02-241-9/+7
|
* Tue Jul 31 18:14:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-07-311-11/+11
|
* ChangeLogTag:Thu May 17 22:13:32 UTC 2007 Ossama Othman <ossama_othman at ↵Ossama Othman2007-05-171-11/+16
| | | | symantec dot com>
* Wed May 2 12:49:37 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-05-021-1/+1
|
* ChangeLogTag:Thu Mar 8 21:27:54 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-03-081-4/+4
|
* ChangeLogTag:Wed Feb 21 21:46:18 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-02-211-2/+2
|
* ChangeLogTag:Wed Feb 7 21:01:39 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-02-071-2/+2
|
* ChangeLogTag:Sat Jan 6 00:06:52 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-01-061-35/+0
|
* ChangeLogTag:Mon Oct 23 02:28:42 UTC 2006 Ossama Othman <ossama_othman at ↵Ossama Othman2006-10-231-13/+8
| | | | symantec dot com>
* Repo restructuringWilliam R. Otte2006-07-241-0/+2185