Development
Contents
Code repositories
All recent changes are available at master
branch of both
https://github.com/vifm/vifm.git
and
https://sourceforge.net/p/vifm/code/ci/master/tree/
Also see FAQ::Which code repository is the primary one?.
Instructions
- Code Guidelines
- Local repository configuration
- Adding new source file
- Adding new :command
- Adding new 'option'
- Adding new sorting key
- Adding new highlight group
Some of used Tools and Services
Static Analysis
- Cppcheck
- Coverity (not used currently due to issues with the account)
- Clang Static Analyzer
Dynamic Analysis
- Valgrind
- Various Sanitizers
Tests
Continuous Integration
- Travis CI
- AppVeyor CI
- Fragile CI (self-hosted)