summaryrefslogtreecommitdiff
path: root/TAO
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Layout changes, use overrideJohnny Willemsen2021-09-144-19/+3
| |/ | | | | | | | | | | | | * TAO/orbsvcs/tests/Security/Big_Request/README: * TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.cpp: * TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.h: * TAO/orbsvcs/tests/Security/Bug_2908_Regression/README:
* | Merge pull request #1678 from jwillemsen/jwi-ssl2Johnny Willemsen2021-09-144-9/+12
|\ \ | | | | | | ACE SSL minor changes
| * | Correct location of -days argumentJohnny Willemsen2021-09-141-2/+6
| | | | | | | | | | | | * TAO/orbsvcs/tests/Security/cert/README:
| * | Fixed typoJohnny Willemsen2021-09-141-1/+1
| | | | | | | | | | | | * TAO/orbsvcs/tests/Security/BiDirectional/README:
| * | Use nullptrJohnny Willemsen2021-09-141-1/+1
| | | | | | | | | | | | * TAO/tao/Strategies/advanced_resource.cpp:
| * | Logging changesJohnny Willemsen2021-09-141-5/+4
| |/ | | | | | | * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp:
* | Merge pull request #1676 from jwillemsen/jwi-gccwarningsdepJohnny Willemsen2021-09-109-38/+21
|\ \ | | | | | | Fix auto_ptr and fallthrough warnings
| * | Fix auto_ptr and fallthrough warningsJohnny Willemsen2021-09-099-38/+21
| |/ | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/DevGuideExamples/NotifyService/EventSequence/Messenger_i.h: * TAO/orbsvcs/DevGuideExamples/NotifyService/EventSequence/README: * TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp: * TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.h: * TAO/orbsvcs/examples/FaultTolerance/RolyPoly/RolyPoly_i.cpp: * TAO/orbsvcs/examples/FaultTolerance/RolyPoly/RolyPoly_i.h: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h:
* | Removed conv_lib.mpbAdam Mitz2021-08-315-17/+17
|/ | | | Replaced uses of it with install_lib
* annotest_idl.mpc: simplify using tao_idl_fe.mpb now that it's fixedAdam Mitz2021-08-261-4/+2
|
* Unit test for TAO_IDL_FE's ASTAdam Mitz2021-08-265-0/+63
|
* removed invalid base project from tao_idl_feAdam Mitz2021-08-261-1/+1
|
* TAO_IDL_FE: NT_fixed needs owns_base_type in typedefAdam Mitz2021-08-261-0/+2
| | | | (cherry picked from commit 3a344501bebb195b1728c209d3e162622e8ec506)
* Docu/cleanupJohnny Willemsen2021-08-234-28/+25
| | | | | | | * TAO/examples/Borland/ChatClientWnd.h: * TAO/examples/Borland/ORBThread.h: * TAO/examples/Borland/Receiver.idl: * TAO/examples/Borland/ReceiverImpl.h:
* Cleanup old Embarcadero compiler checksJohnny Willemsen2021-08-164-33/+1
| | | | | | | | | | * ACE/ace/Compression/rle/RLECompressor.cpp: * ACE/ace/post.h: * ACE/ace/pre.h: * 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:
* Removed ACE_HAS_UTIME because it is not used and fixed some broken linksJohnny Willemsen2021-08-052-3/+3
| | | | | | | * ACE/ace/config-aix-5.x.h: * ACE/docs/Download.html: * TAO/tao/Transport.h: * TAO/tao/Transport_Selection_Guard.h:
* Make ACE 7.0.3 and TAO 3.0.3 availableJohnny Willemsen2021-08-041-1/+4
| | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-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-7_0_3ACE+TAO-7_0_3Johnny Willemsen2021-08-044-6/+1141
|
* Update NEWSJohnny Willemsen2021-08-021-2/+4
|
* Typo fix.Samuel Miller2021-07-311-1/+1
|
* Merge pull request #1633 from iguessthislldo/igtd/stdintAdam Mitz2021-07-231-1/+1
|\ | | | | Fix Coverity Issue
| * Fix Coverity IssueFred Hornsey2021-07-231-1/+1
| |
* | Merge pull request #1625 from jwillemsen/jwi-paramtestasciiJohnny Willemsen2021-07-2317-71/+69
|\ \ | | | | | | %C is for logging ascii strings
| * | Fixed incorrect loggingJohnny Willemsen2021-07-211-11/+9
| | | | | | | | | | | | * TAO/tests/Param_Test/except.cpp:
| * | %C is for logging ascii stringsJohnny Willemsen2021-07-2114-46/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tests/Param_Test/bd_str_seq.cpp: * TAO/tests/Param_Test/bd_string.cpp: * TAO/tests/Param_Test/client.cpp: * TAO/tests/Param_Test/complex_any.cpp: * TAO/tests/Param_Test/nested_struct.cpp: * TAO/tests/Param_Test/objref.cpp: * TAO/tests/Param_Test/objref_struct.cpp: * TAO/tests/Param_Test/param_test_i.cpp: * TAO/tests/Param_Test/ub_any_seq.cpp: * TAO/tests/Param_Test/ub_objref_seq.cpp: * TAO/tests/Param_Test/ub_str_seq.cpp: * TAO/tests/Param_Test/ub_string.cpp: * TAO/tests/Param_Test/ub_struct_seq.cpp: * TAO/tests/Param_Test/var_array.cpp:
| * | %C is for logging ascii stringsJohnny Willemsen2021-07-213-14/+14
| | | | | | | | | | | | | | | | | | * TAO/tests/Param_Test/any.cpp: * TAO/tests/Param_Test/except.cpp: * TAO/tests/Param_Test/var_struct.cpp:
* | | Merge pull request #1631 from mitza-oci/taoidlfe-tao3Fred Hornsey2021-07-221-1/+1
|\ \ \ | |_|/ |/| | Updated tao_idl_fe base project.
| * | Updated tao_idl_fe base project.Adam Mitz2021-07-221-1/+1
| | | | | | | | | | | | | | | | | | Projects that use tao_idl_fe need TAO_ROOT on preprocessor include path, due to the recent change to idl_defines.h including idl_features.h from tao.
* | | Revert "Add TAO_ROOT to tao_idl_fe.mpb"Fred Hornsey2021-07-221-1/+1
| | | | | | | | | | | | This reverts commit 81524bce67b278f129ec5a4e9ab2d3ba28df4720.
* | | Add TAO_ROOT to tao_idl_fe.mpbFred Hornsey2021-07-221-1/+1
| | | | | | | | | | | | For tao/idl_features.h
* | | Refactor DRV_cpp_putarg to Avoid ACE_TCHARFred Hornsey2021-07-221-45/+43
| | |
* | | Escape Double Quotes in tao_idl PP Args on WindowsFred Hornsey2021-07-221-5/+61
|/ /
* | Merge pull request #1624 from jwillemsen/jwi-whitespaceJohnny Willemsen2021-07-212-2/+2
|\ \ | |/ |/| Removed redundant whitespace
| * Removed redundant whitespaceJohnny Willemsen2021-07-212-2/+2
| | | | | | | | | | | | | | | | * ACE/ACEXML/parser/parser/Parser.cpp: * ACE/examples/ConfigViewer/ValueListCtrl.cpp: * ACE/tests/CDR_Array_Test.cpp: * TAO/TAO_IDL/be/be_interface.cpp: * TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp:
* | Merge pull request #1621 from iguessthislldo/igtd/stdintFred Hornsey2021-07-2011-10/+149
|\ \ | |/ |/| Header File for TAO_IDL Supported IDL Features
| * Prevent Possible Redefinition WarningsFred Hornsey2021-07-201-5/+2
| |
| * Correct NEWS and ExamplesFred Hornsey2021-07-202-7/+11
| |
| * Header File for TAO_IDL Supported IDL FeaturesFred Hornsey2021-07-2010-5/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get information about what IDL features the IDL compiler has, similarly to the "version" standard header in C++. In C++ it can be used like this if you want to be compatible with older versions of TAO: ```c++ #include "tao/orbconf.h" #if defined TAO_HAS_IDL_FEATURES && TAO_HAS_IDL_FEATURES // Use this macro if you are using something that's not the max possible // version. # define TAO_IDL_IDL_VERSION 0x50000 # include "tao/idl_features.h" # define USE_FEATURE defined TAO_IDL_HAS_FEATURE && TAO_IDL_HAS_FEATURE #else # define USE_FEATURE 0 #endif ``` In IDL it can be used like this if you want to be compatible with older versions of TAO: ```c++ #if defined __TAO_IDL_FEATURES # include __TAO_IDL_FEATURES # define USE_FEATURE defined TAO_IDL_HAS_FEATURE && TAO_IDL_HAS_FEATURE #else # define USE_FEATURE 0 #endif ```
* | Removed old workarounds for bcc32Johnny Willemsen2021-07-194-10/+3
| | | | | | | | | | | | | | | | | | * ACE/ace/Refcounted_Auto_Ptr.h: * ACE/ace/XML_Utils/XercesString.h: * TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.cpp: * TAO/orbsvcs/orbsvcs/AV/RTCP_Packet.cpp: * TAO/utils/nslist/nslist.cpp: * TAO/utils/wxNamingViewer/wxNamingViewer.cpp:
* | Embarcadero C++ Builder can not handle this IDL fileJohnny Willemsen2021-07-162-8/+1
| | | | | | | | | | * TAO/tests/Bug_3940_Regression/README: * TAO/tests/Bug_3940_Regression/test.idl:
* | Cleanup Embarcadero C++ Builder supportJohnny Willemsen2021-07-166-28/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Compression/rle/RLECompressor.cpp: * ACE/ace/config-win32-borland.h: * ACE/ace/post.h: * ACE/ace/pre.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: * TAO/tests/RTCORBA/README:
* | Merge pull request #1602 from iguessthislldo/igtd/stdintAdam Mitz2021-07-131-1/+1
|\ \ | |/ | | tao_idl: Fix Assignment Warning
| * Update TAO/TAO_IDL/ast/ast_expression.cppFred Hornsey2021-07-131-1/+1
| | | | | | Co-authored-by: Adam Mitz <mitza@objectcomputing.com>
| * tao_idl: Fix Assignment WarningFred Hornsey2021-07-121-1/+1
| |
* | Merge pull request #1603 from jwillemsen/jwi-bcc32cJohnny Willemsen2021-07-131-1/+1
|\ \ | |/ |/| Only the Embarcadero clang based compilers support C++11
| * Use nullptrJohnny Willemsen2021-07-131-1/+1
| | | | | | | | * TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp:
* | Use operator! and const changeJohnny Willemsen2021-07-122-2/+2
|/ | | | | * TAO/tao/operation_details.cpp: * TAO/tests/Param_Test/except.cpp:
* Merge pull request #1596 from jwillemsen/jwi-logreplystatusJohnny Willemsen2021-07-093-5/+5
|\ | | | | Log reply status in case of an error and some DII_Deferred_Transient test changes
| * Merge branch 'master' into jwi-logreplystatusJohnny Willemsen2021-07-098-50/+36
| |\
| | * Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2021-07-096-46/+32
| | |\