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

18 Коммитов

Автор SHA1 Сообщение Дата
Max Golovanov a17fbbd059 GitHub Action requires recursive submodule fetch (#79) 2019-09-07 08:51:27 -07:00
Max Golovanov 27284c9179 Build script change and example how to exclude sqlite from Win10 DLL build for Outlook / Windows Mail in UTC mode 2019-04-04 15:30:42 -07:00
Max Golovanov 3ef0bd8ca1 GitHub clean-up drafts 2019-03-28 16:40:31 -07:00
Max Golovanov bfc3bc45ec Merged PR 883086: Lightweight SDK for embedding in installer packages
Reducing / disabling non-essential features and setting various build flags to optimize for small size.
x5 times size reduction.

Functional changes to common core SDK:
* Had to rename IStorage to IDataStorage, as IStorage is a macro defined in Windows SDK.
* Had to refactor user analytics feature storage (SDK UUID / install id) to utilize plain text file rather than FIFO ..
FIFO storage is a legacy structure, bloatware, had to be deprecated and removed going forward anyways.
It wasn't even present in v1 Aria SDK, but somehow slipped thru into v3..

Features excluded from lightweight SDK:
* JSON
* ZLIB
* ECS client
* SQLite DB (only ram queue, no offline storage)
* Transmit Profiles

Related work items: #1550785
2019-03-08 05:24:15 +00:00
Max Golovanov 1e0d90be4b Enable ARM64 build in build-all.bat 2018-09-20 14:25:37 -07:00
Max Golovanov ed2ce42fc9 Enable static /MT builds in build-all.bat and VS Batch build 2018-09-05 14:03:42 -07:00
Max Golovanov 560de53ed1 Trying to fix ARM build issue that happens only on ARIA-BUILD-02, but not other machines :-/ 2018-09-05 12:32:22 -07:00
Max Golovanov 8cc73f9ed6 Fix for invalid machine type in build scripts 2018-09-04 16:53:02 -07:00
Max Golovanov 94ace0d0f6 Workaround for platform ARM build 2018-09-04 16:33:25 -07:00
Max Golovanov 6485b5a112 Add .\Tests prefix to command line builds 2018-09-04 10:38:35 -07:00
Max Golovanov e06cca7b44 Fix building unit and functional tests from command line 2018-09-04 10:24:51 -07:00
Max Golovanov d3b291e909 vs2017 build script 2018-08-31 18:17:43 -07:00
Max Golovanov d46f98350c Drafts for v3 2018-03-30 17:05:05 -07:00
sanjayga b94b38e6eb C# on C++ one SDK 2017-12-13 15:33:45 -08:00
Dave Tryon e74d494d1c Prep build scripts for OACR integration. Also fix an x64 bug that I introduced yesterday (not sure why the build loop didn't catch it) 2017-05-31 13:13:46 -07:00
Dave Tryon 3678110096 Minor cleanup of projects and build scripts:
1) Remove legacy configs from VS2013 ==> VS2015 conversion
2) Make messages in build scripts match actual output
2017-05-30 16:56:22 -07:00
Dave Tryon 5c6de9ee33 VsDevCmd.bat appends to environment variables each time it is called, meaning that you eventually reach a point where you can no longer build. Adding SETLOCAL at the top of the batch file causes the changes from VsDevCmd.bat to be scoped to the lifetime of the batch file 2017-05-11 13:48:49 -07:00
Marius Robert Ionescu ba8fc30023 Pushing NewCPP to a new Master Branch, check out old repo for history 2017-05-10 10:29:11 -07:00