summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-7_0_9ACE+TAO-7_0_9Johnny Willemsen2022-10-0110-44/+1451
|
* Merge pull request #1945 from DOCGroup/jwillemsen-patch-1Johnny Willemsen2022-09-301-1/+1
|\ | | | | Upgrade vcpkg
| * Upgrade vcpkgJohnny Willemsen2022-09-301-1/+1
|/
* Update NEWSJohnny Willemsen2022-09-291-0/+2
|
* Merge pull request #1944 from jwillemsen/jwi-dllistdocuJohnny Willemsen2022-09-232-12/+5
|\ | | | | Fixed documentation of ~ACE_DLList and use nullptr
| * Fixed documentation of ~ACE_DLList and use nullptrJohnny Willemsen2022-09-232-12/+5
| | | | | | | | | | * ACE/ace/Containers_T.h: * ACE/ace/Containers_T.inl:
* | Merge pull request #1943 from lukem/format-security-fixupJohnny Willemsen2022-09-232-5/+5
|\ \ | | | | | | Fix -Wformat-security issues in examples
| * | Fix -Wformat-security issues in examplesLuke Mewburn2022-09-232-5/+5
|/ /
* | Merge pull request #1942 from knutpett/knutpett/const_accessorJohnny Willemsen2022-09-233-3/+3
|\ \ | | | | | | Added const accessors for AST_Decl::local_name () and UTL_String::get_string ()
| * | Remove the non-const versionKnut Petter Svendsen2022-09-233-10/+0
| | | | | | | | | | | | This is safe since non-const functions can call const-functions.
| * | Added const accessors for AST_Decl::local_name () and UTL_String::get_string ()Knut Petter Svendsen2022-09-223-0/+10
| | |
* | | Merge pull request #1941 from knutpett/knutpett/remove_void_part2Johnny Willemsen2022-09-23554-1682/+1681
|\ \ \ | | | | | | | | Part 2: Remove obsolescent (void) in functions with no parameters
| * | | Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-22554-1682/+1681
| | | |
* | | | Merge pull request #1907 from lukem/format-securityAdam Mitz2022-09-2226-225/+105
|\ \ \ \ | |_|/ / |/| | | Fix -Wformat-security issues
| * | | Merge branch 'master' into format-securityAdam Mitz2022-09-194651-17098/+17184
| |\ \ \
| * \ \ \ Merge branch 'master' into format-securityJohnny Willemsen2022-09-123331-6774/+293
| |\ \ \ \
| * | | | | Fixup previous adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Add missing comma after format string.
| * | | | | Fix -Wformat-security issues for ACE/testsLuke Mewburn2022-09-112-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #1906.
| * | | | | Fixup previous adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-101-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Remove reference to removed variable in separate #if codepath.
| * | | | | Adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-1020-214/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use ACE_TEXT_PRIs instead of conditional compilation checking !defined(ACE_WIN32) && defined(ACE_USES_WCHAR).
| * | | | | Define ACE_TEXT_PRIs. Use to fix -Wformat-securityLuke Mewburn2022-09-104-18/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define ACE_TEXT_PRIs as "s" or "ls" depending upon the WCHAR mode. (This is similar to the PRIxxx macros in <inttypes.h>) Use ACE_TEXT("%") ACE_TEXT_PRIs instead of "%s" or even just the raw string without a format specifier. Fixes issue #1906.
| * | | | | Fix -Wformat-security issues for wchar_tLuke Mewburn2022-09-022-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use %ls instead of %s when using wchar_t Fixes issue #1906.
| * | | | | Fix -Wformat-security issuesLuke Mewburn2022-08-202-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that methods with a printf()-like format string are invoked with a literal string instead of a string built from possibly untrusted sources. Fixes issue #1906.
* | | | | | Merge pull request #1936 from jwillemsen/jwi-valuetypecdrJohnny Willemsen2022-09-213-26/+96
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | Valuetype test extensions
| * | | | | Correct projectJohnny Willemsen2022-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/Versioned_Namespace/Versioned_Namespace.mpc:
| * | | | | Move new test IDL to seperate projectJohnny Willemsen2022-09-203-55/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/Versioned_Namespace/TestVersionedNamespace2.idl: Added. * TAO/tests/IDL_Test/Versioned_Namespace/TestVersionedNamespace.idl: * TAO/tests/IDL_Test/Versioned_Namespace/Versioned_Namespace.mpc:
| * | | | | More testJohnny Willemsen2022-09-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/Versioned_Namespace/TestVersionedNamespace.idl:
| * | | | | More test extensinsJohnny Willemsen2022-09-192-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/Versioned_Namespace/TestVersionedNamespace.idl: * TAO/tests/IDL_Test/Versioned_Namespace/Versioned_Namespace.mpc:
| * | | | | Extend test, enabled cdrJohnny Willemsen2022-09-192-3/+14
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/Versioned_Namespace/TestVersionedNamespace.idl: * TAO/tests/IDL_Test/Versioned_Namespace/Versioned_Namespace.mpc:
* | | | | Merge pull request #1938 from jwillemsen/jwi-ubuntu1804Johnny Willemsen2022-09-212-11/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | | Upgrade from 18.04 to 20.04
| * | | | clang5 and gcc4.8/6 are only available on 18.04Johnny Willemsen2022-09-201-2/+7
| | | | | | | | | | | | | | | | | | | | * .github/workflows/linux.yml:
| * | | | Let us try clang15Johnny Willemsen2022-09-201-0/+6
| | | | | | | | | | | | | | | | | | | | * .github/workflows/linux.yml:
| * | | | clang5 is not available on ubuntu 20.04 anymoreJohnny Willemsen2022-09-201-5/+0
| | | | | | | | | | | | | | | | | | | | * .github/workflows/linux.yml:
| * | | | Upgrade from 18.04 to 20.04Johnny Willemsen2022-09-202-14/+14
|/ / / / | | | | | | | | | | | | | | | | * .github/workflows/face.yml: * .github/workflows/linux.yml:
* | | | Merge pull request #1937 from jwillemsen/jwi-waitstrategydefaultJohnny Willemsen2022-09-1910-50/+24
|\ \ \ \ | |/ / / |/| | | Use default destructors and override in TAO wait strategies
| * | | Use override instead of virtualJohnny Willemsen2022-09-194-27/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Wait_On_LF_No_Upcall.h: * TAO/tao/Wait_On_Leader_Follower.h: * TAO/tao/Wait_On_Reactor.h: * TAO/tao/Wait_On_Read.h:
| * | | Add back virtualJohnny Willemsen2022-09-191-1/+1
| | | | | | | | | | | | | | | | * TAO/tao/Wait_On_Leader_Follower.h:
| * | | Use default destructorsJohnny Willemsen2022-09-1910-27/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Wait_On_LF_No_Upcall.cpp: * TAO/tao/Wait_On_LF_No_Upcall.h: * TAO/tao/Wait_On_Leader_Follower.cpp: * TAO/tao/Wait_On_Leader_Follower.h: * TAO/tao/Wait_On_Reactor.cpp: * TAO/tao/Wait_On_Reactor.h: * TAO/tao/Wait_On_Read.cpp: * TAO/tao/Wait_On_Read.h: * TAO/tao/Wait_Strategy.cpp: * TAO/tao/Wait_Strategy.h:
* | | Merge pull request #1933 from jwillemsen/jwi-versionednamespacetestJohnny Willemsen2022-09-191-0/+23
|\ \ \ | | | | | | | | Extend test IDL
| * | | Extend test IDLJohnny Willemsen2022-09-181-0/+23
| | | | | | | | | | | | | | | | * TAO/tests/IDL_Test/Versioned_Namespace/TestVersionedNamespace.idl:
* | | | Merge pull request #1934 from jwillemsen/jwi-require_truncation_Johnny Willemsen2022-09-196-24/+8
|\ \ \ \ | | | | | | | | | | Use uniform initialisation for require_truncation_ so tha we can generate a default constructor
| * | | | Use uniform initialisation for require_truncation_ so tha we can generate a ↵Johnny Willemsen2022-09-185-20/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default constructor * TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_cs.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp:
| * | | | Layout changeJohnny Willemsen2022-09-181-4/+1
| |/ / / | | | | | | | | | | | | * ACE/ace/OS_NS_dirent.h:
* | | | Merge pull request #1932 from DOCGroup/elliottc/vxworks-layersAdam Mitz2022-09-161-1/+1
|\ \ \ \ | | | | | | | | | | VxWorks Shared Libraries
| * | | | Added $(ACE_SHLIBS) to the link line for shared libraries. This allows ↵Chad Elliott2022-09-161-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | dlopen() to load in other dependency libraries. Removed the -soname option from the link line so that shared libraries do not have a hard-coded path built into them.
* | | | Merge pull request #1931 from jwillemsen/jwi-direntJohnny Willemsen2022-09-166-30/+12
|\ \ \ \ | | | | | | | | | | Make use of default, uniform initialisation, and nullptr
| * | | | Make use of default, uniform initialisation, and nullptrJohnny Willemsen2022-09-156-30/+12
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Dirent.h: * ACE/ace/Dirent.inl: * ACE/ace/Dirent_Selector.cpp: * ACE/ace/Dirent_Selector.h: * ACE/ace/Malloc_T.cpp: * ACE/ace/POSIX_Asynch_IO.cpp:
* | | | Merge pull request #1930 from jwillemsen/jwi-sslcertJohnny Willemsen2022-09-1510-212/+332
|\ \ \ \ | | | | | | | | | | Generated new certificates, old ones expired
| * | | | Generated new certificates, old ones expiredJohnny Willemsen2022-09-1510-212/+332
| |/ / /
* | | | Merge pull request #1929 from jwillemsen/jwi-revertaddressofJohnny Willemsen2022-09-152-7/+10
|\ \ \ \ | |/ / / |/| | | Revert addressof changes, looks it broke something