summaryrefslogtreecommitdiff
path: root/TAO
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitignore filesFred Hornsey2020-06-01416-5/+2284
| | | | | | | | | | | | 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.
* Merge pull request #1125 from iguessthislldo/igtd/valuetype_annotationsAdam Mitz2020-05-3013-3186/+3627
|\ | | | | Extend Annotation Support
| * Tweak TAO_IDL/docs/annotations.mdFred Hornsey2020-05-291-3/+3
| |
| * Update TAO/NEWSFred Hornsey2020-05-291-4/+4
| |
| * TAO IDL FE: Respond to Review in #1125Fred Hornsey2020-05-293-859/+865
| |
| * Update TAO/NEWSFred Hornsey2020-05-291-0/+5
| |
| * TAO IDL FE: Extended Annotation SupportFred Hornsey2020-05-2910-3178/+3589
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Annotation support extended to on the following types and their contents: - Interfaces - Porttypes - Eventtypes - Components Annotations on Valuetypes and most of their possible contents are also supported. The exceptions to this are these types of valuetype statements: - import: not supported by TAO - typeid: not supported by TAO on valuetypes - typeprefix: No corresponding AST Node to attach annotations to
| * tao_idl: Record lineno of errors and warningsFred Hornsey2020-05-282-3/+22
| |
* | Merge pull request #1127 from jwillemsen/jwi-costradingregenJohnny Willemsen2020-05-292-57/+868
|\ \ | | | | | | Regenerated with latest byacc
| * | Regenerated with latest byaccJohnny Willemsen2020-05-292-57/+868
| | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/Trader/Constraint_Tokens.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_y.cpp:
* | | Merge pull request #1121 from jwillemsen/jwi-emb-104-sydneyJohnny Willemsen2020-05-296-18/+18
|\ \ \ | |_|/ |/| | Add support for Embarcadero C++ Builder 10.4 Sydney
| * | Removed usage of register, not allowed anymore with C++17Johnny Willemsen2020-05-271-9/+9
| | | | | | | | | | | | * TAO/orbsvcs/tests/Concurrency/CC_command.tab.cpp:
| * | Add support for Embarcadero C++ Builder 10.4 SydneyJohnny Willemsen2020-05-275-9/+9
| |/ | | | | | | | | | | | | | | | | | | | | | | | | * ACE/NEWS: * ACE/ace/Compression/rle/RLECompressor.cpp: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/config-win32-borland.h: * ACE/ace/os_include/net/os_if.h: * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * TAO/tests/Bug_3574_Regression/test.cpp:
* | Fixed warning for maybe-uninitializedKnut Petter Svendsen2020-05-271-0/+1
| |
* | Regenerated with bison 3.6.2Johnny Willemsen2020-05-252-1586/+1956
|/ | | | | * TAO/TAO_IDL/fe/idl.tab.cpp: * TAO/TAO_IDL/fe/idl.tab.hpp:
* Merge pull request #1005 from knutpett/thread_safe_evalAdam Mitz2020-05-181-47/+65
|\ | | | | Improve exception safety for IDL_GlobalData::eval()
| * Merge branch 'master' of github.com:DOCGroup/ACE_TAO into thread_safe_evalKnut Petter Svendsen2020-03-06111-243/+776
| |\
| * | Update TAO/TAO_IDL/util/utl_global.cppKnut P2020-03-031-2/+2
| | | | | | | | | Co-Authored-By: Fred Hornsey <fred@hornsey.us>
| * | Update TAO/TAO_IDL/util/utl_global.cppKnut P2020-02-281-1/+1
| | | | | | | | | Co-Authored-By: Fred Hornsey <fred@hornsey.us>
| * | Update TAO/TAO_IDL/util/utl_global.cppKnut P2020-02-281-1/+1
| | | | | | | | | Co-Authored-By: Fred Hornsey <fred@hornsey.us>
| * | Update TAO/TAO_IDL/util/utl_global.cppKnut P2020-02-281-1/+1
| | | | | | | | | Co-Authored-By: Fred Hornsey <fred@hornsey.us>
| * | Update TAO/TAO_IDL/util/utl_global.cppKnut P2020-02-281-1/+1
| | | | | | | | | Co-Authored-By: Fred Hornsey <fred@hornsey.us>
| * | Update TAO/TAO_IDL/util/utl_global.cppKnut P2020-02-251-1/+1
| | | | | | | | | Co-Authored-By: Adam Mitz <mitza@objectcomputing.com>
| * | Update TAO/TAO_IDL/util/utl_global.cppKnut P2020-02-251-1/+1
| | | | | | | | | Co-Authored-By: Adam Mitz <mitza@objectcomputing.com>
| * | Update TAO/TAO_IDL/util/utl_global.cppKnut P2020-02-251-1/+1
| | | | | | | | | Co-Authored-By: Adam Mitz <mitza@objectcomputing.com>
| * | Update TAO/TAO_IDL/util/utl_global.cppKnut P2020-02-251-1/+1
| | | | | | | | | Co-Authored-By: Adam Mitz <mitza@objectcomputing.com>
| * | Fix whitespace and remove commentsKnut Petter Svendsen2020-01-311-17/+13
| | |
| * | Fixes from review 2Knut Petter Svendsen2020-01-271-19/+19
| | |
| * | Merge branch 'master' of github.com:DOCGroup/ACE_TAO into thread_safe_evalKnut Petter Svendsen2020-01-2420-1264/+1309
| |\ \
| * | | Fixes after reviewKnut Petter Svendsen2020-01-241-5/+3
| | | |
| * | | Improve exception safety for IDL_GlobalData::eval()Knut Petter Svendsen2019-12-111-34/+31
| | | | | | | | | | | | | | | | | | | | | | | | If eval() parses code which causes an exception, then the output won't be re-enabled. Fixed by using a helper class that re-enables in the dtor.
| * | | WIP: Improve thread safety for IDL_GlobalData::eval()Knut Petter Svendsen2019-12-091-41/+68
| | | | | | | | | | | | | | | | | | | | | | | | If eval() parses code which causes an exception, then the output won't be re-enabled. Fixed by using a helper class that re-enables in the dtor.
* | | | Layout, const, logging, doxygen changesJohnny Willemsen2020-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/SSL/SSL_Asynch_Stream.cpp: * ACE/ace/SSL/SSL_Context.cpp: * ACE/examples/IPC_SAP/SSL_SAP/README: * ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h: * ACE/examples/IPC_SAP/SSL_SAP/SSL-client.h: * ACE/examples/IPC_SAP/SSL_SAP/SSL-server-simple.cpp: * ACE/examples/IPC_SAP/SSL_SAP/SSL-server.cpp: * ACE/tests/SSL/Bug_2912_Regression_Test.cpp: * ACE/tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp: * ACE/tests/SSL/Thread_Pool_Reactor_SSL_Test.h: * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp:
* | | | Remove register keyword, illegal with C++17.Johnny Willemsen2020-05-112-22/+22
| | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/Concurrency/CC_command.tab.cpp: * TAO/orbsvcs/tests/Concurrency/lex.CC_command.cpp:
* | | | Update various links, point to github issuesJohnny Willemsen2020-05-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/COPYING: * ACE/PROBLEM-REPORT-FORM: * ACE/README: * TAO/PROBLEM-REPORT-FORM:
* | | | Update various hyperlinksJohnny Willemsen2020-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ACE-INSTALL.html: * ACE/COPYING: * ACE/ace/Object_Manager.cpp: * TAO/TAO-INSTALL.html:
* | | | Make x.5.9 public and prepare for next releaseJohnny Willemsen2020-05-011-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/copy-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* | | | ACE+TAO-6_5_9ACE+TAO-6_5_9Johnny Willemsen2020-05-014-7/+267
| | | |
* | | | Removed left over ACE_CDR_LONGLONG_INITIALIZER, related to #1090Johnny Willemsen2020-04-292-7/+7
| | | | | | | | | | | | | | | | | | | | * TAO/TAO_IDL/fe/idl.ll: * TAO/TAO_IDL/fe/idl.yy.cpp:
* | | | Layout and doxygen changesJohnny Willemsen2020-04-296-29/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Special_Basic_Argument_T.h: * TAO/tao/Storable_Base.h: * TAO/tao/Storable_Factory.h: * TAO/tao/Storable_File_Guard.h: * TAO/tao/Storable_FlatFileStream.h: * TAO/tao/String_Manager_T.h:
* | | | CleanupSon Dinh2020-04-282-9/+1
| | | |
* | | | Remove additional overloaded operators and change caller code insteadSon Dinh2020-04-284-68/+4
| | | |
* | | | Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into ↵Son Dinh2020-04-2815-61/+17
|\ \ \ \ | | | | | | | | | | | | | | | basic_types_macos
| * \ \ \ Merge pull request #1093 from jwillemsen/jwi-ace-cpp20Johnny Willemsen2020-04-281-2/+2
| |\ \ \ \ | | | | | | | | | | | | When __cplusplus is equal or bigger as 202002L we define ACE_HAS_CPP20
| | * | | | Fixed docu typosJohnny Willemsen2020-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.h:
| * | | | | Merge pull request #1090 from jwillemsen/jwi-cdrbaselonglong-cleanupJohnny Willemsen2020-04-288-41/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | | Map ACE_CDR LongLong to ACE_INT64, all platforms for which we needed …
| | * | | | Map ACE_CDR LongLong to ACE_INT64, all platforms for which we needed an ↵Johnny Willemsen2020-04-258-41/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emulation have been deprecated in the past. * ACE/ace/CDR_Base.cpp: * ACE/ace/CDR_Base.h: * ACE/ace/CDR_Size.h: * ACE/ace/README: * ACE/ace/config-kfreebsd.h: * ACE/ace/config-qnx.h: * TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp: * TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp: * TAO/TAO_IDL/be/be_visitor_attr_init.cpp: * TAO/TAO_IDL/be/be_visitor_null_return_value.cpp: * TAO/TAO_IDL/fe/idl.yy.cpp: * TAO/orbsvcs/orbsvcs/Time/TAO_UTO.cpp: * TAO/tao/AnyTypeCode/Any_Basic_Impl.cpp: * TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp:
| * | | | | Cleanup some last leftovers from old and deprecated tandem supportJohnny Willemsen2020-04-251-10/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/ACE_export.h: * ACE/ace/Basic_Types.h: * ACE/ace/config-macros.h: * ACE/ace/os_include/sys/os_types.h: * TAO/orbsvcs/orbsvcs/Shutdown_Utilities.cpp:
| * | | | Layout changesJohnny Willemsen2020-04-232-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Malloc_Base.h: * ACE/ace/SString.h: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
| * | | | Make use of https download.dreJohnny Willemsen2020-04-143-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/Kokyu/docs/Kokyu.html: * ACE/README: * ACE/ace/DLL_Manager.h: * ACE/ace/FIFO_Send.h: * ACE/ace/Managed_Object.h: * ACE/ace/config-win32-common.h: * ACE/debian/README.source: * ACE/docs/Download.html: * TAO/TAO-INSTALL.html: * TAO/docs/Security/Download.html: * TAO/docs/tutorials/Quoter/index.html: