Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7747805
ace-tao 6.5.6
bold84 Oct 6, 2019
7f80da2
Enabled building for ARM, ARM64, UWP, Darwin
bold84 Oct 7, 2019
0f884f0
fix CMake script
bold84 Oct 7, 2019
0322188
Merge branch 'master' into vcpkg-ace-port
bold84 Oct 7, 2019
7676509
Now not copying the CMake Find files anymore.
bold84 Oct 8, 2019
b55cc45
Removed deprecated vcpkg_common_functions inclusion
bold84 Apr 1, 2020
7de2270
changed the feature names (removed tao-)
bold84 Apr 1, 2020
7243c70
Updated version in CONTROL file, removed Maintainer string and replac…
bold84 Apr 1, 2020
49e9874
Merge remote-tracking branch 'upstream/master' into vcpkg-ace-port
bold84 Apr 1, 2020
15419a7
temporarily added .gitlab-ci.yml
bold84 Apr 2, 2020
21dbefe
Update .gitlab-ci.yml
bold84 Apr 2, 2020
870dcc3
openssl11=1
bold84 Apr 2, 2020
8306555
Merge branch 'vcpkg-ace-port' of http://gitlab.intra.ordis.co.th/ordi…
bold84 Apr 2, 2020
086c820
Removed entries from ci.ci.baseline.txt
bold84 Apr 2, 2020
1e273f1
removed .gitlab-ci.yml
bold84 Apr 2, 2020
48801fe
Removed unnecessary patch files and other files
bold84 Apr 2, 2020
3f8db11
renamed feature xml to xerces-c
bold84 Apr 2, 2020
6554600
reverted last change and replaced MPC feature xml with xerces3
bold84 Apr 2, 2020
65e1bbe
Added VCPKG_TARGET_IS_*
bold84 Apr 3, 2020
8259e3c
replaced vcpkg_execute_required_process with vcpkg_build_make
bold84 Apr 3, 2020
95815d8
replaced xml with xerces-c
bold84 Apr 8, 2020
bb17c5d
disabled UWP builds
bold84 Apr 8, 2020
4337dec
Removed Qt5 support
bold84 Apr 8, 2020
6a99966
Don't support UWP
bold84 Apr 8, 2020
e74ce5a
Don't support linux and expect such build to fail
bold84 Apr 8, 2020
5bbcdbe
x86 -> Win32
bold84 Apr 9, 2020
ada4b76
"re-enable" linux build
bold84 Apr 9, 2020
78e8c7b
working dir for linux build
bold84 Apr 9, 2020
29d0cbb
removed nonsense argument.
bold84 Apr 9, 2020
67212c2
added vcpkg_configure_make
bold84 Apr 9, 2020
7d38421
handle executable file extensions correctly
bold84 Apr 9, 2020
e3a74b9
Removed arm_prevent_amd64_definition.patch
bold84 Apr 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 21 additions & 6 deletions ports/ace/CONTROL
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
Source: ace
Version: 6.5.8
Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html
Description: The ADAPTIVE Communication Environment
Supports: !uwp
Homepage: https://www.dre.vanderbilt.edu/~schmidt/TAO.html
Supports: !(uwp|linux)

Feature: wchar
Description: Enable extra wide char functions in ACE
Description: Enable extra wide char functions

Feature: ssl
Description: Enable SSL/TLS features in ACE
Build-Depends: openssl
Description: Enable SSL/TLS features

Feature: xerces-c
Build-Depends: xerces-c
Description: Enable XML features

Feature: zlib
Build-Depends: zlib
Description: Enable zlib support

Feature: bzip2
Build-Depends: bzip2
Description: Enable bzip2 support

Feature: tao
Description: The ACE ORB



Feature: xml
Description: Enable XML features in ACE
11 changes: 11 additions & 0 deletions ports/ace/bzip2.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/MPC/config/bzip2.mpb 2019-10-06 11:14:51.164094600 +0700
+++ b/MPC/config/bzip2.mpb 2019-10-06 11:15:08.269289500 +0700
@@ -5,8 +5,6 @@
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes... I've moved our office. I expect to be done tonight and can take care about this and the other PRs on the weekend.

macros += USE_BZIP2

specific(prop:windows) {
- lit_libs += bzip2
- } else {
lit_libs += bz2
}
}
Loading