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
Christoph Ruegg
acce19675e
Rework F# Samples
13 years ago
Christoph Ruegg
5f45c842c5
Convert F# examples to F# scripts (interactive); update nuget
13 years ago
Christoph Ruegg
9bbddfa530
Rename markdown files to md-extension
No longer include authors in nuget packages
13 years ago
tibel
e7f29f411b
Remove zlib.net nuget
14 years ago
Christoph Ruegg
f6556d5efe
NuGet: tweak package titles and descriptions
14 years ago
Christoph Ruegg
8263ad73ec
Portable: add support for WP8
14 years ago
Christoph Ruegg
041bbd9b82
Proper NuGet 2.1 portable lib support for both Numerics and .FSharp packages (instead of .Portable extra packages)
14 years ago
Christoph Ruegg
d04790bc2d
Build: fix signed nuget msbuild project
14 years ago
Christoph Ruegg
2fa4232f64
Build: new 'Release-Signed' profile for signing assemblies (strong name)
14 years ago
Christoph Ruegg
386fb36bfc
Solution: Replace Silverlight with Portable library
Instead of a specific Silverlight version, we now provide a separate
Portable Library assebly that supports .Net 4.0.1 and higher,
Silverlight 5 ad well as .Net for Metro style apps (WinRT).
New NuGet Package MathNet.Numerics.Portable with the portable library.
Since MathNet.Numerics.Portable now supports silverlight, the normal
package MathNet.Numerics no longer supports it (.Net 4 only).
Reworked the common parallel execution infrastructure for more reasonable
abstractions and better compatibility with portable libraries. Portable
libraries do support parts of the TPL, but neither the Parallel class nor
straight threading.
14 years ago
Christoph Ruegg
43c4608cce
Solution: extract IO into separate IO project
Linear Algebra comes with a set of IO classes for reading and writing text
files as well as files compatible with Matlab. These classes have now been
extracted into a separate MathNet.Numerics.IO project and assembly. The
core project no longer has zlib.net as dependency (only Numerics.IO has).
14 years ago
Christoph Ruegg
58e12a740f
Build: drop build number (4th part) of package versions for better semver compliance
15 years ago
Christoph Ruegg
e9e8757006
Build: Updated TeamCity bootstrap to patch F# AssemblyInfo (C# is taken care of by TeamCity)
15 years ago
Christoph Ruegg
29673875f3
Samples: Fix namespace collisions in sample NuGet package
15 years ago
Christoph Ruegg
325eff6437
NuGet: fix sample package content folder and desc
15 years ago
Christoph Ruegg
b1c87752d5
NuGet: MathNet.Numerics.FSharp Code Sample package
15 years ago
Christoph Ruegg
dd38f0f725
NuGet: MathNet.Numerics Code Sample package
15 years ago
Christoph Ruegg
f348974728
NuGet: include readme and copyright info in App_Readme content folder (NuGet Conventions), explicitly add reference to framework assembly System.Numerics
15 years ago