Nikolaj Bjorner
e1b52c323c
add quotes to install path for .net
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-04-27 10:19:06 -07:00
Nikolaj Bjorner
36a2052cca
update to TWEAK
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-03-16 15:46:48 -07:00
Nikolaj Bjorner
785fe2f6f7
add main remaining updates from #1815
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-01-20 12:43:05 -08:00
Nikolaj Bjorner
038971c029
Revert "api: dotnet: switch to multi-targeting project and modern cmake-dotnet integration."
2019-01-16 10:21:56 -08:00
Yatao Li
43ee345f01
dotnet deps hack for test
2019-01-15 03:06:36 +09:00
Yatao Li
8ebde41f35
dotnet: example: copy to binary dir before build
2019-01-13 22:45:05 +08:00
Yatao Li
5e79dba3d6
dotnet: move example project build to cmake
2019-01-13 00:03:37 +08:00
Yatao Li
55f92f3658
dotnet: remove stale packages before pack; relay cmake config generator expression into msbuild property..
2019-01-12 21:33:09 +08:00
Yatao Li
4b3189f3e2
dotnet: identifies arch-specific native libraries
2019-01-12 20:04:44 +08:00
Yatao Li
e5f65263bb
dotnet: reigster local repo for nupkg
2019-01-12 19:22:38 +08:00
Yatao Li
53eaab4709
dotnet: update build scripts
2019-01-12 17:38:24 +08:00
Yatao Li
b72cb96ee3
update dotnet cmake module
2018-12-29 16:43:08 +08:00
Yatao Li
e787c01d41
...
2018-09-10 16:40:22 +08:00
Yatao Li
534de98ff3
fine-tune native assembly packing
2018-09-10 15:05:22 +08:00
Yatao Li
969a922145
api: dotnet: install nuget package and register local repo; xplat native assembly detection
2018-09-10 13:19:48 +08:00
Yatao Li
232a88101b
api: dotnet: ADD_DOTNET should be uppercased.
2018-09-10 08:57:28 +08:00
Yatao Li
c77af6b75f
api: dotnet: switch to multi-targeting project and modern cmake-dotnet
...
integration.
2018-09-10 02:49:22 +08:00
Nikolaj Bjorner
520ce9a5ee
integrate lambda expressions
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-06-26 07:23:04 -07:00
Nikolaj Bjorner
4f5775c531
remove interpolation and duality dependencies
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-05-24 08:33:48 -07:00
Christoph M. Wintersteiger
db398eca7a
Tabs, formatting.
2017-09-17 17:50:05 +01:00
Dan Liew
4b517b96df
[CMake] Move CMake files into their intended location so the
...
`contrib/cmake/bootstrap.py` script no longer needs to be executed.
The previous location of the CMake files was a compromise proposed
by @agurfinkel in #461 . While this has served us well (allowing progress
to be made) over time limitations of this approach have appeared.
The main problem is that doing many git operations (e.g. pull, rebase)
means the CMake files don't get updated unless the user remembers to
run the script. This can lead to broken and confusing build system
behaviour.
This commit only does the file moving and necessary changes to
`.gitignore`. Other changes will be done in subsequent commits.
2017-06-12 11:59:00 +01:00