Christoph Ruegg
27e186f486
Build: cleanup, fix F# NoWarn entries, pack using msbuild
9 years ago
Christoph Ruegg
484b5e40a0
Build: restore using msbuild, fix test where expected accuracy was higher than requested from algorithm
9 years ago
Christoph Ruegg
7b3cc112db
Build: sign all files in one step, also sign F# assemblies
9 years ago
Christoph Ruegg
2d92e30390
Build: fix regexes to propagate release notes into project file
9 years ago
Christoph Ruegg
5a340855a6
Sign with SHA256 instead of SHA1
9 years ago
Christoph Ruegg
072a3d34a6
Build: code signing support (X.509)
9 years ago
Christoph Ruegg
c3e340272d
Release v4.0.0-alpha01
9 years ago
Christoph Ruegg
381da7cc59
BuildFramework: add netstandard TFMs
9 years ago
Christoph Ruegg
af9fc38f28
Build: follow up breaking NuGet changes
10 years ago
Christoph Ruegg
5fbea3863a
Build: simplify, stop building symbol package
10 years ago
Christoph Ruegg
88a7c2c4f7
Build: automate publish to archive
10 years ago
Christoph Ruegg
5d39ddf5a6
Build: simplify header tracing
10 years ago
Christoph Ruegg
9a0f9680a6
Build: refactoring
10 years ago
Christoph Ruegg
826f2e3fa1
Build: separate logic from configuration
10 years ago
Christoph Ruegg
ec0d2008a2
Docs: update links to use SSL where possible
10 years ago
matthew-peacock
d3efddae52
Fix indirect dependencies on native dlls
Suppose Lib1 is a C# proejct uses the NuGet package containing the native dll, and Lib2 depends on Lib1, and finally Lib3 depends on Lib2. With the current setup, the native dlls will be copied into the output directory of both Lib1 and Lib2, but not Lib3. Using 'None' instead of 'Content' fixes this.
I don't have a reference for this behaviour, but I have replicated it with three dummy projects to be sure. I originally got the hint from Benoit Blanchon's comment at http://stackoverflow.com/questions/19478775/
10 years ago
Christoph Ruegg
b26b03c006
Release MKL Native Provider v2.0.0 (rev 9, linear algebra v2.0)
11 years ago
Christoph Ruegg
872780b649
Tooling: run mozroot before bootstrapper in bash scripts, avoid license path redirect in Nuspec
11 years ago
Christoph Ruegg
5cbc44effb
Native: simplify target files further
11 years ago
Kuan Bartel
e98be5ede2
Simplified targets files to instead use 'Content' elements rather than 'Copy' and 'Delete' tasks. This is important as the copy and delete tasks won't work for other projects referencing a project which uses one of the MathNet nuget packages. Installer projects such as WiX or VS Setup projects similarly won't find the required library files unless they are 'Content'.
11 years ago
Christoph Ruegg
cb64d2633e
Native: OpenBLAS integrated into FAKE build system
11 years ago
Christoph Ruegg
d96e72df1a
Native: prepare build integration for CUDA native provider
11 years ago
Christoph Ruegg
52f7ee09ee
Build: fix paths to improve support for Paket
12 years ago
Christoph Ruegg
ebf665d5a3
Paket: clean indirect dependencies
12 years ago
Christoph Ruegg
43c2e581c5
Paket: convert-from-nuget
12 years ago
Christoph Ruegg
5b1385c363
Docs: cleanup old docs build script and template (no longer used)
12 years ago
Christoph Ruegg
416c7a79b5
Cleanup/drop old tools
12 years ago
Christoph Ruegg
37c90335b6
Build: build script deduplication
12 years ago
Christoph Ruegg
4da50a6955
Build: extend script to build data packages as well
12 years ago
Christoph Ruegg
302184f2ea
Build: NuGet packages for native provider builds
12 years ago
Christoph Ruegg
41a6639694
Build: drop legacy NuGet packaging build scripts
12 years ago
Christoph Ruegg
9a9a00b515
Build: drop legacy MsBuild-integrated NuGet package-restore
12 years ago
Christoph Ruegg
91fd847698
Build: updated license url in NuGet packages
12 years ago
Christoph Ruegg
2c3328900f
Build: build NuGet packages with FAKE
12 years ago
Christoph Ruegg
4d0381c286
Build: drop PCL profile 136 (replaced by profile 344)
12 years ago
Christoph Ruegg
b65fdceaa8
Build: update NuGet package script to add 344, drop sample packages
12 years ago
Christoph Ruegg
337ebd706e
Typo in release notes and nuspec
12 years ago
Christoph Ruegg
c8c02ddfdc
Build FAKE: use build parameter to specify build mode
13 years ago
Christoph Ruegg
ccf4340ce0
Build: update supported platforms in NuGet nuspec descriptions
13 years ago
Christoph Ruegg
dc5597c6d9
Build: include .Net 3.5 build in NuGet package
13 years ago
Christoph Ruegg
89c76125c6
Build: VS12 (2013) support, build config simplification
13 years ago
Christoph Ruegg
728dc322ec
Docs: Turn F# Sample project into documentation (using FSharp.Literate/Formatting)
13 years ago
Christoph Ruegg
2b1b319caa
Build: nuspec description and tag tweaks
13 years ago
Christoph Ruegg
c00ac97367
Build: use semver assembly version for F# version patching
13 years ago
Christoph Ruegg
383b222807
Build: automatically grab NuGet version (different from assembly or build) from TeamCity
13 years ago
Christoph Ruegg
8757556c41
Build: signed FSharp NuGet package
13 years ago
Christoph Ruegg
c50297f890
Build: add portable profile 47 (in addition to 136) with System.Numerics
13 years ago
Christoph Ruegg
e4a99a9beb
Build: drop IO libs from NuGet build script
13 years ago
Christoph Ruegg
f364fd5eb2
Update release notes, readme, contributors
13 years ago
Christoph Ruegg
5103d4c2bd
NuGet: include release-notes (as readme) and license in package root, no longer put files to App_ReadMe
13 years ago