47
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document change More... over 1 year ago
Document change More... over 1 year ago
Use std::move More... over 1 year ago
Use std::move More... over 1 year ago
Include changes memory More... over 1 year ago
Include changes memory More... over 1 year ago
Update BufferedStreamBuffer.h More... over 1 year ago
Update BufferedStreamBuffer.h More... over 1 year ago
Update HTBP_Session.cpp More... over 1 year ago
Update HTBP_Session.cpp More... over 1 year ago
Update EventChannel.cpp More... over 1 year ago
Update EventChannel.cpp More... over 1 year ago
Include fix More... over 1 year ago
Include fix More... over 1 year ago
Use std::unique_ptr * ACE/ACEXML/parser/parser/Parser.cpp: * ACE/apps/JAWS/server/HTTP_Server.cpp: * ACE/protocols/ace/INet/FTP_ClientRequestHandler.cpp: * ACE/protocols/ace/INet/HTTPS_Context.h: * ACE/protocols/ace/INet/HTTPS_SessionFactory.cpp: * ACE/protocols/ace/INet/HTTP_ClientRequestHandler.cpp: * ACE/protocols/ace/RMCast/Socket.cpp: * ACE/protocols/ace/RMCast/Socket.h: * ACE/protocols/examples/INet/FTP_Simple_exec.cpp: * ACE/protocols/examples/INet/HTTP_Simple_exec.cpp: * ACE/tests/Bug_3539_Regression_Test.cpp: * TAO/DevGuideExamples/Multithreading/GracefulShutdown/MessengerServer.cpp: * TAO/orbsvcs/ImplRepo_Service/Activator_Loader.h: * TAO/orbsvcs/ImplRepo_Service/Locator_Loader.h: * TAO/orbsvcs/ImplRepo_Service/tao_imr_i.h: * TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.h: * TAO/orbsvcs/orbsvcs/IFRService/Container_i.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp: * TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp: * TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h: * TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp: * TAO/orbsvcs/orbsvcs/Notify/Admin.h: * TAO/orbsvcs/orbsvcs/Notify/Consumer.h: * TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.h: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp: * TAO/orbsvcs/tests/CosEvent/Timeout/TimeoutTestMain.cpp: * TAO/tests/Bug_3524_Regression/test_i.cpp: * TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h: * TAO/tests/Storable/Savable.cpp: More... over 1 year ago
Use std::unique_ptr * ACE/ACEXML/parser/parser/Parser.cpp: * ACE/apps/JAWS/server/HTTP_Server.cpp: * ACE/protocols/ace/INet/FTP_ClientRequestHandler.cpp: * ACE/protocols/ace/INet/HTTPS_Context.h: * ACE/protocols/ace/INet/HTTPS_SessionFactory.cpp: * ACE/protocols/ace/INet/HTTP_ClientRequestHandler.cpp: * ACE/protocols/ace/RMCast/Socket.cpp: * ACE/protocols/ace/RMCast/Socket.h: * ACE/protocols/examples/INet/FTP_Simple_exec.cpp: * ACE/protocols/examples/INet/HTTP_Simple_exec.cpp: * ACE/tests/Bug_3539_Regression_Test.cpp: * TAO/DevGuideExamples/Multithreading/GracefulShutdown/MessengerServer.cpp: * TAO/orbsvcs/ImplRepo_Service/Activator_Loader.h: * TAO/orbsvcs/ImplRepo_Service/Locator_Loader.h: * TAO/orbsvcs/ImplRepo_Service/tao_imr_i.h: * TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.h: * TAO/orbsvcs/orbsvcs/IFRService/Container_i.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp: * TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp: * TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h: * TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp: * TAO/orbsvcs/orbsvcs/Notify/Admin.h: * TAO/orbsvcs/orbsvcs/Notify/Consumer.h: * TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.h: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp: * TAO/orbsvcs/tests/CosEvent/Timeout/TimeoutTestMain.cpp: * TAO/tests/Bug_3524_Regression/test_i.cpp: * TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h: * TAO/tests/Storable/Savable.cpp: More... over 1 year ago
Merge branch 'jwi-autoptrcpp17_cleanup' of https://github.com/jwillemsen/ATCD into jwi-autoptrcpp17_cleanup More... over 1 year ago
Merge branch 'jwi-autoptrcpp17_cleanup' of https://github.com/jwillemsen/ATCD into jwi-autoptrcpp17_cleanup More... over 1 year ago
Get rid of ACE_Auto_Array_Ptr More... over 1 year ago
Get rid of ACE_Auto_Array_Ptr More... over 1 year ago
Update Svc_Conf_Lexer.cpp More... over 1 year ago
Update Svc_Conf_Lexer.cpp More... over 1 year ago
C++17 removes std::auto_ptr so we don't provide the ACE auto_ptr templates anymore with C++17, use std::unique_ptr as replacement. Updated a lot of examples/tests to not use any ACE auto pointer templates but just std::unique_ptr More... over 1 year ago
C++17 removes std::auto_ptr so we don't provide the ACE auto_ptr templates anymore with C++17, use std::unique_ptr as replacement. Updated a lot of examples/tests to not use any ACE auto pointer templates but just std::unique_ptr More... over 1 year ago
Merge pull request #2107 from iguessthislldo/igtd/maps-scope More... over 1 year ago
Merge pull request #2107 from iguessthislldo/igtd/maps-scope More... over 1 year ago
Merge pull request #2108 from jwillemsen/jwi-defines More... over 1 year ago
Merge pull request #2108 from jwillemsen/jwi-defines More... over 1 year ago
CHeck if value is not defined before defining it here in ACE More... over 1 year ago
CHeck if value is not defined before defining it here in ACE More... over 1 year ago