Aucune description
  • C++ 26%
  • JavaScript 25.4%
  • C 21.9%
  • Jupyter Notebook 17.9%
  • Python 7.5%
  • Autre 1.2%
Aller au fichier
2026-06-20 12:59:40 +02:00
doc/repository/javascript Update copyright dates 2026-05-04 16:45:45 +02:00
lib Clean up experiment end/stop code 2026-06-18 11:44:04 +02:00
share Increase margin around redirection link 2026-06-18 11:44:04 +02:00
src Clean up experiment end/stop code 2026-06-18 11:44:04 +02:00
tools Update copyright dates 2026-05-04 16:45:45 +02:00
vendor Update to onnxruntime 1.27.0 2026-06-20 12:59:40 +02:00
.gitattributes alicare: Add skeleton app 2025-11-03 16:50:45 +01:00
.gitignore Add felix copy to ease Medita bootstrap 2026-05-28 13:07:26 +02:00
bootstrap.bat Add felix copy to ease Medita bootstrap 2026-05-28 13:07:26 +02:00
bootstrap.sh Add felix copy to ease Medita bootstrap 2026-05-28 13:07:26 +02:00
FelixBuild.ini Fix compilation errors on Windows 2026-06-11 14:55:58 +02:00
FelixBuild.ini.presets Update copyright dates 2026-05-04 16:45:45 +02:00
LanguageConfig.json alicare: Rename ALI-Care prototype to Medita 2026-03-06 18:59:20 +01:00
README.md repo: Don't use colon in README directory list 2025-11-25 11:09:15 +01:00

Repository directories

The following directories are used:

  • src/ for end-user projects, full applications and libraries
  • lib/ for internal libraries shared by end-user projects
  • share/ for reusable forms, experiments and study definitions
  • doc/ for global repository documentation (architecture, code style, etc.)
  • vendor/ for external vendorized libraries

Note

C++ and JS dependencies are vendorized agressively, and updated manually with a cooldown delay.

Mono repository

A mono repository is preferred for several reasons, including:

  • Cross-project refactoring
  • Simplified dependency management
  • Long-term stability

You can find a more detailed rationale here: https://danluu.com/monorepo/

License

Two licenses are in used dependening on the project: