Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-01 | Revert component-split | Laslo Hunhold | |
this reverts the commits from 92ab9ef52ebcb097add97d9f78e67ad1c1d6a6ec up to d42870d6ca7fb587b38f8cf6d6821ae33a53a696. After heavy consideration, the component split has more disadvantages than advantages, especially given there will be utility-functions sharing quite a lot of code that would then need to be duplicated, as it does not fit into the util.c due to its speciality. One big advantage of the component-wise build is readability, and without doubt, this was achieved here. This point will be addressed with a different approach that will be visible in the upcoming commits. One big disadvantage of the component build is the fact that it introduces state to the build process which is not necessary. Before its introduction, the only influencing factors where the system-defines __linux__ and __OpenBSD__. With the components, we are also relying on the output of uname(1). Additionally, if the os.mk is not present, make gives the output $ make Makefile:5: os.mk: No such file or directory make: *** No rule to make target 'os.mk'. Stop. This could easily be fixed by providing some sort of meta-rule for this file, however, it indicates the problem we have here, and this entire statefulness will heavily complicate packaging of this tool and makes the build process much more complex than it actually has to be. | |||
2018-04-30 | Makefile: move OS-specific libs to configure script | Quentin Rameau | |
2018-04-30 | Makefile: separate default flags from user flags | Quentin Rameau | |
2018-04-29 | Add OpenBSD support in volume.c | parazyd | |
2017-12-03 | Small fixes in config.mk | Aaron Marcher | |
2017-09-17 | Properly declare buf as extern and fix all unused-warnings | Laslo Hunhold | |
2017-08-13 | Fixed man page path | Aaron Marcher | |
According to the FHS, /usr/local/share/man is the correct man page path in this projects's case. Set this to default in config.mk. | |||
2017-08-10 | Remove d- and v-flags | Laslo Hunhold | |
d-flag: There's no need for that, use the &-operator or fork+exec in a non-shell-context. In the latter case you get the PID for free. v-flag: If you want to find out which version of a package is installed, consult your package manager. That's his job. | |||
2017-08-10 | Refactor build system | Laslo Hunhold | |
2017-04-20 | enable stack protector and compile to position independent executable | Aaron Marcher | |
2017-01-07 | saner makefile: cleaner, simpler, suckless | Aaron Marcher | |
2016-12-30 | Merge branch 'master' into master | parazyd | |
2016-12-29 | why releases for such a small project? useless and overhead! | Aaron Marcher | |
2016-12-28 | refactor vol_perc to not depend on alsa libraries | parazyd | |
2016-09-19 | 3.0 | Aaron Marcher | |
2016-09-18 | shorter copyright notice and moved back VERSION and _GNU_SOURCE as the man ↵ | Aaron Marcher | |
page version number fails | |||
2016-09-18 | several changes | Ali H. Fardan | |
2016-09-18 | config.mk comment about -Wno-unused-functions | Aaron Marcher | |
2016-09-18 | optimization | Aaron Marcher | |
2016-09-17 | added man page | Aaron Marcher | |
2016-09-17 | added optimization back (removed it for debugging some time ago) | Aaron Marcher | |
2016-09-05 | bringed back the old config.mk | Ali H. Fardan | |
2016-09-05 | added a tool for resetting the status bar && worked around some issues && ↵ | Ali H. Fardan | |
removed the makefile (we need a better one) | |||
2016-09-05 | config.mk cleanup | Ali H. Fardan | |
2016-08-21 | fixed compiler warnings in a better way | Ali H. Fardan | |
2016-08-21 | -Wextra | Ali H. Fardan | |
2016-08-16 | Removed the debug gcc flags | Aaron Marcher | |
2016-03-10 | simplify smprintf by using vasprintf | Daniel Walter | |
2016-03-04 | initial commit | Aaron Marcher | |