summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge out from masterRiverace-case2088Steve Huston2018-04-10140-665/+1477
|\
| * Merge pull request #613 from jwillemsen/masterJohnny Willemsen2018-04-101-3/+2
| |\ | | | | | | Combine two logging lines into one
| | * Combine two logging lines into oneJohnny Willemsen2018-04-101-3/+2
| | | | | | | | | | | | * TAO/tao/Object.cpp:
| * | Merge pull request #612 from jwillemsen/masterJohnny Willemsen2018-04-102-2/+3
| |\ \ | | |/ | | | Disable intel assembly when using the Embarcadero clang compilers
| | * Don't use inline assembly with clang compilersJohnny Willemsen2018-04-101-3/+1
| | | | | | | | | | | | * ACE/ace/config-win32-borland.h:
| | * Enable intel assembly when using the Embarcadero clang compilersJohnny Willemsen2018-04-102-2/+5
| |/ | | | | | | | | * ACE/ace/CDR_Base.cpp: * ACE/ace/config-win32-borland.h:
| * Merge pull request #611 from jwillemsen/jwi-connectorregistryJohnny Willemsen2018-04-091-6/+31
| |\ | | | | | | Add some more error logic for the cases the create_profile fails
| | * Add some more error logic for the cases the create_profile failsJohnny Willemsen2018-04-091-6/+31
| | | | | | | | | | | | * TAO/tao/Connector_Registry.cpp:
| * | Merge pull request #610 from jwillemsen/jwi-builtinbswapJohnny Willemsen2018-04-093-8/+20
| |\ \ | | | | | | | | Make use of builtin_bswap(16|32|64) with Embarcadero C++ Builder clang
| | * | Removed accidental changeJohnny Willemsen2018-04-091-2/+0
| | | | | | | | | | | | | | | | * ACE/ace/CDR_Base.inl:
| | * | Test double/float as last, they are more complex so could easier failJohnny Willemsen2018-04-091-8/+8
| | | | | | | | | | | | | | | | * ACE/tests/CDR_Array_Test.cpp:
| | * | Make use of builtin_bswap(16|32|64)Johnny Willemsen2018-04-092-0/+14
| | |/
| * | Merge pull request #606 from mitza-oci/perlace-stacktraceAdam Mitz2018-04-041-0/+14
| |\ \ | | | | | | | | Process_Unix.pm: optional stack traces and core file generation for stuck processes
| | * | Process_Unix.pm: optional stack traces and core file generation for stuck ↵Adam Mitz2018-04-031-0/+14
| | | | | | | | | | | | | | | | processes
| * | | Merge pull request #607 from jwillemsen/masterJohnny Willemsen2018-04-0416-90/+52
| |\ \ \ | | |/ / | |/| / | | |/ Small docu changes and only set no_deprecated=1 in our GNU make rules when it is not set yet
| | * Only set no_deprecated to 1 when it not has been setJohnny Willemsen2018-04-041-5/+5
| | | | | | | | | | | | * ACE/include/makeinclude/platform_g++_common.GNU:
| | * Minor documentation changes and remove old cvs date tagsJohnny Willemsen2018-04-0415-85/+47
| | |
| * | Merge pull request #605 from DOCGroup/mitza-oci-patch-1Adam Mitz2018-03-291-1/+1
| |\ \ | | | | | | | | Compiler_Features_32_Test for clang 6
| | * | Compiler_Features_32_Test for clang 6mitza-oci-patch-1Adam Mitz2018-03-291-1/+1
| |/ / | | | | | | No different than clang 5
| * | Merge pull request #603 from reicesar/masterJohnny Willemsen2018-03-291-4/+4
| |\ \ | | | | | | | | Fix Unicode issue on load registry data
| | * | Fix 64bit issue on load registry datareicesar2018-03-281-4/+4
| | | |
| * | | Merge pull request #604 from brewmanz/AddMissingDollarPrefixJohnny Willemsen2018-03-291-1/+1
| |\ \ \ | | |/ / | |/| | Add missing $ prefix to ACE_ROOT
| | * | Add missing $ prefix to ACE_ROOTbrewmanz(75)2018-03-291-1/+1
| |/ /
| * | Merge pull request #601 from dpward/masterJohnny Willemsen2018-03-2738-210/+167
| |\ \ | | | | | | | | RPM and Debian packaging fixes
| | * | Update my e-mail addressDavid Ward2018-03-261-1/+1
| | | |
| | * | Update instructions for adding a release to openSUSE Build ServiceDavid Ward2018-03-261-9/+6
| | | |
| | * | Fix handling of Debian packaging files in ACE/bin/make_release.pyDavid Ward2018-03-261-64/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused code to handle TAO, which is not packaged for Debian. Remove code to handle ACE/debian/ace.dsc which was deleted. (A .dsc file is produced automatically by building a Debian source package.) Examine ACE/debian/control instead of ACE/debian/debian.control. Update the version inside ACE/debian/*-<version>.lintain-overrides files, in addition to renaming these files. Adjust a regular expression to avoid matching on whitespace or other characters past the end of the file or package name. This had caused version updates to occur in the wrong places in ACE/debian/control.
| | * | Exclude TAO in ACE/debian/ACE-DPKG.mwcDavid Ward2018-03-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This provides consistency with ACE/ACE.mwc, which excludes TAO (as seen in both the ACE-only and ACE+TAO source distributions). Adding this exclusion allows Debian package builds to succeed from either source distribution, rather than failing if it contains TAO. In turn, this allows the openSUSE Build Service to produce both RPM and Debian packages from a single ACE+TAO source distribution.
| | * | Include appropriate file from ChangeLogs directory in Debian packagesDavid Ward2018-03-261-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the ACE version number to determine the file in the ChangeLogs directory to install in Debian packages. (The variable definitions are copied from ACE/include/makeinclude/wrapper_macros.GNU for the non-Windows case.)
| | * | Synchronize ACE/debian with contents of Debian source repositoryDavid Ward2018-03-2633-75/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorporate changes from the Debian source repository [1], but keep the package version current (and where the package version is wrong, correct it). Also fix corrupted version checks for external package dependencies. This does not introduce additional scripts from the repository that are unused when building packages. [1]: git://anonscm.debian.org/pkg-ace/pkg-ace.git
| | * | Remove unused file ACE/rpmbuild/ace-tao-macros.patchDavid Ward2018-03-261-59/+0
| | | |
| | * | Improve test for RHEL or CentOS in RPM packagingDavid Ward2018-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The %{rhel_version} and %{centos_version} RPM macros are specific to the openSUSE Build Service. Use the %{rhel} macro to test for these distributions instead, which supports local builds.
| | * | Explicitly require Data::Dumper Perl module to build RPM packagesDavid Ward2018-03-261-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Fedora, this Perl module is located in a separate package that may not be installed automatically in a minimal build environment (for example, when building packages with Mock [1]). This module is used by MPC during the build. This change adds the virtual package name "perl(Data::Dumper)" to the BuildRequires: tag, which ensures that the package containing this module is installed for any RPM-based distribution. This was tested with the openSUSE Build Service. [1]: https://github.com/rpm-software-management/mock/wiki
| * | Merge pull request #602 from jwillemsen/jwi-xmlutilsJohnny Willemsen2018-03-261-138/+0
| |\ \ | | |/ | |/| Remove workarounds for vc6 and old gcc versions
| | * Remove workarounds for vc6 and old gcc versionsJohnny Willemsen2018-03-251-138/+0
| | | | | | | | | | | | * ACE/ace/XML_Utils/XSCRT/Elements.hpp:
| * | Merge pull request #600 from jwillemsen/jwi-xmlutilsJohnny Willemsen2018-03-253-29/+17
| |\ \ | | |/ | | | Minor improvements to the XML utils classes
| | * Minor improvements to the XML utils classesJohnny Willemsen2018-03-253-29/+17
| | | | | | | | | | | | | | | | | | * ACE/ace/UUID.h: * ACE/ace/XML_Utils/XMLSchema/id_map.hpp: * ACE/ace/XML_Utils/XSCRT/Elements.hpp:
| * | Merge pull request #599 from jwillemsen/masterJohnny Willemsen2018-03-212-6/+6
| |\ \ | | |/ | | | Documentation improvements and updated links
| | * Documentation improvementsJohnny Willemsen2018-03-212-6/+6
| |/ | | | | | | | | * ACE/docs/index.html: * ACE/docs/msvc_notes.txt:
| * Merge pull request #598 from jwillemsen/jwi-comp38Johnny Willemsen2018-03-212-7/+15
| |\ | | | | | | Add get_idref that works wit a string&
| | * Add get_idref that works wit a string&Johnny Willemsen2018-03-212-7/+15
| | | | | | | | | | | | | | | * ACE/ace/XML_Utils/XMLSchema/Types.hpp: * ACE/ace/XML_Utils/XSCRT/Elements.hpp:
| * | Merge pull request #597 from jwillemsen/jwi-comp38Johnny Willemsen2018-03-188-38/+0
| |\ \ | | |/ | | | Remove empty ipp files
| | * Remove empty ipp filesJohnny Willemsen2018-03-188-38/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/XML_Utils/XMLSchema/Traversal.ipp: * ACE/ace/XML_Utils/XMLSchema/TypeInfo.ipp: * ACE/ace/XML_Utils/XMLSchema/Types.ipp: * ACE/ace/XML_Utils/XMLSchema/Writer.ipp: Deleted. * ACE/ace/XML_Utils/XMLSchema/Traversal.hpp: * ACE/ace/XML_Utils/XMLSchema/TypeInfo.hpp: * ACE/ace/XML_Utils/XMLSchema/Types.hpp: * ACE/ace/XML_Utils/XMLSchema/Writer.hpp:
| * | Merge pull request #596 from jwillemsen/jwi-comp38Johnny Willemsen2018-03-161-20/+1
| |\ \ | | |/ | | | Instead of using [0] a [0L] has to be used, that is the correct fix
| | * Instead of using [0] a [0L] has to be used, that is the correct fixJohnny Willemsen2018-03-161-20/+1
| | | | | | | | | | | | * ACE/tests/Compiler_Features_38_Test.cpp:
| * | Merge pull request #595 from jwillemsen/masterJohnny Willemsen2018-03-164-33/+37
| |\ \ | | |/ | | | ACE/TAO x.4.7 release
| | * ACE/TAO x.4.7 releaseJohnny Willemsen2018-03-164-33/+37
| |/ | | | | | | | | | | | | * ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/etc/index.html:
| * ACE+TAO-6_4_7ACE+TAO-6_4_7Johnny Willemsen2018-03-1648-49/+759
| |
| * Merge pull request #594 from mitza-oci/masterAdam Mitz2018-03-141-5/+5
| |\ | | | | | | TAO test list: mark tests that won't run with CORBA/e compact
| | * TAO test list: mark tests that won't run with CORBA/e compactAdam Mitz2018-03-131-5/+5
| | |