summaryrefslogtreecommitdiff
path: root/ACE/apps
Commit message (Collapse)AuthorAgeFilesLines
* Revert one constexpr changeJohnny Willemsen2023-02-131-1/+1
| | | | * ACE/apps/gperf/src/Key_List.cpp:
* Generate some parts as constexprJohnny Willemsen2023-02-131-4/+3
| | | | * ACE/apps/gperf/src/Key_List.cpp:
* Removed pharlap supportJohnny Willemsen2023-02-011-6/+0
|
* More Sun OS/compiler cleanupJohnny Willemsen2023-01-171-3/+0
|
* Cleanup Solaris supportJohnny Willemsen2023-01-171-20/+0
|
* Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-1612-25/+0
|
* Removed AIX supportJohnny Willemsen2023-01-165-39/+0
|
* Removed HPUX supportJohnny Willemsen2023-01-151-18/+0
|
* Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-2224-71/+71
|
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-13277-997/+997
|
* Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-101-1/+0
|
* Remove leading blank lines after opening {Knut Petter Svendsen2022-09-1036-51/+0
|
* Removed extra newline before closing }Knut Petter Svendsen2022-09-109-12/+0
|
* Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-0944-59/+0
|
* Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-0966-165/+0
|
* Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-0961-86/+0
|
* Updated tool to generate the same as we have Codeset_Registry_db.cppJohnny Willemsen2022-07-181-3/+2
| | | | * ACE/apps/mkcsregdb/mkcsregdb.cpp:
* Removed old code for Tru64/Irix, not supported anymore for a long timeJohnny Willemsen2022-07-142-23/+0
|
* Remove tabsSteve Huston2022-04-211-1/+1
|
* Replace fallthrough with ACE_FALLTHROUGHSteve Huston2022-04-214-8/+8
|
* Replace inadvertently removed changeSteve Huston2022-04-011-1/+1
|
* Pick up changes from this set:Steve Huston2022-03-291-1/+1
| | | | | Commit ad906bbed19 ChangeLogTag:Thu Oct 9 16:21:38 UTC 2014 Steve Huston <shuston@riverace.com>
* Minor layout changesJohnny Willemsen2021-10-231-2/+0
| | | | | | | | * ACE/apps/JAWS3/bench/rqfiles.cpp: * ACE/examples/ASX/Event_Server/Transceiver/transceiver.h: * ACE/examples/QOS/Change_Sender_TSpec/QoS_Signal_Handler.h: * ACE/examples/Reactor/WFMO_Reactor/Console_Input.cpp: * ACE/netsvcs/lib/TS_Clerk_Handler.cpp:
* Minor layout changesJohnny Willemsen2021-10-231-18/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Process_Manager.cpp: * ACE/ace/Process_Manager.h: * ACE/ace/Service_Config.cpp: * ACE/ace/Sig_Adapter.cpp: * ACE/ace/Sig_Handler.cpp: * ACE/ace/Test_and_Set.h: * ACE/ace/Timer_Queue_Adapters.cpp: * ACE/ace/WFMO_Reactor.cpp: * ACE/ace/WFMO_Reactor.inl: * ACE/apps/Gateway/Gateway/Gateway.cpp: * ACE/examples/APG/Reactor/HAStatus.cpp: * ACE/examples/APG/Reactor/Reschedule.cpp: * ACE/examples/APG/Reactor/Schedule_Timers.cpp: * ACE/examples/APG/Reactor/Timer_Cancel.cpp: * ACE/examples/APG/Reactor/Timer_State_Data.cpp: * ACE/examples/APG/Signals/SigGuard.cpp: * ACE/examples/APG/Signals/SigHandler.cpp: * ACE/examples/APG/Signals/SigInfo.cpp: * ACE/examples/APG/ThreadManagement/Signals.cpp: * ACE/examples/APG/ThreadManagement/Signals2.cpp: * ACE/examples/ASX/Event_Server/Transceiver/transceiver.cpp: * ACE/examples/Connection/blocking/SPIPE-acceptor.cpp: * ACE/examples/Connection/misc/Connection_Handler.cpp: * ACE/examples/Connection/misc/Connection_Handler.h: * ACE/examples/Connection/non_blocking/CPP-connector.cpp: * ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Signal_Handler.h: * ACE/examples/QOS/Change_Sender_TSpec/QoS_Signal_Handler.cpp: * ACE/examples/QOS/Change_Sender_TSpec/QoS_Signal_Handler.h: * ACE/examples/QOS/Simple/QoS_Signal_Handler.h: * ACE/examples/Reactor/Misc/notification.cpp: * ACE/examples/Reactor/Misc/test_demuxing.cpp: * ACE/examples/Reactor/Misc/test_event_handler_t.cpp: * ACE/examples/Reactor/Misc/test_signals_1.cpp: * ACE/examples/Reactor/Misc/test_signals_2.cpp: * ACE/examples/Reactor/WFMO_Reactor/APC.cpp: * ACE/examples/Reactor/WFMO_Reactor/Abandoned.cpp: * ACE/examples/Reactor/WFMO_Reactor/Directory_Changes.cpp: * ACE/examples/Reactor/WFMO_Reactor/Registry_Changes.cpp: * ACE/examples/Reactor/WFMO_Reactor/Talker.cpp: * ACE/examples/Reactor/WFMO_Reactor/Window_Messages.cpp: * ACE/netsvcs/lib/TS_Clerk_Handler.h: * ACE/tests/Bug_2368_Regression_Test.cpp: * ACE/tests/Network_Adapters_Test.cpp: * ACE/tests/Network_Adapters_Test.h: * ACE/tests/Reference_Counted_Event_Handler_Test.cpp:
* Merge pull request #1592 from mitza-oci/install-relativeAdam Mitz2021-07-091-1/+1
|\ | | | | make install: use relative links in prefix/share
| * make install: use relative links in prefix/shareAdam Mitz2021-07-081-1/+1
| |
* | Generate some fallthroughs to silence gcc warningsJohnny Willemsen2021-03-291-5/+5
| | | | | | | | * ACE/apps/gperf/src/Key_List.cpp:
* | Fixed compile warningsJohnny Willemsen2021-03-271-1/+1
| | | | | | | | | | | | | | | | * ACE/apps/drwho/Options.h: * ACE/tests/Proactor_Test_IPV6.cpp: * ACE/tests/SOCK_Send_Recv_Test.cpp: * ACE/tests/SOCK_Test.cpp: * ACE/tests/Sendfile_Test.cpp:
* | Removed redundant voidJohnny Willemsen2021-03-1764-308/+308
| |
* | Documentation, layout, C++11 changesJohnny Willemsen2021-03-098-12/+12
| |
* | Layout changesJohnny Willemsen2021-03-081-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ASNMP/tests/test_config.h: * ACE/Kokyu/Kokyu_defs.inl: * ACE/ace/ATM_Params.h: * ACE/apps/JAWS2/HTTPU/http_headers.h: * TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp: * TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp: * TAO/tao/Codeset/Codeset_Manager_i.h: * TAO/tao/Codeset/Codeset_Translator_Factory.h: * TAO/tao/Codeset_Manager.h: * TAO/tests/Portable_Interceptors/AdvSlotDblCpy/client.cpp: * TAO/tests/Portable_Interceptors/AdvSlotDblCpy/server.cpp:
* | Remove redundant voidJohnny Willemsen2020-12-142-3/+3
| |
* | Cleanup Visual Studio support now that we only support Visual Studio 2015 or ↵Johnny Willemsen2020-11-281-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | newer * ACE/ace/config-win32-msvc-10.h: * ACE/ace/config-win32-msvc-11.h: * ACE/ace/config-win32-msvc-12.h: * ACE/ace/config-win32-msvc-7.h: * ACE/ace/config-win32-msvc-8.h: * ACE/ace/config-win32-msvc-9.h: Deleted. * ACE/ace/Local_Tokens.cpp: * ACE/ace/Numeric_Limits.h: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_sys_stat.h: * ACE/ace/Object_Manager.cpp: * ACE/ace/Select_Reactor_Base.inl: * ACE/ace/Svc_Conf_Lexer.cpp: * ACE/ace/WFMO_Reactor.cpp: * ACE/ace/checked_iterator.h: * ACE/ace/config-WinCE.h: * ACE/ace/config-lite.h: * ACE/ace/config-win32-msvc-14.h: * ACE/ace/config-win32-msvc.h: * ACE/apps/Gateway/Gateway/Event_Channel.cpp:
* Update .gitignore filesFred Hornsey2020-06-012-1/+1
| | | | | | | | | | | | After building TAO tests for https://github.com/DOCGroup/ACE_TAO/pull/1132 I was left with a lot of untracked files. I used https://github.com/objectcomputing/OpenDDS/blob/e1b3c99f74e73a537083e790f3bf9fb9ee6ed8b9/tools/scripts/update_gitignore.pl to create and update `.gitignore` files. I made sure I wasn't creating any directories just containing a `.gitignore` file, except for `ACE/apps/gperf/tests/iout2_gen`. It had a placeholder file called `.empty` which I deleted because the `.gitignore` can serve the same purpose.
* gperf: Readd commaFred Hornsey2019-11-081-1/+1
|
* Respond to ReviewFred Hornsey2019-11-081-3/+2
|
* gperf: use basename for command line comment insteadFred Hornsey2019-11-062-40/+6
|
* Add --only-record-arguments to gperfFred Hornsey2019-11-012-10/+45
| | | | | If desired, this options keeps gperf from printing the whole path of the gperf executable in the result. It only prints the arguments.
* Removed old style documentation which was just about mentioning where ↵Johnny Willemsen2019-08-196-10/+0
| | | | constructors/destructors are
* Removed old comments before constructor/destructorJohnny Willemsen2019-08-192-3/+0
|
* Moved all changelogs to the ChangeLogs directoryJohnny Willemsen2019-03-133-3623/+0
|
* Fixed broken links and updated email address D. Schmidt to the correct oneJohnny Willemsen2019-01-2424-42/+33
|
* Updated several broken linksJohnny Willemsen2019-01-241-1/+1
|
* Fixed links to gperf pdfJohnny Willemsen2019-01-241-1/+1
| | | | | * ACE/apps/gperf/README: * TAO/docs/compiler.html:
* Removed duplicated project files (MPC issue 50)Adam Mitz2018-07-091-3/+0
|
* Fixed 64bit conversion warningJohnny Willemsen2017-09-012-4/+4
| | | | | * ACE/apps/JAWS2/JAWS/Cache_Hash_T.cpp: * ACE/apps/JAWS2/JAWS/Cache_Hash_T.h:
* Fixed typosJohnny Willemsen2017-08-311-1/+1
| | | | | | * ACE/ACEXML/README: * ACE/apps/JAWS2/main.cpp: * ACE/contrib/FaCE/README:
* Removed this patch, only patches makefiles which we don't ship anymoreJohnny Willemsen2017-08-312-2882/+0
|
* Removed left over Id tagsJohnny Willemsen2017-08-315-78/+68
|
* Fixed gcc7 warningJohnny Willemsen2017-08-292-8/+4
| | | | | * ACE/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp: * ACE/apps/Gateway/Peer/Peer.cpp: