summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #1131 from okellogg/masterAdam Mitz2020-06-011-2/+3
|\ \ \ \ \ | |/ / / / |/| | | | Change TAO/tests/IDLv4/TestIDLv4.idl into valid IDLv4
| * | | | Change TAO/tests/IDLv4/TestIDLv4.idl into valid IDLv4:Oliver Kellogg2020-05-311-2/+3
|/ / / / | | | | | | | | | | | | | | | | - Hoist constant `dub` from struct Annotated1. - At Annotated1 member `k` fix annotation parameter.
* | | | Merge pull request #1129 from DOCGroup/riverace-case-2186Steve Huston2020-05-301-12/+8
|\ \ \ \ | | | | | | | | | | Do not invoke a method on pointer returned from remove() without chec…
| * | | | Do not invoke a method on pointer returned from remove() without checking itriverace-case-2186Steve Huston2020-05-291-12/+8
| | |/ / | |/| |
* | | | 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 #1124 from jwillemsen/jwi-emb-hascppdefinesJohnny Willemsen2020-05-301-0/+13
|\ \ \ \ | | | | | | | | | | Set ACE_HAS_CPP11|14|17|20 based on __cplusplus for clang embarcadero
| * | | | Set ACE_HAS_CPP11|14|17|20 based on __cplusplus for clangJohnny Willemsen2020-05-271-0/+13
| | | | |
* | | | | Merge pull request #1123 from jwillemsen/jwi-autoptr-cpp17Johnny Willemsen2020-05-301-2/+8
|\ \ \ \ \ | | | | | | | | | | | | With CPP17 or newer provide our auto_ptr implementation to not break …
| * | | | | Add include of memory in case we have C++17Johnny Willemsen2020-05-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Auto_Ptr.h:
| * | | | | With CPP17 or newer provide our auto_ptr implementation to not break all ↵Johnny Willemsen2020-05-271-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | ACE/TAO tests
* | | | | | Merge pull request #1128 from jwillemsen/jwi-usetabsJohnny Willemsen2020-05-291-8/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | We need to use tabs in GNU make rules
| * | | | | | We need to use tabs in GNU make rulesJohnny Willemsen2020-05-291-8/+8
| |/ / / / /
* | | | | | 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-2912-26/+36
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | 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:
| * | | | | Removed empty lineJohnny Willemsen2020-05-271-1/+0
| | |/ / / | |/| | | | | | | | | | | | | * ACE/ace/Auto_Ptr.h:
| * | | | Don't enable C++11 support for ACE, causes all kinds of compile problems :-(Johnny Willemsen2020-05-271-13/+0
| | | | | | | | | | | | | | | | | | | | * ACE/ace/config-win32-borland.h:
| * | | | Add support for Embarcadero C++ Builder 10.4 SydneyJohnny Willemsen2020-05-2710-15/+39
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* | | | Merge pull request #1122 from knutpett/fix_warnings_ciJohnny Willemsen2020-05-271-0/+1
|\ \ \ \ | | | | | | | | | | Fixed warning for maybe-uninitialized
| * | | | Fixed warning for maybe-uninitializedKnut Petter Svendsen2020-05-271-0/+1
|/ / / /
* | | | Merge pull request #1120 from jwillemsen/jwi-bison362Johnny Willemsen2020-05-262-1586/+1956
|\ \ \ \ | |/ / / |/| | | Regenerated with bison 3.6.2
| * | | 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 #1119 from jwillemsen/jwi-msvcwarningsJohnny Willemsen2020-05-203-8/+3
|\ \ \ | | | | | | | | Fix some msvc level 4 warnings
| * | | Removed const again, variable is changedJohnny Willemsen2020-05-201-1/+1
| | | | | | | | | | | | | | | | * ACE/ace/OS_NS_stropts.cpp:
| * | | Removed empty linesJohnny Willemsen2020-05-201-2/+0
| | | | | | | | | | | | | | | | * ACE/ace/QoS/README:
| * | | Reduced scope variablesJohnny Willemsen2020-05-201-4/+3
| | | | | | | | | | | | | | | | * ACE/ace/OS_NS_stropts.cpp:
| * | | Removed hidden variablesJohnny Willemsen2020-05-201-2/+0
| | | | | | | | | | | | | | | | * ACE/ace/Configuration_Import_Export.cpp:
* | | | Merge pull request #1116 from jonesc-oci/android-win-host-line-too-longAdam Mitz2020-05-181-0/+10
|\ \ \ \ | | | | | | | | | | Modify Android link on Windows hosts to avoid error
| * | | | Update Android link on Windows hosts to avoid err.Chip Jones2020-05-181-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Replace echo/$foreach logic with $file function which avoids potential tmpfile truncation. Make tmpfile name unique.
| * | | | Modify Android link on Windows hosts to avoid err.Chip Jones2020-05-151-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify the Android link step on Windows hosts to avoid a 'command line too long' error when linking a large number of object files.
* | | | | 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-06201-553/+1725
| |\ \ \ \ \
| * | | | | | 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
| | | | | | |