summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-7_0_6ACE+TAO-7_0_6Johnny Willemsen2022-01-2010-44/+477
|
* Merge pull request #1768 from jwillemsen/jwi-newrelease2Johnny Willemsen2022-01-203-1/+9
|\ | | | | List changes for x.0.6
| * List changesJohnny Willemsen2022-01-202-0/+8
| | | | | | | | | | * ACE/NEWS: * TAO/NEWS:
| * Fixed typoJohnny Willemsen2022-01-201-1/+1
|/ | | | * TAO/tao/PortableServer/Root_POA.cpp:
* Merge pull request #1766 from jwillemsen/jwi-docucleanup2Johnny Willemsen2022-01-1815-34/+18
|\ | | | | Corrected links to documentation, use nullptr/default, layout changes
| * Use nullptr/default, docu changesJohnny Willemsen2022-01-1814-32/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/BiDir_GIOP/BiDir_ORBInitializer.cpp: * TAO/tao/BiDir_GIOP/BiDir_Policy_i.cpp: * TAO/tao/BiDir_GIOP/BiDir_Policy_i.h: * TAO/tao/GIOP_Message_Base.cpp: * TAO/tao/ORB_Core.cpp: * TAO/tao/PI/PolicyFactory_Loader.cpp: * TAO/tao/Policy_Validator.cpp: * TAO/tao/PortableServer/Default_Policy_Validator.cpp: * TAO/tao/PortableServer/Default_Policy_Validator.h: * TAO/tao/RTPortableServer/RT_Policy_Validator.cpp: * TAO/tao/RTPortableServer/RT_Policy_Validator.h: * TAO/tao/ZIOP/ZIOP_Policy_Validator.h: * TAO/tests/BiDirectional/README: * TAO/tests/BiDirectional/client.cpp:
| * Corrected linksJohnny Willemsen2022-01-181-2/+2
| | | | | | | | * TAO/docs/documentation.html:
* | Merge pull request #1765 from jwillemsen/jwi-cleanup2Johnny Willemsen2022-01-179-33/+23
|\ \ | |/ |/| Use doxygen/nullptr/bool
| * Use doxygen/nullptr/boolJohnny Willemsen2022-01-179-33/+23
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Log_Msg.cpp: * ACE/ace/NT_Service.cpp: * ACE/ace/Object_Manager.cpp: * ACE/ace/Object_Manager.h: * ACE/ace/Thread.inl: * ACE/tests/Task_Test.cpp: * TAO/tao/DynamicInterface/Request.cpp: * TAO/tao/GIOP_Message_Base.cpp: * TAO/tao/Messaging/AMH_Response_Handler.cpp:
* | Merge pull request #1760 from mitza-oci/cxx20Adam Mitz2022-01-142-19/+20
|\ \ | | | | | | fixed build with GCC -std=c++20
| * | added -std=c++20 to GitHub ActionsAdam Mitz2022-01-131-0/+1
| | |
| * | fixed build with GCC -std=c++20Adam Mitz2022-01-111-19/+19
| |/
* | Merge pull request #1761 from jwillemsen/jwi-defaultoverrideJohnny Willemsen2022-01-1337-126/+60
|\ \ | |/ |/| Make use of C++ default/override
| * Make use of C++ default/overrideJohnny Willemsen2022-01-1337-126/+60
| |
* | Merge pull request #1752 from mitza-oci/gha-installAdam Mitz2022-01-108-23/+55
|\ \ | | | | | | make install, pkgconfig, ace_for_tao fixes
| * | Fixed a few pkg-config issuesAdam Mitz2022-01-074-2/+17
| | |
| * | Test pkgconfigAdam Mitz2022-01-071-0/+7
| | |
| * | Updated ace_for_tao project to allow it to installAdam Mitz2022-01-063-6/+12
| | |
| * | removed a file that's no longer in the repo from ace_for_tao.mpcAdam Mitz2022-01-061-1/+0
| | |
| * | GitHub Actions: make installAdam Mitz2022-01-061-14/+19
| | |
* | | Merge pull request #1757 from jwillemsen/jwi-codesetJohnny Willemsen2022-01-1022-101/+30
|\ \ \ | | | | | | | | Make use of C++11 default and override
| * | | Removed redundant voidJohnny Willemsen2022-01-101-1/+1
| | | | | | | | | | | | | | | | * TAO/tao/Codeset/Codeset.h:
| * | | Make use of C++11 defaultJohnny Willemsen2022-01-106-18/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Cleanup_Func_Registry.h: * TAO/tao/Cleanup_Func_Registry.inl: * TAO/tao/Client_Strategy_Factory.h: * TAO/tao/Codeset_Manager.h: * TAO/tao/Codeset_Manager_Factory_Base.cpp: * TAO/tao/Codeset_Manager_Factory_Base.h:
| * | | Make use of C++11 default and overrideJohnny Willemsen2022-01-1015-82/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Codeset/Codeset_Manager_i.cpp: * TAO/tao/Codeset/Codeset_Manager_i.h: * TAO/tao/Codeset/Codeset_Service_Context_Handler.h: * TAO/tao/Codeset/Codeset_Translator_Factory.cpp: * TAO/tao/Codeset/Codeset_Translator_Factory.h: * TAO/tao/Codeset/Codeset_Translator_Factory_T.cpp: * TAO/tao/Codeset/Codeset_Translator_Factory_T.h: * TAO/tao/Codeset/UTF16_BOM_Factory.cpp: * TAO/tao/Codeset/UTF16_BOM_Factory.h: * TAO/tao/Codeset/UTF16_BOM_Translator.cpp: * TAO/tao/Codeset/UTF16_BOM_Translator.h: * TAO/tao/Codeset/UTF8_Latin1_Factory.cpp: * TAO/tao/Codeset/UTF8_Latin1_Factory.h: * TAO/tao/Codeset/UTF8_Latin1_Translator.cpp: * TAO/tao/Codeset/UTF8_Latin1_Translator.h:
* | | | Merge pull request #1749 from mitza-oci/idldepAdam Mitz2022-01-071-9/+19
|\ \ \ \ | | | | | | | | | | depgen for IDL: remove assumption about IDL files in subdirs
| * | | | depgen for IDL: remove assumption about IDL files in subdirsAdam Mitz2022-01-061-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
* | | | Merge pull request #1754 from jwillemsen/jwi-rcsidJohnny Willemsen2022-01-074-4/+4
|\ \ \ \ | | |/ / | |/| | Removed lef over for rcsid
| * | | Removed lef over for rcsidJohnny Willemsen2022-01-074-4/+4
| | |/ | |/| | | | | | | | | | | | | | | | * ACE/bin/MakeProjectCreator/config/acedefaults.mpb: * ACE/bin/libsize.pl: * TAO/docs/minimumTAO.html: * TAO/docs/performance.html:
* | | Merge pull request #1753 from jwillemsen/jwi-bidircpp11Johnny Willemsen2022-01-077-37/+26
|\ \ \ | |_|/ |/| | Make use of C++11 features in BiDIR
| * | Make use of C++11 features in BiDIRJohnny Willemsen2022-01-077-37/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/BiDir_GIOP/BiDirGIOP.cpp: * TAO/tao/BiDir_GIOP/BiDirGIOP.h: * TAO/tao/BiDir_GIOP/BiDirPolicy_Validator.h: * TAO/tao/BiDir_GIOP/BiDir_ORBInitializer.h: * TAO/tao/BiDir_GIOP/BiDir_PolicyFactory.h: * TAO/tao/BiDir_GIOP/BiDir_Policy_i.h: * TAO/tao/BiDir_GIOP/BiDir_Service_Context_Handler.h:
* | | Merge pull request #1748 from mitza-oci/taoidl_use_tao_rulesAdam Mitz2021-12-201-12/+12
|\ \ \ | | | | | | | | Use the tao_rules base project to bring in makefile rules
| * | | Use the tao_rules base project to bring in makefile rulesAdam Mitz2021-12-171-12/+12
|/ / /
* | | Merge pull request #1746 from DOCGroup/jwillemsen-patch-1Johnny Willemsen2021-12-141-1/+1
|\ \ \ | | | | | | | | Updated codacy badge
| * | | Updated codacy badgejwillemsen-patch-1Johnny Willemsen2021-12-141-1/+1
| | |/ | |/|
* | | Merge pull request #1745 from jwillemsen/jwi-exceptiondocuJohnny Willemsen2021-12-141-3/+3
|\ \ \ | | | | | | | | Modernize example code in deep copy documentation
| * | | Modernize excample code in deep copy documentationJohnny Willemsen2021-12-141-3/+3
| |/ / | | | | | | | | | * TAO/tao/Exception.h:
* | | Merge pull request #1744 from jwillemsen/jwi-taocallJohnny Willemsen2021-12-143-6/+24
|\ \ \ | |/ / |/| / | |/ Add test case where we have an argument `call` which lead to non comp…
| * Add an attribute with the name call as test caseJohnny Willemsen2021-12-141-0/+9
| | | | | | | | * TAO/tests/IDL_Test/interface.idl:
| * Add test case where we have an argument `call` which lead to non compiling ↵Johnny Willemsen2021-12-143-6/+15
|/ | | | | | | | generated code * TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp: * TAO/TAO_IDL/be/be_visitor_operation/operation.cpp: * TAO/tests/IDL_Test/interface.idl:
* Merge pull request #1741 from iedutu/masterJohnny Willemsen2021-12-012-3/+12
|\ | | | | Support for MacOS 10.12 Monterey - Intel build.
| * Fixed a minor OS version comparison error.Cristian Ungureanu2021-11-301-2/+2
| |
| * Will fallback to macOS 12 (latest) if on higher OS.Cristian Ungureanu2021-11-291-1/+1
| |
| * Support for MacOS 10.12 Monterey - Intel build.Cristian Ungureanu2021-11-292-3/+12
|/
* Merge pull request #1739 from mitza-oci/masterAdam Mitz2021-11-232-0/+8
|\ | | | | fixed comments in tao_idl-generated code
| * fixed comments in tao_idl-generated codeAdam Mitz2021-11-192-0/+8
|/ | | | (cherry picked from commit f8d8777b9cb4c42d8e693b9c97f8f9469740de76)
* Merge pull request #1737 from jwillemsen/jwi-macosfallbackJohnny Willemsen2021-11-182-3/+4
|\ | | | | Fallback to MacOSX 11 latest when we have a not recognized major version
| * Fallback to MacOSX 11 latest when we have a not recognized major versionJohnny Willemsen2021-11-182-3/+4
| | | | | | | | | | * ACE/include/makeinclude/platform_macosx.GNU: * TAO/NEWS:
* | Merge pull request #1736 from jwillemsen/jwi-post705Johnny Willemsen2021-11-175-33/+40
|\ \ | |/ | | Prepare for next release and make x.0.5 public
| * Prepare for next release and make x.0.5 publicJohnny Willemsen2021-11-175-33/+40
|/ | | | | | | | * ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/etc/index.html: * TAO/NEWS:
* ACE+TAO-7_0_5ACE+TAO-7_0_5Johnny Willemsen2021-11-1710-44/+949
|