summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Support int8/uint8 Sequences and ArraysFred Hornsey2021-06-2126-267/+571
|
* explicit_ints: Fix MixupFred Hornsey2021-06-151-1/+1
|
* Respond to Review of #840Fred Hornsey2021-06-152-12/+14
| | | | https://github.com/DOCGroup/ACE_TAO/pull/840
* Isolate IDL4 Ints in TAO Unless IDL4 is UsedFred Hornsey2021-06-155-34/+77
|
* s/Uint/UInt/gFred Hornsey2021-06-153-12/+12
|
* ast_expression.cpp: Add Include for sprintfFred Hornsey2021-06-141-1/+1
|
* Respond to Review of #840Fred Hornsey2021-06-142-61/+43
| | | | https://github.com/DOCGroup/ACE_TAO/pull/840
* Partially Respond to Review of #840Fred Hornsey2021-06-1413-65/+77
| | | | https://github.com/DOCGroup/ACE_TAO/pull/840
* Fix Warnings, Add explicit_ints to Test ListFred Hornsey2021-06-132-5/+20
|
* CDR_Stream.h: Fix Arg TypeFred Hornsey2021-06-131-2/+2
|
* Fix Issues with explicit_ints TestFred Hornsey2021-06-1210-446/+391
| | | | | - Add uint8 and int8 to ACE and TAO serialization - Refactor parts of AST_Expression to also cover uint8 and int8
* Added WIP explicit_ints TestFred Hornsey2021-06-0714-49/+264
| | | | And a bunch of fixes to get it to (sorta) work.
* Merge remote-tracking branch 'upstream/master' into igtd/stdintFred Hornsey2021-06-076780-66741/+73448
|\
| * Merge pull request #1533 from jwillemsen/jwi-cleanup-ACE_NEW_THROWS_EXCEPTIONSJohnny Willemsen2021-06-0738-418/+96
| |\ | | | | | | Cleanup ACE_HAS_NEW_NOTHROW and ACE_NEW_THROWS_EXCEPTIONS
| | * Check with nullptrJohnny Willemsen2021-06-071-2/+2
| | | | | | | | | | | | * ACE/ace/CORBA_macros.h:
| | * Operator bool doesn't work in all places, use nullptrJohnny Willemsen2021-06-071-3/+3
| | | | | | | | | | | | * ACE/ace/OS_Memory.h:
| | * Use operator bool and removed obsolete commentsJohnny Willemsen2021-06-072-18/+10
| | | | | | | | | | | | | | | * ACE/ace/CORBA_macros.h: * ACE/ace/OS_Memory.h:
| | * Update OS_Memory.hJohnny Willemsen2021-06-061-1/+1
| | |
| | * Instead of ACE_throw_bad_alloc throw std::badalloc directlyJohnny Willemsen2021-06-065-36/+11
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Bound_Ptr.inl: * ACE/ace/Future.cpp: * ACE/ace/OS_Memory.h: * ACE/ace/Refcounted_Auto_Ptr.inl: * ACE/ace/Svc_Handler.cpp:
| | * Removed ACE_del_bad_alloc, was only used in when std::nothrow wasn't ↵Johnny Willemsen2021-06-063-42/+2
| | | | | | | | | | | | | | | | | | | | | | | | supported which is now supported by all configurations * ACE/ace/CORBA_macros.h: * ACE/ace/OS_Memory.h: * ACE/ace/config-win32-msvc.h:
| | * Make use of std::nothrow/std::nothrow_t/std::badalloc, ACE macros for these ↵Johnny Willemsen2021-06-0619-106/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are kept for backward compatiblity * ACE/ace/CORBA_macros.h: * ACE/ace/OS_Memory.h: * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/examples/DLL/Newsweek.cpp: * ACE/examples/DLL/Newsweek.h: * ACE/examples/DLL/Today.cpp: * ACE/examples/DLL/Today.h: * ACE/examples/Shared_Malloc/test_persistence.cpp: * ACE/tests/DLL_Test_Impl.cpp: * ACE/tests/DLL_Test_Impl.h: * ACE/tests/Dynamic_Test.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp: * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp: * TAO/tao/Var_Size_Argument_T.cpp: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h:
| | * All compilers we support provide ACE_HAS_NEW_NOTHROWJohnny Willemsen2021-06-0627-133/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/CORBA_macros.h: * ACE/ace/OS_Memory.h: * ACE/ace/README: * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/ace/config-all.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-lynxos.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-msvc-14.h: * ACE/examples/DLL/Newsweek.cpp: * ACE/examples/DLL/Newsweek.h: * ACE/examples/DLL/Today.cpp: * ACE/examples/DLL/Today.h: * ACE/examples/Shared_Malloc/test_persistence.cpp: * ACE/tests/DLL_Test_Impl.cpp: * ACE/tests/DLL_Test_Impl.h: * ACE/tests/Dynamic_Test.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp: * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp: * TAO/tao/Var_Size_Argument_T.cpp: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h:
| | * Cleanup more ACE_NEW_THROWS_EXCEPTIONSJohnny Willemsen2021-06-066-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/config-g++-common.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-sunos5.4-sunc++-4.x.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-win32-msvc-14.h: * ACE/ace/config-win32-msvc.h:
| | * All compilers we currently support throw on new so always define ↵Johnny Willemsen2021-06-0613-84/+10
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACE_NEW_THROWS_EXCEPTIONS and removed code for the case it was not defined * ACE/ace/Bound_Ptr.inl: * ACE/ace/CORBA_macros.h: * ACE/ace/Future.cpp: * ACE/ace/OS_Memory.h: * ACE/ace/README: * ACE/ace/Refcounted_Auto_Ptr.inl: * ACE/ace/config-all.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-integritySCA.h: * ACE/ace/config-mqx.h: * ACE/ace/config-openvms.h: * ACE/tests/New_Fail_Test.cpp:
| * Merge pull request #1532 from akotulu/masterJohnny Willemsen2021-06-052-0/+66
| |\ | | | | | | Implemented ::SSL_CTX_use_certificate_chain_file function
| | * Fixed fuzz.pl error SSL_Context.cpp:772: found trailing whitespaceAko Tulu2021-06-031-1/+1
| | |
| | * Implemented ::SSL_CTX_use_certificate_chain_file functionAko Tulu2021-06-032-0/+66
| | |
| * | Merge pull request #1526 from jwillemsen/jwi-cleanupvmsJohnny Willemsen2021-06-032-11/+0
| |\ \ | | |/ | |/| Removed some extension for VMS which we don't support anymore
| | * Removed some extension for VMS which we don't support anymoreJohnny Willemsen2021-06-012-11/+0
| |/ | | | | | | | | * TAO/tests/IDL_Test/IDL_Test.mpc: * TAO/tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc:
| * Merge pull request #1523 from jwillemsen/jwi-idl3toidl2cleanupJohnny Willemsen2021-05-299-42/+1
| |\ | | | | | | Removed support for tao_idl3_to_idl2 and tao_idl3_to_xml now that CIA…
| | * Removed support for tao_idl3_to_idl2 and tao_idl3_to_xml now that CIAO is ↵Johnny Willemsen2021-05-299-42/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | archived, wasn't supported for a longer time already * ACE/bin/MakeProjectCreator/docs/templates/gnu.txt: * ACE/bin/MakeProjectCreator/templates/gnu.mpd: * ACE/include/makeinclude/platform_clang_common.GNU: * ACE/include/makeinclude/platform_g++_common.GNU: * ACE/include/makeinclude/platform_macosx_iOS.GNU: * ACE/include/makeinclude/platform_rtems.x_g++.GNU: * ACE/include/makeinclude/platform_vxworks6.2.GNU: * ACE/include/makeinclude/platform_vxworks6.3.GNU: * ACE/include/makeinclude/platform_vxworks7.0.GNU:
| * Merge pull request #1522 from jwillemsen/masterJohnny Willemsen2021-05-272-2/+2
| |\ | | | | | | Updated commercial support links
| | * Updated commercial support linksJohnny Willemsen2021-05-272-2/+2
| | | | | | | | | | | | | | | * ACE/README: * ACE/docs/Download.html:
| | * Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2021-05-2716-405/+348
| | |\ | | |/ | |/|
| * | Merge pull request #1521 from DOCGroup/jwillemsen-patch-1Johnny Willemsen2021-05-271-0/+2
| |\ \
| | * | Update README.mdJohnny Willemsen2021-05-271-1/+1
| | | |
| | * | Link to new wiki pageJohnny Willemsen2021-05-271-1/+1
| | | |
| | * | List that all support is best effort on githubJohnny Willemsen2021-05-261-0/+2
| | | |
| * | | Merge pull request #1520 from jwillemsen/jwi-examplecleanJohnny Willemsen2021-05-266-50/+20
| |\ \ \ | | |/ / | |/| | Minor cleanup in logger example and fixed some typos
| | * | Minor cleanupJohnny Willemsen2021-05-265-47/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/examples/Logger/simple-server/Logging_Acceptor.cpp: * ACE/examples/Logger/simple-server/Logging_Acceptor.h: * ACE/examples/Logger/simple-server/Logging_Handler.cpp: * ACE/examples/Logger/simple-server/Logging_Handler.h: * ACE/examples/Logger/simple-server/server_loggerd.cpp:
| * | | Merge pull request #1519 from sudipm-mukherjee/sudip/update_debianJohnny Willemsen2021-05-2610-358/+329
| |\ \ \ | | | | | | | | | | Sync debian/* files for ACE
| | * | | Sync debian/* files for ACESudip Mukherjee2021-05-2310-358/+329
| |/ / / | | | | | | | | | | | | Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
| | | * Merge branch 'master' of https://github.com/jwillemsen/ATCD into masterJohnny Willemsen2021-05-261-0/+2
| | | |\ | | |/ / | | | / | | |/ | |/|
| * | Merge pull request #1515 from jwillemsen/jwi-1514Johnny Willemsen2021-05-181-0/+2
| |\ \
| | * | Add missing check for ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT, fixed ↵Johnny Willemsen2021-05-181-0/+2
| |/ / | | | | | | | | | | | | | | | #1514 * ACE/ace/Select_Reactor.h:
| | * Typo fixesJohnny Willemsen2021-05-211-3/+3
| |/ | | | | | | * ACE/ace/os_include/os_limits.h:
| * Merge pull request #1513 from jwillemsen/jwi-1511Johnny Willemsen2021-05-141-3/+3
| |\
| | * Update correct MPC branch, fixed #1511Johnny Willemsen2021-05-141-3/+3
| |/ | | | | | | * ACE/bin/make_release.py:
| * Merge pull request #1510 from DOCGroup/jwillemsen-patch-1Johnny Willemsen2021-05-141-1/+1
| |\ | | | | | | Upgrade to vcpkg 2021.05.12
| | * Upgrade to vcpkg 2021.05.12Johnny Willemsen2021-05-141-1/+1
| | |