Граф коммитов

30 Коммитов

Автор SHA1 Сообщение Дата
Phil Smith ba72a5ffea Move ParsingException into Xerces-C PAL.
Create XML_PARSER CMAKE switch for selecting parser PAL implementation.
Create USING_XERCES #define for use in ResultOf ABI boundary.
Make inclusion of Xerces-C project dependent on XML_PARSER setting.
2018-03-05 13:41:56 -08:00
Ruben Guerrero Samaniego 7e05b7959b Merged PR 1424038: Rename CrossPlat files from appx to MSIX
This change contains the renaming from xPlatAppx to MSIX Packaging SDK

Binaries
- xPlatAppx.dll -> msix.dll
- MakexPlatAppx.exe -> makemsix.exe

Export rename
- UnpackAppx ->UnpackPackage

Related work items: #15704951
2018-02-13 21:25:38 +00:00
Phil Smith 8c648bdbaf Merged PR 1386317: Enable iOS BVT
Vide proof of life available at: https://microsoft-my.sharepoint.com/✌️/p/psmith_ntdev/EZBv5Wwz6g5ModJ0i4JU_hoBZjFD0XCL8_4lOEz-V-3USw?e=QOpsnU

Related work items: #15424308
2018-02-01 01:48:01 +00:00
Phil Smith 7dcd4345ea Merged PR 1321539: Copy license and certificates into build folder for publishing into nuget
Copy license and certificates into build folder for publishing into nuget package for consumption by clients.

Related work items: #13953197, #15427176
2018-01-17 21:59:19 +00:00
Phil Smith ef4a7ac5c1 Merged PR 1310448: Initial changes to enable iOS symulator cross compilation
Change enables cross compilation for simulator

Related work items: #15424167
2018-01-13 02:53:15 +00:00
Phil Smith b7ff4d10b3 Push release builds to as small as possible. Will add chk builds in a subsequent patch. 2017-12-12 14:55:32 -08:00
Ruben Guerrero Samaniego 91c4aa6ede Merged PR 1208715: Enable Android build
Scripts for building Android on Linux for our build system and for windows for local development.
Archs:
- x86
- arm
- armv7a
- arm64
2017-12-12 20:50:36 +00:00
Phil Smith 1b00949302 Merged PR 1168121: Set the NDEBUG flag (to turn-off asserts) on every build flavor except for Debug
Asserts should NOT be turned-on for any release build type.

Related work items: #14265946
2017-12-01 00:59:55 +00:00
Phil Smith 4030af0a4f Merged PR 1116842: Merge bug_14681942 to feature
Basically, we needed to implement Zip64 support as HelloWorld.appx (SDX) was, under the covers built with a Zip64-based OPC container.  None of our prior collateral was built as such. Also, we didn't have the ability for a client to override unpacking an unsigned appx package (which was blocking end-to-end validation of HelloWorld.appx as it was not signed).

Related work items: #14681942
2017-11-17 19:14:02 +00:00
Ruben Guerrero Samaniego 3e09f7041d Merged PR 1116488: Create a real native nuget package
Verified that it builds and releases successfully and downloaded the package and installed it on a dummy project in VS.
Added Microsoft.xPlat.AppxPackaging.targets which allows everyone that installs the package to already have our headers in their include path.
Move stuff around in our CMakeLists.txt so we can complete the NUSPEC on clean runs without depending on an specific target.

Structure of the nuget package
- build
-- native
---MACOS
---WIN32
---Microsoft.xPlat.AppxPackaging.targets
2017-11-17 01:15:02 +00:00
Ruben Guerrero Samaniego 9a780f3706 Merged PR 1096935: Build on Linux
A bug on the CMakeLists.txt file that zlib provides makes zlib fail to compile when is used via add_subdirectory() by another project. For some reason, this issue only happens for Linux.

There's an already existing open PR since Feb 2017 with the fix (https://github.com/madler/zlib/pull/219). This PR changes the zlib submodule to point to that commit.
2017-11-14 01:44:06 +00:00
Phillip Smith c04961b588 Reverts the revert that went into the wrong branch. This should head-off any merge conflicts that arise when this branche's payload hits the payload that was in origin/helpphil. 2017-11-03 00:20:08 -07:00
Phillip Smith 8922a45334 Revert Packing up for the day. This was inadvertently pushed to the wrong branch. 2017-11-02 20:09:32 -07:00
Phil Smith dda88911c9 Packing up for the day. 2017-11-02 18:13:34 -07:00
Phil Smith 621d2da23c Feedback taken into account. 2017-11-02 11:55:48 -07:00
Phillip Smith 1fb1d3c68b Fixed the zlib decompression error, now need to fix IStream::CopyTo's implementation to figure out when to quit copying. 2017-11-02 01:23:17 -07:00
Phil Smith b21266a687 Fix debug symbols not being produce. Ensure that we're always building release builds. Insert temporary dynamic dependency on OpenSSL to unblock ThomasOl until we get CMake building the OpenSSL submodule. Add additional output via CMake to make diagnosing issues in the build a bit clearer. 2017-10-30 13:04:28 -07:00
Phil Smith 62ab396c02 Lesson learned: DO NOT use STREQUAL in CMakeLists 2017-10-27 15:20:16 -07:00
Phil Smith 10959a28e8 Fix release break due to CMakeList.txt dependency on description containing 3+ parts (which doesn't happen on first build with specified tag)
Also added release_master script to automate creating release forks from master as part of release process.
2017-10-27 15:05:33 -07:00
Phil Smith 5c05e3310c Merged PR 1028022: Merge xerces to feature
The latest round of ES changes that I had to make to get NuGet package publishing working.  You can see what the release logs look like here: https://microsoft.visualstudio.com/xPlatAppx/_apps/hub/ms.vss-releaseManagement-web.hub-explorer?definitionId=2&releaseId=17&_a=release-logs and you can find the published package here: https://microsoft.visualstudio.com/xPlatAppx/_packaging?feed=xPlatAppx&_a=feed .
2017-10-27 18:48:31 +00:00
Phil Smith 7637db9f57 Feedback taken into account and hooked-up git tags to version. 2017-10-25 18:08:30 -07:00
Phillip Smith 3e8bc53836 fix bad merge 2017-10-25 00:56:41 -07:00
Phillip Smith ade7403e45 Merge with origin/feature 2017-10-25 00:53:20 -07:00
Phillip Smith 49d4618287 Enable debugging on Mac via VSCode 2017-10-25 00:46:21 -07:00
Phil Smith abbabc9b3d Merged PR 1015588: Merge cmake to feature
This change replaces the series of VS build solutions and one-off Xcode workspace/projects that had to constantly be kept in sync with each other with a single CMake-based build system.  This new system has a single build authoring mechanism (CMakeLists.txt) that describes each logical sub-project of the entire project.  Builds in VS2017, Xcode, VS NMake, and unix make have been confirmed as working.  Automated continuous integration of this new build system is now turned-on, meaning that once this change goes live, you'll need to update your client view of the project.  At a minimum, you'll need to run: git submodule update && git submodule init once this change is pulled into your branch.  For those not entirely familiar with CMake, you can use https://cmake.org/Wiki/CMake as a good starting point for how to get up and running.

Related work items: #13953155, #13953165
2017-10-25 00:40:45 +00:00
Phil Smith bec7a19212 Now can switch between projects and get builds from root 2017-10-20 17:35:25 -07:00
Phil Smith 02e8f4d3d4 Move zlib to tag 'v1.2.9' and fix building xPlatAppx and MakeXplat via CMake on Win32 2017-10-20 16:18:01 -07:00
Phil Smith 9c474077f9 Made more progress on building everything except zlib on win32 now. 2017-10-20 00:51:19 -07:00
Phil Smith 46c15b8641 Make some more headway into authoring cmake files. 2017-10-19 18:17:46 -07:00
Phil Smith ff199e4fab remove all the VS projects, rename FTS FileSystem PAL -> POSIX, and stub-out CMakeLists.txt for everything. 2017-10-19 17:08:56 -07:00