summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-6_5_19ACE+TAO-6_5_19Latest_MicroLatest_BetaJohnny Willemsen2022-12-196-39/+403
|
* NEWS for 6.5.19/2.5.19Adam Mitz2022-12-161-0/+13
|
* Pulled in changes from 362919a40c8652e5465a2240d7524d1cc1aac9ac to silence ↵Chad Elliott2022-12-152-3/+4
| | | | warnings.
* Use readdir() instead of readdir_r() since it is now deprecated.Chad Elliott2022-12-141-3/+12
|
* Allow the disabling of readdir_r.Chad Elliott2022-12-143-1/+4
|
* Modified strenvdup() to avoid a second copy (via strdup) and silence a ↵Chad Elliott2022-12-141-12/+9
| | | | warning from gcc 11 about possibly returning a pointer to a local variable.
* Pulled in changes from ACE 7.Chad Elliott2022-12-145-7/+26
|
* Added an assignment operator because a copy constructor was defined. (ubuntu ↵Chad Elliott2022-12-142-0/+15
| | | | 22 - gcc 11 warning)
* Remove division by sizeof ACE_TCHAR when calculating the simple_section; ↵Chad Elliott2022-12-091-3/+3
| | | | pointer arithmetic already accounts for size of the individual elements.
* Increased the final buffer size (in the info method) to accommodate the ↵Chad Elliott2022-12-081-3/+11
| | | | maximum possible string size. (ubuntu 20 - gcc 10 warning)
* No need to compare the result of ::TryEnterCriticalSection to an explicit ↵Chad Elliott2022-12-081-1/+1
| | | | value. Doing so causes a warning in Release builds.
* Added an assignment operator because a copy constructor was defined. (ubuntu ↵Chad Elliott2022-12-082-0/+10
| | | | 22 - gcc 11 warning)
* Pulled in 0c2228f586a6c8fda87b707fcdaf2e861e118eff from master.Chad Elliott2022-12-081-3/+6
|
* Increased the final buffer size (in the info method) to accommodate the ↵Chad Elliott2022-12-061-2/+11
| | | | maximum possible string size. (ubuntu 20 - gcc 10 warning)
* Added assignment operators because a copy constructor was defined. (ubuntu ↵Chad Elliott2022-12-064-0/+20
| | | | 22 - gcc 11 warning)
* Added curly braces around an else clause (ubuntu 22 - gcc 11 warning)Chad Elliott2022-12-061-6/+8
|
* Merge pull request #1741 from iedutu/masterJohnny Willemsen2022-11-301-2/+2
| | | | | | | | | | Support for macOS major version fallback (cherry picked from commit 61da3abdcfc16295ed34ab552b35dce4f2b78bad) # Conflicts: # ACE/include/makeinclude/platform_macosx.GNU # ACE/include/makeinclude/platform_macosx_monterey.GNU
* Merge pull request #1956 from jwillemsen/jwi-vxworksgethostbyaddrJohnny Willemsen2022-10-281-1/+1
| | | | | | | | | VxWorks 7 also has the support for a non-reentrant version of gethostbyaddr (cherry picked from commit 1e84155d462e09d583a472c9fc70a06fa5d3054e) # Conflicts: # ACE/ace/os_include/os_netdb.h
* Merged pull requests 1953 and 1955-1958Chad Elliott2022-10-134-6/+23
|
* Merge pull request #1948 from mitza-oci/a6t2-mergeAdam Mitz2022-10-1148-261/+536
|\ | | | | [ACE6-TAO2] Merge selected recent changes from ACE7-TAO3
| * Merge pull request #1954 from wkbrd/windows_resource_filesJohnny Willemsen2022-10-1013-0/+390
| | | | | | | | | | | | Add windows resource files (cherry picked from commit e1dda342b0805ffc880c618df86550df27cb9ce5)
| * Merge pull request #1952 from jwillemsen/jwi-pipeopenJohnny Willemsen2022-10-101-4/+6
| | | | | | | | | | | | | | | | | | Use the ACE_INET_Addr::set instead of the constructor so that we can … (cherry picked from commit 2ed56466bf34f1dd99260514cd6a38ac7497ee9a) # Conflicts: # ACE/ace/Pipe.cpp
| * fixed mergeAdam Mitz2022-10-031-1/+7
| |
| * Merge pull request #1943 from lukem/format-security-fixupJohnny Willemsen2022-10-032-5/+5
| | | | | | | | | | | | Fix -Wformat-security issues in examples (cherry picked from commit 697cb84ee1a1ebc3aed0e3b3437f246a7c34f3fb)
| * Merge pull request #1907 from lukem/format-securityAdam Mitz2022-10-0323-213/+93
| | | | | | | | | | | | | | | | | | Fix -Wformat-security issues (cherry picked from commit 0b7e12778ae92315cbd51c901cb8402d6bd646a7) # Conflicts: # ACE/websvcs/lib/URL_Addr.cpp
| * Merge pull request #1912 from knutpett/warning_extra_semiJohnny Willemsen2022-10-035-11/+11
| | | | | | | | | | | | | | | | | | | | | | Remove warnings -Wextra-semi (cherry picked from commit 1bc30d9abfac4b990a8ca25f43c666f28a8d61d2) # Conflicts: # ACE/ace/Null_Barrier.h # ACE/ace/Null_Condition.h # ACE/ace/Refcounted_Auto_Ptr.h
| * Merge pull request #1917 from jwillemsen/jwi-redefinedfallthroughJohnny Willemsen2022-10-031-4/+6
| | | | | | | | | | | | Fixed redefined ACE_FALLTHROUGH warnings (cherry picked from commit c8d4a23b971afe8de1128978a7e8e5d25269762b)
| * Merge pull request #1910 from Erich71/old_gcc_fixJohnny Willemsen2022-10-031-7/+7
| | | | | | | | | | | | | | | | | | Fix ACE_FALLTHROUGH definition for old GCC compilers. (cherry picked from commit 348277c5a753b65b7a0cc206720fd7ea47f81659) # Conflicts: # ACE/ace/config-g++-common.h
| * Merge pull request #1903 from likema/proc-gidJohnny Willemsen2022-10-033-14/+14
| | | | | | | | | | | | | | | | | | | | Fix incorrect `uid_t` to `gid_t` in `ACE_Process` (cherry picked from commit 73d9dcd44d257cb427c8510bbec52b0df73a9190) # Conflicts: # ACE/ace/Process.h # ACE/ace/Process.inl
| * Merge pull request #1902 from likema/win-localtime-rJohnny Willemsen2022-10-031-5/+1
| | | | | | | | | | | | Fix localtime_r emulation for Windows. (cherry picked from commit 49423535b6eabec9e681790581ed56ba4254e599)
| * Merge pull request #1887 from jwillemsen/jwi-codesetregistryJohnny Willemsen2022-10-031-3/+2
| | | | | | | | | | | | Minor change for codeset registry generation and removed old Id tags (cherry picked from commit bd92596bbc63635a2ed2131322e6c659a5420586)
* | For llvm's libcxx, C++17 or greater implies lack of std::auto_ptr unless ↵Timothy Simpson2022-10-031-0/+4
|/ | | | defines are set
* Merge pull request #1932 from DOCGroup/elliottc/vxworks-layersAdam Mitz2022-09-161-1/+1
| | | | | | VxWorks Shared Libraries (cherry picked from commit 14610fc4e135e9a07067353b0fd00f054f1288e5)
* Merge pull request #1921 from DOCGroup/vxworks-21.03Adam Mitz2022-09-096-54/+108
| | | | | | Added support for VxWorks 21.03, including building for RTP mode. (cherry picked from commit e0df4f59dec11e2cc7ce0d25648eb6b25b3c79ca)
* Merge pull request #1876 from jwillemsen/jwi-vxworkstaskidJohnny Willemsen2022-09-0956-129/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | VxWorks 22.03 related changes (cherry picked from commit 41e8a43e42d167ac0561adb9e47f092eda16efb4) # Conflicts: # ACE/ace/ARGV.h # ACE/ace/ARGV.inl # ACE/ace/Active_Map_Manager_T.h # ACE/ace/Active_Map_Manager_T.inl # ACE/ace/Addr.cpp # ACE/ace/Addr.h # ACE/ace/Auto_Event.h # ACE/ace/Auto_Event.inl # ACE/ace/Bound_Ptr.h # ACE/ace/Bound_Ptr.inl # ACE/ace/CDR_Stream.cpp # ACE/ace/Capabilities.cpp # ACE/ace/Condition_Attributes.h # ACE/ace/Condition_Attributes.inl # ACE/ace/README # ACE/ace/Recyclable.cpp # ACE/ace/Recyclable.h # ACE/ace/Reverse_Lock_T.cpp # ACE/ace/Reverse_Lock_T.h # ACE/ace/SOCK.h # ACE/ace/SOCK.inl
* Merge pull request #1877 from jwillemsen/jwi-vxworks2203Johnny Willemsen2022-09-092-2/+21
| | | | | | Added config file for VxWorks 22.03 (cherry picked from commit a9a4ffd350481eb482bd6a738c40c2a8a38515a1)
* Fix a small part of commit e401f02ed7c5 which broke compilationSimon McQueen2022-08-311-1/+5
| | | | with Perl 5.8.8. This syntax seemingly post-dates that version.
* Merge pull request #1878 from jwillemsen/jwi-sysClkRateGetJohnny Willemsen2022-08-112-3/+3
| | | | | | Use VxWorks type for return value of sysClkRateGet (cherry picked from commit 049a1e9a5c92217a3c257cb0bf6c56d53853fe67)
* Merge pull request #1874 from jwillemsen/jwi-ctdtcompileJohnny Willemsen2022-08-111-2/+1
| | | | | | ctdt is a c file, so compile as c file, not c++ (cherry picked from commit eafca4ec3ad0f1f4d9e80737a0ac25c6184d8b85)
* Merge pull request #1872 from jwillemsen/jwi-vxworksJohnny Willemsen2022-08-114-7/+6
| | | | | | | | | Fixed VxWorks compile error and minor cleanup (cherry picked from commit e35823e1811b6e38c0b175b4d238c7d9599e6c4e) # Conflicts: # ACE/ace/OS_NS_unistd.inl
* ACE+TAO-6_5_18ACE+TAO-6_5_18Johnny Willemsen2022-08-106-39/+121
|
* NEWS for next ACE6+TAO2 releaseAdam Mitz2022-08-051-0/+2
|
* Add header and footer for stuck stacksSon Dinh2022-07-131-0/+2
|
* Update ACE/ace/Synch_Options.hTimothy Simpson2022-07-111-1/+1
| | | Co-authored-by: Adam Mitz <mitza@objectcomputing.com>
* per reviewTimothy Simpson2022-07-111-1/+1
|
* Merge pull request #1865 from mitza-oci/no_ifdef_anyops_nsAdam Mitz2022-06-283-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed ACE_ANY_OPS_USE_NAMESPACE as a compile-time option (cherry picked from commit dbc6154a1b9c2782e78b4d0698364a0780a9a06d) # Conflicts: # ACE/ace/config-win32-borland.h # TAO/NEWS # TAO/TAO_IDL/be/be_visitor_enum/any_op_ch.cpp # TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp # TAO/TAO_IDL/be/be_visitor_exception/any_op_ch.cpp # TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp # TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp # TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp # TAO/TAO_IDL/be/be_visitor_interface_fwd/any_op_ch.cpp # TAO/TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp # TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp # TAO/TAO_IDL/be/be_visitor_structure/any_op_ch.cpp # TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp # TAO/TAO_IDL/be/be_visitor_union/any_op_ch.cpp # TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp # TAO/TAO_IDL/be/be_visitor_valuebox/any_op_ch.cpp # TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp # TAO/TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp # TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp # TAO/TAO_IDL/be/be_visitor_valuetype_fwd/any_op_ch.cpp
* Merge pull request #1864 from mitza-oci/g++12Adam Mitz2022-06-244-14/+0
| | | | | | | | | | | | GCC 12 (cherry picked from commit 94d132b173807bb55f8c7481a57a523b4f07ba7e) # Conflicts: # .github/workflows/linux.yml # .github/workflows/macosx.yml # TAO/NEWS # TAO/TAO_IDL/be/be_visitor_valuetype_fwd/any_op_ch.cpp
* Prepare for next 6.5.x releaseJohnny Willemsen2022-06-141-0/+8
| | | | | * ACE/NEWS: * TAO/NEWS:
* ACE+TAO-6_5_17ACE+TAO-6_5_17Johnny Willemsen2022-06-146-39/+176
|
* Add support for macOS MontereyJustin R. Wilson2022-05-262-0/+9
|