summaryrefslogtreecommitdiff
path: root/ACE/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* | Removed xsc specific code, can be done through the verbatim mpc supportJohnny Willemsen2020-11-111-9/+0
|/
* Merge pull request #1266 from jwillemsen/jwi-cleanupfocusJohnny Willemsen2020-10-2816-4259/+0
|\ | | | | Removed FOCUS which uses specialization files to patch the TAO source…
| * Removed FOCUS which uses specialization files to patch the TAO source code. ↵Johnny Willemsen2020-10-1516-4259/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hasn't been maintained for a long time and was purely research * ACE/bin/FOCUS/FOCUS.pl: * ACE/bin/FOCUS/NEWS: * ACE/bin/FOCUS/PROBLEM-REPORT-FORM: * ACE/bin/FOCUS/Parser/FOCUSParser.pm: * ACE/bin/FOCUS/README: * ACE/bin/FOCUS/VERSION: * ACE/bin/FOCUS/docs/FOCUS.html: * ACE/bin/FOCUS/specializations/Context-Specific-Optimizations/Dispatch-Resolution-Optimization.spl: * ACE/bin/FOCUS/specializations/Flushing_Strategy/Leader_Follower_Flushing_Strategy.spl: * ACE/bin/FOCUS/specializations/Protocol_Family/IIOP/iiop.spl: * ACE/bin/FOCUS/specializations/README: * ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_MT.spl: * ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_ST.spl: * ACE/bin/FOCUS/specializations/Reactor_Family/TP_Reactor.spl: * ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Leader_Follower.spl: * ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Read.spl: Deleted. * ACE/ace/Asynch_Pseudo_Task.h: * ACE/ace/Reactor.cpp: * ACE/ace/Reactor.h: * ACE/ace/Reactor.inl: * ACE/ace/Select_Reactor.h: * ACE/ace/Select_Reactor_Base.h: * ACE/ace/Select_Reactor_T.cpp: * ACE/ace/Select_Reactor_T.h: * ACE/ace/Timer_Queue_T.cpp: * TAO/tao/Connection_Handler.cpp: * TAO/tao/Connection_Handler.h: * TAO/tao/Connection_Handler.inl: * TAO/tao/Endpoint.cpp: * TAO/tao/Endpoint.h: * TAO/tao/GIOP_Message_Base.cpp: * TAO/tao/IIOP_Acceptor.cpp: * TAO/tao/IIOP_Acceptor.h: * TAO/tao/IIOP_Connection_Handler.cpp: * TAO/tao/IIOP_Connector.cpp: * TAO/tao/IIOP_Connector.h: * TAO/tao/IIOP_Endpoint.cpp: * TAO/tao/IIOP_Endpoint.h: * TAO/tao/IIOP_Profile.cpp: * TAO/tao/IIOP_Profile.h: * TAO/tao/IIOP_Transport.cpp: * TAO/tao/PortableServer/Servant_Base.cpp: * TAO/tao/Profile.cpp: * TAO/tao/Profile.h: * TAO/tao/Strategies/advanced_resource.cpp: * TAO/tao/Transport.cpp: * TAO/tao/Transport.h: * TAO/tao/Transport_Acceptor.cpp: * TAO/tao/Transport_Acceptor.h: * TAO/tao/Transport_Connector.cpp: * TAO/tao/Transport_Connector.h: * TAO/tao/Wait_On_Leader_Follower.cpp: * TAO/tao/Wait_On_Read.cpp: * TAO/tao/Wait_Strategy.cpp: * TAO/tao/default_client.cpp: * TAO/tao/default_resource.cpp: * TAO/tests/Bug_3531b_Regression/server.cpp:
* | Make x.5.12 public availableJohnny Willemsen2020-10-271-1/+1
| | | | | | | | | | | | | | | | | | * 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:
* | Merge pull request #1261 from jwillemsen/jwi-cleJohnny Willemsen2020-10-228-953/+0
|\ \ | | | | | | Removed changelog editor, we don't maintain manual changelogs anymore…
| * | Removed changelog editor, we don't maintain manual changelogs anymore and ↵Johnny Willemsen2020-10-148-953/+0
| |/ | | | | | | the tool hasn't bee updated for git at all
* | Updated commentJohnny Willemsen2020-10-141-1/+1
| |
* | Updated commentJohnny Willemsen2020-10-141-1/+1
| |
* | Removed check for non svn filesJohnny Willemsen2020-10-141-24/+5
| |
* | Removed special handling for subversion filesJohnny Willemsen2020-10-141-10/+8
| |
* | Removed check_for_changelog_errors, we don't maintain changelogs anymoreJohnny Willemsen2020-10-141-38/+0
| |
* | Fixed typos in commentsJohnny Willemsen2020-10-142-4/+4
|/
* Perl shebang portability changesJohnny Willemsen2020-10-0220-20/+20
| | | | | | | | | | | | | | | | | | | | | | | * ACE/bin/PerlACE/ConfigList.pm: * ACE/bin/PerlACE/MSProject.pm: * ACE/bin/PerlACE/Process.pm: * ACE/bin/PerlACE/ProcessAndroid.pm: * ACE/bin/PerlACE/ProcessLVRT.pm: * ACE/bin/PerlACE/ProcessVX.pm: * ACE/bin/PerlACE/ProcessVX_Unix.pm: * ACE/bin/PerlACE/ProcessVX_Win32.pm: * ACE/bin/PerlACE/ProcessWinCE.pm: * ACE/bin/PerlACE/ProcessWinCE_Unix.pm: * ACE/bin/PerlACE/Process_Unix.pm: * ACE/bin/PerlACE/Process_VMS.pm: * ACE/bin/PerlACE/Process_Win32.pm: * ACE/bin/PerlACE/Run_Test.pm: * ACE/bin/PerlACE/TestTarget.pm: * ACE/bin/PerlACE/TestTarget_Android.pm: * ACE/bin/PerlACE/TestTarget_LVRT.pm: * ACE/bin/PerlACE/TestTarget_VxWorks.pm: * ACE/bin/PerlACE/TestTarget_WinCE.pm: * ACE/bin/Uniqueid.pm:
* Use #!/usr/bin/env perl as perl shebang for portability, see ↵Johnny Willemsen2020-10-025-5/+5
| | | | | | | | | | | | https://stackoverflow.com/questions/10376206/what-is-the-preferred-bash-shebang and https://github.com/conda-forge/staged-recipes/pull/12698 * ACE/bin/depgen.pl: * ACE/bin/generate_export_file.pl: * ACE/bin/mpc.pl: * ACE/bin/mwc.pl: * ACE/bin/split-cpp.pl: * ACE/examples/IPC_SAP/SOCK_SAP/summarize.pl: * ACE/examples/IPC_SAP/SSL_SAP/summarize.pl:
* No need for adding XSC_ROOT/MPC to dynamic_typesJohnny Willemsen2020-08-311-1/+1
| | | | * ACE/bin/MakeProjectCreator/config/MPC.cfg:
* Prepare for next release and always create a changelogJohnny Willemsen2020-08-172-4/+3
| | | | | * ACE/bin/copy-local-script.sh: * ACE/bin/make_release.py:
* Make ACE 6.5.11 and TAO 2.5.11 public available and prepare for next releaseJohnny Willemsen2020-08-172-2/+2
| | | | | | | | | * 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_release.py: Fix PRF Version RegExFred Hornsey2020-08-141-7/+7
|
* make_release.py: Fix Use of "is" with LiteralsFred Hornsey2020-08-141-3/+3
|
* make_release.py: global and import statementsFred Hornsey2020-08-131-90/+40
| | | | | Removed unneeded global and import statements and try to simplify some more functions.
* make_release.py: Remove Python2 SupportFred Hornsey2020-08-121-116/+72
|
* make_release.py: SpellingFred Hornsey2020-08-121-5/+3
|
* make_release.py: Use Branches for LatestFred Hornsey2020-08-111-61/+46
| | | | | | | | | Part of Fix for https://github.com/DOCGroup/ACE_TAO/issues/940 Assume Latest_Major, Latest_Minor, and Latest_Micro/Latest_Beta and the MPC equivalents are branches instead of tags. The other part of the fix is actually changing the tags into branches.
* make_release.py: Update for Python 3, CleanupFred Hornsey2020-08-111-193/+228
| | | | | | | | | | | | | Updated to work with Python 3, and tried to do some future proofing, mostly by wrapping the argument parser, because optparse is deprecated. Also did some clean up. Simplfing some code, and using more normal Python patterns. Use of non read-only global variables should be eliminated, because it's unusual to use them in Python, at least nowadays. I started to do this, but back tracked, because it was taking longer to do so than I would've liked to spend on it.
* Don't generate Visual Studio 2015 solutions as part of the release process, ↵Johnny Willemsen2020-08-071-4/+0
| | | | | | now only 2017/2019 will be shipped by default * ACE/bin/make_release.py:
* Corrected release dateJohnny Willemsen2020-07-011-1/+1
| | | | * ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
* Changes for x.5.10Johnny Willemsen2020-07-011-1/+1
| | | | | * ACE/bin/copy-local-script.sh: * ACE/docs/bczar/bczar.html:
* Make x.5.10 public availableJohnny Willemsen2020-06-261-1/+1
| | | | | | | | | * 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:
* ACE/bin/ace-installOliver Kellogg2020-05-061-31/+33
| | | | | | | | | - On FIND runs for copying TAO libs and for copying ACE libs, replace exclusions by union of patterns "lib?*.so*", "lib?*.a", "lib?*.dll", "*.dylib". - On copying ACE executables change ACE_PROGS to apps/gperf/src/ace_gperf. - Address some findings of checkstyle.
* Make x.5.9 public and prepare for next releaseJohnny Willemsen2020-05-013-3/+3
| | | | | | | | | | | * 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:
* modify make_release.py to update debian/control onlySudip Mukherjee2020-04-231-32/+1
| | | | Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
* Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2020-02-271-1/+1
|\
| * Make ACE/TAO 6.5.8/2.5.8 public and prepare for next releaseJohnny Willemsen2020-02-101-1/+1
| | | | | | | | | | | | | | | | | | * 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 for next releaseJohnny Willemsen2020-02-101-1/+1
|/ | | | * ACE/bin/copy-local-script.sh:
* Merge branch 'igtd/android-on-windows' of github.com:iguessthislldo/ACE_TAO ↵Fred Hornsey2020-02-041-7/+2
|\ | | | | | | into igtd/android-on-windows
| * Rename VERSION files to VERSION.txtFred Hornsey2020-01-173-22/+17
| | | | | | | | | | | | | | C++20 brings a new standard header called "version". This wouldn't be an issue except for on Windows where filenames can be case insensitive. This issue was discovered why trying to cross-compile for Android on Windows.
* | Change More References to VERSION.txtFred Hornsey2020-02-043-13/+14
| |
* | Removing tag on origin could also failJohnny Willemsen2020-01-171-2/+2
| | | | | | | | * ACE/bin/make_release.py:
* | Removing tag can fail when the tag is not yet thereJohnny Willemsen2020-01-171-1/+14
| | | | | | | | * ACE/bin/make_release.py:
* | Add missing quotes and also push all latest tagsJohnny Willemsen2020-01-171-23/+30
| | | | | | | | * ACE/bin/make_release.py:
* | Add Latest_ACETAO tags to MPC to make it easier to clone the latest ↵Johnny Willemsen2020-01-171-19/+29
| | | | | | | | | | | | ACETAO+MPC using a CI build * ACE/bin/make_release.py:
* | auto_run_tests.pl: remove spaces in callsFred Hornsey2020-01-151-26/+26
| |
* | Rewrote auto_run_tests.pl Arg ParsingFred Hornsey2019-12-311-116/+145
|/ | | | | | | | | | | | | | | | | | | | | | | | | - Help message: - It said test list options, like `-l` or `-a`, "only" do the tests from that option. That isn't true, they include the tests in the run. - Removed reference to non-existent `-c` option which is supposed to be an alias to `-Config`. - Removed outdated synopsis and try to give a slightly more detailed explanation of the script. - Documented `-Exclude` - Moved configuration listing to its own option and made it do it for all test list files that would ran otherwise. - Argument Parsing: - Switched to using `GetOpt::Long` and added long options. - Fixed dry run `-z` option which wasn't being parsed. - Fixed that when using `-l` to specify multiple files it only uses the last one. Also made it so it takes non-option arguments as test lists. - Documented what arguments are being parsed by `PerlACE` modules. - Added 'use strict' and fixes for that. - Removed seemingly unused `use English;`.
* Make x.5.7 availableJohnny Willemsen2019-11-222-2/+2
| | | | | | | | | | * 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:
* Merge pull request #985 from iguessthislldo/igtd/gnuaceFred Hornsey2019-11-011-0/+3
|\ | | | | gnuace: declare various warnings to be phony
| * gnuace: declare various warnings to be phonyFred Hornsey2019-10-311-0/+3
| |
* | fuzz.pl: Disable check_include by defaultFred Hornsey2019-10-171-2/+1
|/
* Revert part of #943, whitespace is significant in the auto_run_tests output, ↵Adam Mitz2019-08-281-1/+1
| | | | this is parsed by other scripts.
* Fix auto_run_tests.pl for ace testsFred Hornsey2019-08-201-12/+14
|
* Use system() properly in auto_run_tests.plFred Hornsey2019-08-201-11/+29
|