aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-23README: add basic cross compilation documentationHEADmasterdragonboardandroidConnor Imes
2023-05-09LICENSE: update copyright yearsConnor Imes
2023-05-09travis: move to jammy dist, keep amd64 focal builds for gcc and clangConnor Imes
2022-05-21cmake: bump version to 0.6.1Connor Imes
2022-05-21RELEASES: add pkg-config fixConnor Imes
2022-05-21Merge pull request #9 from alexshpilkin/fix-pkg-configConnor Imes
2022-05-19cmake: allow absolute paths in CMAKE_INSTALL_*DIRAlexander Shpilkin
2022-05-13RELEASES: update for v0.6.0Connor Imes
2022-05-13RELEASES: add changes based on testing additional compiler flagsConnor Imes
2022-03-20travis: -Wextra is more explicit than -WConnor Imes
2022-03-20travis: add -Wfloat-conversion, -Wmissing-noreturn, -Wunused-parameterConnor Imes
2022-02-27travis: add -Wsign-conversion compile flagConnor Imes
2022-02-27rapl-info: add uint32_t casts to is_sz when used in arithmeticConnor Imes
2022-02-27powercap-common: add additional size_t castsConnor Imes
2022-02-27powercap-info: rm unused function parameterConnor Imes
2022-02-27powercap: rm extra semicolonConnor Imes
2022-02-26RELEASES: document package config helper variable changeConnor Imes
2022-02-26powercap-info: don't check dirent d_name field for NULL (it's an array)Connor Imes
2022-02-26travis: add -Werror compile flagConnor Imes
2022-02-26travis: don't specify -std=c99Connor Imes
2022-01-16cmake: use IN_LIST to avoid having to set/unset an _index varConnor Imes
2022-01-16LICENSE: update copyright yearsConnor Imes
2022-01-16cmake: use package-specific prefix in package config helper variableConnor Imes
2021-12-12cmake: bump version to 0.6.0Connor Imes
2021-12-12powercap-set: update man page examples to match powercap-info formatConnor Imes
2021-12-12powercap-info: analyze all control types if no name is specifiedConnor Imes
2021-12-12powercap-info: add function analyze_control_type_recurseConnor Imes
2021-12-12powercap-info: refactor arg verification and printing into functionsConnor Imes
2021-12-12powercap-info: function parameters for additional indentationConnor Imes
2021-12-09RELEASES: update for v0.5.0Connor Imes
2021-12-09cmake: bump version to 0.5.0Connor Imes
2021-12-07cmake: add NAMELINK_COMPONENT to lib install; bump min cmake to 3.12Connor Imes
2021-12-07cmake: add COMPONENT parameters to install commandsConnor Imes
2021-12-07cmake: rename install variable to POWERCAP_CMAKE_CONFIG_INSTALL_DIRConnor Imes
2021-12-07cmake: mv install commands closer to their target specificationsConnor Imes
2021-12-07cmake: export utils to a Utils componentConnor Imes
2021-12-04README: add bibtex for citationConnor Imes
2021-04-25RELEASES: update for v0.4.0Connor Imes
2021-04-24powercap-info: update help and man page for powercap file read privilegesConnor Imes
2021-04-24powercap-{info,set}: change error message to reflect NAME as positional argConnor Imes
2021-04-24RELEASES: document compiler deprecation attributesConnor Imes
2021-04-24powercap-rapl-sysfs: add compiler deprecation attributes to functionsConnor Imes
2021-04-24powercap-rapl: add compiler deprecation attribute to deprecated functionConnor Imes
2021-04-24powercap-rapl-sysfs: don't wrap local deprecated functionsConnor Imes
2021-04-24RELEASES: fix bullet indentationConnor Imes
2021-04-14rapl-{info,set}: fix deprecation message is man pagesConnor Imes
2021-04-12powercap: disable functions to get complete pathsConnor Imes
2021-04-11utils: common: rename is_valid_control_type to avoid static link conflictConnor Imes
2021-04-11powercap: add functions to open filesConnor Imes
2021-04-10powercap-common: rename some functions and make them local to fileConnor Imes