summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-7_0_3ACE+TAO-7_0_3Johnny Willemsen2021-08-0410-44/+2836
|
* Merge pull request #1640 from jwillemsen/jwi-sockdgramloggingAdam Mitz2021-08-031-4/+4
|\ | | | | ifr_name is ascii so use %C for logging
| * ifr_name is ascii so use %C for loggingJohnny Willemsen2021-08-031-4/+4
| | | | | | | | * ACE/ace/SOCK_Dgram_Bcast.cpp:
* | Merge pull request #1638 from mitza-oci/dgram-ioctl-ifname-7Adam Mitz2021-08-031-5/+1
|\ \ | |/ |/| make_multicast_ifaddr: prevent buffer overrun from net_if
| * make_multicast_ifaddr: prevent buffer overrun from net_ifAdam Mitz2021-08-021-5/+1
|/ | | | | fixes #1637 also removed a preprocessor conditional that was redundant
* Update NEWSJohnny Willemsen2021-08-021-2/+4
|
* Update NEWSJohnny Willemsen2021-08-021-1/+5
|
* Merge pull request #1636 from thesammiller/masterFred Hornsey2021-07-311-1/+1
|\ | | | | Typo fix.
| * Typo fix.Samuel Miller2021-07-311-1/+1
|/
* Merge pull request #1632 from simpsont-oci/disable_fast_fail_for_matrix_buildsAdam Mitz2021-07-304-0/+5
|\ | | | | [GitHub Actions] Disable fail-fast strategy for matrix builds
| * typo fix, one more locationTimothy Simpson2021-07-224-4/+5
| |
| * Disable fast-fail strategy for matrix buildsTimothy Simpson2021-07-224-0/+4
| |
* | 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 #1635 from DOCGroup/jwillemsen-patch-1Adam Mitz2021-07-231-1/+1
|\ \ \ | | | | | | | | Update windows.yml
| * | | Update windows.ymlJohnny Willemsen2021-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.
* | | | Merge pull request #1627 from iguessthislldo/igtd/stdintFred Hornsey2021-07-221-12/+66
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| Escape Double Quotes in tao_idl PP Args on Windows
| * | 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-215-7/+7
|\ \ | |/ |/| Removed redundant whitespace
| * Removed redundant whitespaceJohnny Willemsen2021-07-215-7/+7
| | | | | | | | | | | | | | | | * 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 ```
* | Merge pull request #1619 from jwillemsen/jwi-stdcleanupJohnny Willemsen2021-07-197-62/+43
|\ \ | | | | | | Make use of std namespace functions now that we have C++11
| * | Include cstdlibJohnny Willemsen2021-07-191-0/+1
| | | | | | | | | | | | * ACE/ace/OS_NS_stdlib.h:
| * | Include cmathJohnny Willemsen2021-07-191-0/+1
| | | | | | | | | | | | * ACE/ace/OS_NS_math.h:
| * | Fixed compile errorsJohnny Willemsen2021-07-193-3/+52
| | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_stdio.h: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_time.inl:
| * | Add missing include of ctime for windowsJohnny Willemsen2021-07-191-0/+1
| | | | | | | | | | | | * ACE/ace/OS_NS_time.inl:
| * | More std usageJohnny Willemsen2021-07-192-5/+5
| | | | | | | | | | | | | | | * ACE/ace/OS_NS_time.cpp: * ACE/ace/OS_NS_time.inl:
| * | Make use of std now that we have C++11Johnny Willemsen2021-07-195-104/+33
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_math.h: * ACE/ace/OS_NS_stdio.h: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_stdlib.h: * ACE/ace/OS_NS_wchar.inl:
* | | Merge pull request #1618 from jwillemsen/jwi-bcc32clenaupJohnny Willemsen2021-07-196-14/+3
|\ \ \ | | | | | | | | Removed old workarounds for bcc32
| * | | Removed old workarounds for bcc32Johnny Willemsen2021-07-196-14/+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:
* | | Merge pull request #1620 from jwillemsen/jwi-stdnamespaceJohnny Willemsen2021-07-192-8/+7
|\ \ \ | |/ / |/| | Removed ACE_STD_NAMESPACE from all signal related operations, these a…
| * | Removed ACE_STD_NAMESPACE from all signal related operations, these are not ↵Johnny Willemsen2021-07-192-8/+7
|/ / | | | | | | | | | | | | in the std namespace, this worked because ACE_STD_NAMESPACE only expands to std with Borland C++ which doesn't support these operations * ACE/ace/OS_NS_signal.h: * ACE/ace/OS_NS_string.cpp:
* | Merge pull request #1616 from jwillemsen/jwi-2980testJohnny Willemsen2021-07-171-33/+21
|\ \ | | | | | | Make use of std::printf with all compilers
| * | Make use of std::printf with all compilersJohnny Willemsen2021-07-161-33/+21
| | | | | | | | | | | | * ACE/tests/Bug_2980_Regression_Test.cpp:
* | | Merge pull request #1615 from jwillemsen/jwi-3940_2Johnny Willemsen2021-07-172-8/+1
|\ \ \ | | | | | | | | Embarcadero C++ Builder can now handle this IDL file
| * | | 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:
* | | Merge pull request #1614 from jwillemsen/jwi-scoJohnny Willemsen2021-07-162-11/+7
|\ \ \ | | | | | | | | Removed some old references to SCO
| * | | Removed some old references to SCOJohnny Willemsen2021-07-162-11/+7
| |/ / | | | | | | | | | | | | * ACE/ace/OS_NS_sys_time.inl: * ACE/ace/README: