Go to file
2014-03-28 21:34:38 +02:00
client Remove custom output directory paths. 2014-03-28 21:34:38 +02:00
doxygen Add project skeleton 2014-03-18 19:35:10 +02:00
lib Remove custom output directory paths. 2014-03-28 21:34:38 +02:00
test Add project skeleton 2014-03-18 19:35:10 +02:00
.gitignore Ignore backup files 2014-03-18 21:20:26 +01:00
CMakeLists.txt Add project skeleton 2014-03-18 19:35:10 +02:00
LICENSE-CLIENT Add license for client[s] 2014-03-18 20:12:00 +01:00
LICENSE-LIB Add license for library and binding[s] 2014-03-18 20:15:05 +01:00
README.md Add project branches guideline 2014-03-18 22:03:32 +01:00

bemenu

Dynamic menu library and client program inspired by dmenu

License

Project Guidelines

  • Coding style
  • Build system - CMake
  • API documentation - Doxygen (JavaDoc style comments)
  • Branches
    • master - stable releases (permanent)
    • develop - development (permanent), merge back to master
    • dev/topic - topic related development (temporary), branch off from develop and merge to develop
    • hotfix/issue - stable release bugfixes (temporary), branch off from master and merge to master and develop