summaryrefslogtreecommitdiff
path: root/TAO/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Prepare news file for next releaseJohnny Willemsen2023-03-031-0/+3
| | | | * TAO/NEWS:
* Use override/default for RTPortableServerJohnny Willemsen2023-02-131-0/+3
| | | | | | | | | | | | * TAO/NEWS: * TAO/tao/RTPortableServer/RT_Acceptor_Filters.h: * TAO/tao/RTPortableServer/RT_Collocation_Resolver.h: * TAO/tao/RTPortableServer/RT_Object_Adapter_Factory.h: * TAO/tao/RTPortableServer/RT_POA.cpp: * TAO/tao/RTPortableServer/RT_POA.h: * TAO/tao/RTPortableServer/RT_Policy_Validator.h: * TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp: * TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h:
* Updated NEWS filesJohnny Willemsen2023-01-151-2/+2
|
* Make ACE 7.0.11 and TAO 3.0.11 public availableJohnny Willemsen2022-12-191-0/+3
| | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/etc/index.html: * TAO/NEWS:
* Updated NEWS for 7.0.11/3.0.11Adam Mitz2022-12-161-0/+2
|
* Document changesJohnny Willemsen2022-12-141-0/+2
| | | | | * ACE/NEWS: * TAO/NEWS:
* Make x.0.10 publicly availableJohnny Willemsen2022-11-171-0/+3
| | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/etc/index.html: * TAO/NEWS:
* Update NEWS files for next releaseJohnny Willemsen2022-11-171-0/+2
| | | | | * ACE/NEWS: * TAO/NEWS:
* Make x.0.9 publicJohnny Willemsen2022-10-011-0/+5
| | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* UpdatedJohnny Willemsen2022-07-011-0/+3
| | | | | * ACE/docs/bczar/bczar.html: * TAO/NEWS:
* Updated NEWSAdam Mitz2022-06-271-0/+2
|
* Updated NEWSAdam Mitz2022-06-241-0/+5
|
* Updated for x.0.7 releaseJohnny Willemsen2022-05-211-0/+3
| | | | | | | | * ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/etc/index.html: * TAO/NEWS:
* Update TAO/NEWSFred Hornsey2022-02-151-0/+1
| | | Co-authored-by: Adam Mitz <mitza@objectcomputing.com>
* Merge remote-tracking branch 'upstream/master' into igtd/tao-idl-openFred Hornsey2022-02-151-0/+1
|\
| * Add news file for PRs 1772 and 1778Clayton Calabrese2022-02-111-0/+2
| |
* | Update TAO/NEWSFred Hornsey2022-02-141-0/+3
|/
* Make x.0.6 publicJohnny Willemsen2022-01-201-0/+3
| | | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * ACE/html/README: * TAO/NEWS:
* List changesJohnny Willemsen2022-01-201-0/+4
| | | | | * ACE/NEWS: * TAO/NEWS:
* Fallback to MacOSX 11 latest when we have a not recognized major versionJohnny Willemsen2021-11-181-1/+1
| | | | | * ACE/include/makeinclude/platform_macosx.GNU: * TAO/NEWS:
* Prepare for next release and make x.0.5 publicJohnny Willemsen2021-11-171-0/+3
| | | | | | | | * ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/etc/index.html: * TAO/NEWS:
* Update TAO/NEWSFred Hornsey2021-11-091-1/+1
| | | Co-authored-by: Adam Mitz <mitza@objectcomputing.com>
* `TAO/NEWS`: Correct SpellingFred Hornsey2021-11-091-1/+1
|
* Update TAO NEWS FileFred Hornsey2021-11-051-0/+3
|
* Make x.0.4 public availableJohnny Willemsen2021-10-011-0/+5
| | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* Make ACE 7.0.3 and TAO 3.0.3 availableJohnny Willemsen2021-08-041-1/+4
| | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* Update NEWSJohnny Willemsen2021-08-021-2/+4
|
* Correct NEWS and ExamplesFred Hornsey2021-07-201-1/+1
|
* Header File for TAO_IDL Supported IDL FeaturesFred Hornsey2021-07-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get information about what IDL features the IDL compiler has, similarly to the "version" standard header in C++. In C++ it can be used like this if you want to be compatible with older versions of TAO: ```c++ #include "tao/orbconf.h" #if defined TAO_HAS_IDL_FEATURES && TAO_HAS_IDL_FEATURES // Use this macro if you are using something that's not the max possible // version. # define TAO_IDL_IDL_VERSION 0x50000 # include "tao/idl_features.h" # define USE_FEATURE defined TAO_IDL_HAS_FEATURE && TAO_IDL_HAS_FEATURE #else # define USE_FEATURE 0 #endif ``` In IDL it can be used like this if you want to be compatible with older versions of TAO: ```c++ #if defined __TAO_IDL_FEATURES # include __TAO_IDL_FEATURES # define USE_FEATURE defined TAO_IDL_HAS_FEATURE && TAO_IDL_HAS_FEATURE #else # define USE_FEATURE 0 #endif ```
* Try to Fix Issues with int8/uint8Fred Hornsey2021-06-291-0/+5
|
* Make ACE 7.0.2 and TAO 3.0.2 public availableJohnny Willemsen2021-05-141-0/+3
| | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* List changesJohnny Willemsen2021-05-031-0/+6
| | | | * TAO/NEWS:
* Prepare for next releaseJohnny Willemsen2021-03-151-0/+5
| | | | | * ACE/NEWS: * TAO/NEWS:
* Make ACE 7.0.0 and TAO 3.0.0 public availableJohnny Willemsen2021-01-251-0/+3
| | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* Minor changes and add portspan for DIOP to the NEWS fileJohnny Willemsen2020-12-291-0/+2
| | | | | | | | * TAO/NEWS: * TAO/tests/ORB_portspan/README: * TAO/tests/ORB_portspan/server.cpp: * TAO/tests/ORB_portspan/simpleI.cpp: * TAO/tests/ORB_portspan/simpleI.h:
* Update news filesJohnny Willemsen2020-12-291-0/+3
| | | | | * ACE/NEWS: * TAO/NEWS:
* Update NEWS filesJohnny Willemsen2020-11-101-2/+5
| | | | | * ACE/NEWS: * TAO/NEWS:
* Make x.5.12 public availableJohnny Willemsen2020-10-271-0/+3
| | | | | | | | | * ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* Remove usage of narrow_from_decl/narrow_from_scope and replace them with ↵Johnny Willemsen2020-09-181-0/+5
| | | | dynamic_cast
* Make ACE 6.5.11 and TAO 2.5.11 public available and prepare for next releaseJohnny Willemsen2020-08-171-0/+3
| | | | | | | | | * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* List TAO changeJohnny Willemsen2020-08-131-0/+2
| | | | * TAO/NEWS:
* Make x.5.10 public availableJohnny Willemsen2020-06-261-0/+3
| | | | | | | | | * ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* Update TAO/NEWSFred Hornsey2020-06-051-0/+2
|
* Update TAO/NEWSFred Hornsey2020-05-291-4/+4
|
* Update TAO/NEWSFred Hornsey2020-05-291-0/+5
|
* Make x.5.9 public and prepare for next releaseJohnny Willemsen2020-05-011-0/+6
| | | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/copy-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* Make ACE/TAO 6.5.8/2.5.8 public and prepare for next releaseJohnny Willemsen2020-02-101-0/+3
| | | | | | | | | * ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* Add VERSION rename to NEWS filesFred Hornsey2020-02-041-0/+3
|
* List some important changesJohnny Willemsen2020-01-301-0/+2
| | | | | * ACE/NEWS: * TAO/NEWS:
* Make x.5.7 availableJohnny Willemsen2019-11-221-0/+3
| | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS: