Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: Rework archives #3200

Closed
10 tasks done
Mizux opened this issue Mar 21, 2022 · 0 comments
Closed
10 tasks done

release: Rework archives #3200

Mizux opened this issue Mar 21, 2022 · 0 comments
Assignees
Labels
Bug Feature Request Missing Feature/Wrapper Lang: C++ Native implementation issue Lang: Java Java wrapper issue Lang: .NET .Net wrapper issue Lang: Python Python wrapper issue
Projects
Milestone

Comments

@Mizux
Copy link
Collaborator

Mizux commented Mar 21, 2022

Currently archive contains all data tests ~1.2Go.
Also they provide a makefile based build but does not contains the CMake config files.

Current

flowchart LR
 Release --> DATA["Data examples"];
 Release --> PY["Python example"];
 Release --> AR["C++ prebuilt +\n.Net packages +\nJava package +\nExamples source +\nMakefile"];

Expected

flowchart LR
 Release --> DATA["Data_example (1.3Go)"];
 Release --> CPP["C++ lib (prebuild+headers+CMake config) +\nC++ example (Source+CMake project) archive"];
 Release --> DOTNET[".Net packages +\n.Net example (Source+ project) archive"];
 Release --> JAVA["Java packages +\nJava example (Source+ project) archive"];
 Release --> PYTHON["Python Wheel +\nPython example (Source) archive"];

related/todo

@Mizux Mizux added Bug Feature Request Missing Feature/Wrapper Lang: Java Java wrapper issue Lang: .NET .Net wrapper issue Lang: Python Python wrapper issue Lang: C++ Native implementation issue labels Mar 21, 2022
@Mizux Mizux added this to the v9.4 milestone Mar 21, 2022
@Mizux Mizux self-assigned this Mar 21, 2022
@Mizux Mizux added this to To do in ToDo via automation Mar 21, 2022
@Mizux Mizux changed the title Rework archives release: Rework archives Mar 24, 2022
@Mizux Mizux moved this from To do to In progress in ToDo Mar 24, 2022
Mizux added a commit that referenced this issue Mar 30, 2022
Mizux added a commit that referenced this issue Mar 30, 2022
Mizux added a commit that referenced this issue Mar 30, 2022
Mizux added a commit that referenced this issue Mar 31, 2022
Mizux added a commit that referenced this issue Apr 1, 2022
Mizux added a commit that referenced this issue Apr 1, 2022
Mizux added a commit that referenced this issue Apr 4, 2022
Mizux added a commit that referenced this issue Apr 4, 2022
Mizux added a commit that referenced this issue Apr 4, 2022
Mizux added a commit that referenced this issue Apr 4, 2022
Mizux added a commit that referenced this issue Apr 4, 2022
Mizux added a commit that referenced this issue Apr 4, 2022
Mizux added a commit that referenced this issue Apr 5, 2022
* 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
Mizux added a commit that referenced this issue Apr 6, 2022
* 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
Mizux added a commit that referenced this issue Apr 7, 2022
* 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
Mizux added a commit that referenced this issue Apr 7, 2022
* 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
Mizux added a commit that referenced this issue Apr 8, 2022
Mizux added a commit that referenced this issue Apr 8, 2022
Mizux added a commit that referenced this issue Apr 11, 2022
@Mizux Mizux closed this as completed Apr 14, 2022
ToDo automation moved this from In progress to Done Apr 14, 2022
@andreas-schwab andreas-schwab mentioned this issue Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Feature Request Missing Feature/Wrapper Lang: C++ Native implementation issue Lang: Java Java wrapper issue Lang: .NET .Net wrapper issue Lang: Python Python wrapper issue
Projects
ToDo
  
Done
Development

No branches or pull requests

1 participant