No description
  • C 28%
  • C++ 26.9%
  • Jupyter Notebook 19.2%
  • JavaScript 17.5%
  • Python 7.1%
  • Other 1.2%
Find a file
2026-02-13 11:03:13 +01:00
doc/repository/javascript repo: Harmonize use of space in anonymous JS functions 2025-11-25 11:18:26 +01:00
lib web: Fix liveness issues with some widgets 2026-02-13 11:03:13 +01:00
share Import recent LCSIT changes 2026-01-26 12:06:06 +01:00
src Draw virtual cursor from image 2026-01-26 12:06:06 +01:00
vendor repo: Update to mimalloc 3.1.6 2026-01-12 21:51:58 +01:00
.gitattributes alicare: Add skeleton app 2025-11-03 16:50:45 +01:00
.gitignore repo: Ignore editor config and cache stuff 2026-01-14 15:27:38 +01:00
FelixBuild.ini vendor: Add FTS5 to SQLite build 2026-01-21 16:58:05 +01:00
FelixBuild.ini.presets repo: Move FelixBuild.ini to root directory 2025-12-08 21:10:50 +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: