Commit Graph

13 Commits

Author SHA1 Message Date
Corentin Le Molgat
8ae6f8b5d6 dotnet: migrate from .Net 6.0 to 8.0 as default 2025-04-11 16:36:57 +02:00
Corentin Le Molgat
6c902de9f7 tools: Bump MacOS version in README.md
12.2 -> 12.5
2022-08-08 17:03:27 +02:00
Corentin Le Molgat
c1998eab4d make: refactor archive generation (#3200)
* Add archive_{cpp,dotnet,java,python,data} targets
* Create a Makefile for each archive to ease build
* Add test_archive_* targets
* Rework tools/README.md
2022-04-07 15:56:16 +02:00
Mizux
b96d3dcd0f Update README.cc.java.dotnet 2022-03-30 21:43:00 +02:00
Corentin Le Molgat
6061a6f9aa tools: Clean various README 2022-03-10 14:03:55 +01:00
Corentin Le Molgat
bca78af2a5 Fix LICENSE links 2022-03-03 14:25:39 +01:00
Corentin Le Molgat
dd68cf8908 Fix README.cc.java.dotnet 2022-02-04 13:53:25 +01:00
Mizux Seiha
0bf387c3bc make: Fix .Net archive 2021-12-09 11:34:01 +01:00
Corentin Le Molgat
630211779e Update Markdown 2020-12-05 23:18:14 +01:00
Mizux Seiha
b97f577459 Fixup for google 2020-10-03 00:04:37 +02:00
Corentin Le Molgat
c18421ab44 Makefile: Add build/run target
- Add build/run target to archive Makefile
- Be able to run cc/python/java/dotnet examples in //
2018-10-31 08:33:43 +01:00
Corentin Le Molgat
5d220f0e98 Update Archive README.md 2018-09-19 09:05:43 +02:00
Corentin Le Molgat
ef5a2a2775 Archive: Rework cc/java/dotnet (Fix #723)
- Rename [Makefile|Readme].cc.java.dotnet
- Add missing dynamic lib on unix archive (Fix #723)
- Add rpah to lib64 for centos
- Use CXX, CXXFLAGS and LDFLAGS
  src: https://www.gnu.org/software/make/manual/make.html#Catalogue-of-Rules
- Add which.exe to archive on windows
- Add test_archive to .PHONY
- Add detect_archive
2018-07-10 15:45:04 +02:00