summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1815 from sonndinh/get_signal_infoAdam Mitz2022-04-1318-64/+120
|\ | | | | Get signal information from PerlACE
| * More tests updateSon Dinh2022-04-124-11/+11
| |
| * Update orbsvcs testsSon Dinh2022-04-084-7/+7
| |
| * More updates to TAO/testsSon Dinh2022-04-074-14/+14
| |
| * Fixing testsSon Dinh2022-04-074-8/+8
| |
| * Update doc and add argument to SpawnWaitKillSon Dinh2022-04-061-7/+13
| |
| * Update Kill functionSon Dinh2022-04-042-2/+2
| |
| * Indicating if a process can self crash and get signal infoSon Dinh2022-04-042-19/+69
|/
* Merge pull request #1811 from mitza-oci/ace6tao2Adam Mitz2022-04-014-26/+8
|\ | | | | [TAO 2] NEWS and GitHub Actions updates
| * GitHub Actions: set fail-fast to falseAdam Mitz2022-04-013-0/+3
| |
| * GitHub Actions: try a newer vcpkg commitAdam Mitz2022-04-011-1/+1
| |
| * NEWS for recent TAO 2.x changesAdam Mitz2022-03-311-0/+4
| |
| * GitHub actions: windows-2016 VMs are no longer supportedAdam Mitz2022-03-311-25/+0
|/
* Merge pull request #1810 from sonndinh/revert-1803-check_signalsAdam Mitz2022-03-312-54/+23
|\ | | | | Revert "Get signal information from PerlACE"
| * Revert "Get signal information from PerlACE"Son Dinh2022-03-312-54/+23
|/
* Merge pull request #1803 from sonndinh/check_signalsAdam Mitz2022-03-292-23/+54
|\ | | | | Get signal information from PerlACE
| * Update code commentsSon Dinh2022-03-282-3/+17
| |
| * Use hashrefSon Dinh2022-03-252-27/+29
| |
| * Update function prototypeSon Dinh2022-03-232-19/+30
| |
| * Update VMS processSon Dinh2022-03-221-6/+7
| |
| * Update commentSon Dinh2022-03-211-3/+2
| |
| * Return signal code if anySon Dinh2022-03-211-7/+11
|/
* Merge pull request #1801 from mitza-oci/tao2-tao_idl-ubsanAdam Mitz2022-03-141-3/+2
|\ | | | | [TAO 2] tao_idl: avoid undefined behavior (adding to nullptr)
| * tao_idl: avoid undefined behavior (adding to nullptr)Adam Mitz2022-03-141-3/+2
|/ | | | (cherry picked from commit 0bfdaeb95608f3652cfe499e1960988c71476f30)
* Merge pull request #1789 from iguessthislldo/igtd/backport-1783Adam Mitz2022-02-182-4/+29
|\ | | | | [TAO 2] Fix tao_idl File Error Messages
| * Fix tao_idl File Error MessagesFred Hornsey2022-02-152-4/+29
|/ | | | | | | | | | | | | | | Backport of https://github.com/DOCGroup/ACE_TAO/pull/1783 1. The error message for failing to open an IDL file didn't have the filename in it. This was because the `ACE_ERROR` for it was using a `%m` when it should have been using a `%p`. It looks like https://github.com/DOCGroup/ACE_TAO/commit/faab6830cf4ecf67b452183dba712caae7996be4 went one change too far. 2. First brought up here: https://github.com/objectcomputing/OpenDDS/issues/3308 Inputting a directory to tao_idl results in an empty file that causes a weird error latter. Changed it to ensure the file is a regular file using `stat`.
* Merge pull request #1779 from mitza-oci/spaces-tao2Adam Mitz2022-02-031-1/+1
|\ | | | | [TAO 2] TAO_IDL: Fix Space In Path Handling: Unused Variable Followup
| * Merge pull request #1778 from ClaytonCalabrese/resolve_space_in_path_followupAdam Mitz2022-02-031-1/+1
|/ | | | | | TAO_IDL: Fix Space In Path Handling: Unused Variable Followup (cherry picked from commit a943c6302418abb397b271f94202df3efb722151)
* Merge pull request #1775 from mitza-oci/spaces-tao2Adam Mitz2022-02-022-30/+13
|\ | | | | [TAO 2] TAO_IDL: Fix Space In Path Handling
| * Merge pull request #1772 from ClaytonCalabrese/resolve_space_in_pathAdam Mitz2022-02-012-30/+13
|/ | | | | | TAO_IDL: Fix Space In Path Handling (cherry picked from commit e4b72cc9a0fcc5e0f4449eef2598d84df37715b2)
* Merge pull request #1762 from mitza-oci/ace6tao2Adam Mitz2022-01-172-19/+25
|\ | | | | [TAO 2] fixed build with GCC -std=c++20
| * added -std=c++20 to GitHub ActionsAdam Mitz2022-01-151-0/+5
| | | | | | | | GCC 11 is needed, 10 is too old
| * Merge pull request #1760 from mitza-oci/cxx20Adam Mitz2022-01-152-19/+20
| | | | | | | | | | | | | | | | | | fixed build with GCC -std=c++20 (cherry picked from commit a8372419d0e73f4b816fccd15d85b085c56ea4d3) # Conflicts: # .github/workflows/linux.yml
* | Merge pull request #1759 from mitza-oci/ace6tao2Adam Mitz2022-01-141-1/+1
|\ \ | |/ | | [TAO 2]: fixed warning in ast_expression.cpp
| * [TAO 2]: fixed warning in ast_expression.cppAdam Mitz2022-01-111-1/+1
|/ | | | Already fixed in TAO 3
* Merge pull request #1755 from mitza-oci/idldepAdam Mitz2022-01-071-9/+19
|\ | | | | [TAO 2] depgen for IDL: remove assumption about IDL files in subdirs
| * depgen for IDL: remove assumption about IDL files in subdirsAdam Mitz2022-01-071-9/+19
|/ | | | | | | | tao_idl dir/file.idl doesn't put its output in dir by default The ObjectGenerator perl module doesn't know about the -o option to tao_idl The base filename may work anyway due to VPATH (cherry picked from commit 5edb3f8c49de9b98900bcc03ba5e0500fcc020db)
* Merge pull request #1738 from mitza-oci/tao2-commentsAdam Mitz2021-11-232-0/+8
|\ | | | | [TAO 2] fixed comments in tao_idl-generated code
| * fixed comments in tao_idl-generated codeAdam Mitz2021-11-192-0/+8
| |
* | ACE+TAO-6_5_16ACE+TAO-6_5_16Johnny Willemsen2021-11-1710-46/+264
| |
* | Merge pull request #1735 from mitza-oci/ace6tao2Adam Mitz2021-11-161-0/+7
|\ \ | |/ |/| ACE NEWS for 6.5.16
| * ACE NEWS for 6.5.16Adam Mitz2021-11-161-0/+7
|/
* Merge pull request #1728 from mitza-oci/tao2-notifyincludeAdam Mitz2021-11-121-1/+1
|\ | | | | [TAO 2] Notify svc: Fixed include
| * Notify svc: Fixed includeAdam Mitz2021-11-111-1/+1
| | | | | | | | | | | | The "make install" tree doesn't have two orbsvcs directories (cherry picked from commit 026a87c8d9d1ce03c09d77e8c1fb99eb7d6af666)
* | Merge pull request #1726 from mitza-oci/ace6-vcpkg-updateAdam Mitz2021-11-121-1/+1
|\ \ | | | | | | [ace6tao2] GitHub Actions: use a newer vcpkg
| * | GitHub Actions: use a newer vcpkgAdam Mitz2021-11-111-1/+1
| |/ | | | | | | (cherry picked from commit d01e357db24fd2659210747a24bd75534cdfde02)
* | Merge pull request #1724 from mitza-oci/tao2-sysexcept-exportAdam Mitz2021-11-121-11/+1
|\ \ | |/ |/| [TAO 2] SystemExceptions shouldn't use a different export
| * SystemExceptions shouldn't use a different exportAdam Mitz2021-11-101-11/+1
|/ | | | | | | | | | | | All classes defined in libTAO should use the same export macro. This avoids MSVC creating import libs for all executables that use libTAO -- see https://github.com/DOCGroup/MPC/issues/130 and https://github.com/microsoft/vcpkg/issues/16551 (cherry picked from commit 0f879fd3f8a6e4d0b1762bd6c1424af735813ccc) # Conflicts: # TAO/tao/SystemException.h
* Merge pull request #1717 from iguessthislldo/igtd/backport-1715Adam Mitz2021-11-105-94/+250
|\ | | | | [TAO 2] Fix Floating Point Constant Expressions in tao_idl
| * Merge branch 'ace6tao2' into igtd/backport-1715Adam Mitz2021-11-10158-675/+394
| |\ | |/ |/|