Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/manjaro/mhwd

This repo has been archived. Our code is now hosted at
https://github.com/manjaro/mhwd

Use switch statement instead of if chain

ed29bb5ce5fc08a43e28e5b8d4526134469ad6a5 authored over 9 years ago by dec <[email protected]>
Use std::find instead of for loops

01f08175642097a526083236fed65fa4b70b93ce authored over 9 years ago by dec <[email protected]>
Use smart pointer and emplace_back

92e9aed7c717ef24ef0dff696097daca40ea10db authored over 9 years ago by dec <[email protected]>
Clearer output format

ba254b9da9ddcabca4f1b3860682bb6b6aa4c99f authored over 9 years ago by dec <[email protected]>
Add license info to files

96b31adfe762c6e614574bc3e36073c34d6f773f authored over 9 years ago by dec <[email protected]>
Merge branch 'development' of github.com:manjaro/mhwd into development

0fd5c4bb57c931e6b2089b0bb71b806380464edf authored over 9 years ago by dec <[email protected]>
Extracted Mhwd::tryToParseCmdLineOptions. Extracted Mhwd::optionsDontInterfereWithEachOther. Cosmetic changes

a2d1c117a432359a2a16e72f79129531f1daf2f1 authored over 9 years ago by dec <[email protected]>
Merge branch 'development'

c5659747aa52db6922ee2c89a80229a165c45c76 authored almost 10 years ago by Philip <[email protected]>
proper mhwd-gpu

a3a8c480f8db7e3cc9ddeaa4adb28eac96751279 authored almost 10 years ago by Philip <[email protected]>
cosmetics

0cb2b59f6d27e0ec18eaced7424bbb99a8c75737 authored almost 10 years ago by Philip <[email protected]>
revert OpenRC support

- requested by issue #9

0bd50ec09a3aeb970611d1c6a63e7774ac161cfb authored almost 10 years ago by Philip <[email protected]>
Cosmetic changes

ba8c877b3d6f2e885374927d7ad70a24c46396a4 authored almost 10 years ago by dec <[email protected]>
Get rid of strcmp

125bd8e818fbbff74413342eda774ab4e7616374 authored almost 10 years ago by dec <[email protected]>
Update AUTHORS

a9504cfa8fbbde86ad64298e614dac8c46647f2b authored almost 10 years ago by dec <[email protected]>
Remove useless code. Change order in if statements. if else if -> switch

8a8f5b22618fe66b259875abf3b2487e04c21927 authored almost 10 years ago by dec <[email protected]>
Merge pull request #8 from manjaro/development

Merge Development into Master

f22aaa84fe75de030c6a23e97bc78f5f8e123240 authored almost 10 years ago by Manjaro Linux <[email protected]>
Remove useless code. Change order in if statements.

bdf698fa0404b7eee68acda76c4586d29566270f authored almost 10 years ago by dec <[email protected]>
Move Arguments from Enums.hpp to Mhwd.hpp

67925b7877086aaced00a0cf300c75c5abda25f3 authored almost 10 years ago by dec <[email protected]>
Replace MHWD::ARGUMENTS enum with MHWD::Arguments struct

e4439b2cdccd40d6b85e4ecb337c8f10ee5b197d authored almost 10 years ago by dec <[email protected]>
Remove useless code

c1f348940c6aae29f21e5d685b2850b76032c5f8 authored almost 10 years ago by dec <[email protected]>
Minor changes. Unify include paths

e8edf2a95dec87d928aa9df485e9fa86653d95d5 authored about 10 years ago by december0123 <[email protected]>
Remove magic number

e53128284b85d194fd060c056c9d18ad8b596c0b authored about 10 years ago by december0123 <[email protected]>
Rename Mhwd::proceedWithInstall() to Mhwd::proceedWithInstallation(). Change initialization form

ff367a19006b2f3937bb4979aeaeb4dec87f9bc0 authored about 10 years ago by december0123 <[email protected]>
Enable -Wunreachable-code only if CXX=clang++

b564923b16871cb429645d673fa0537b8b4db308 authored about 10 years ago by december0123 <[email protected]>
Change type to unsigned

25924659706f1a9f8499fba9ccceedd67db1394c authored about 10 years ago by december0123 <[email protected]>
Remove unneeded flag.

96e8ecca0856dde43228758d1f526a19f3d42687 authored about 10 years ago by december0123 <[email protected]>
Merge pull request #7 from offa/development

Minor changes to enable gcc

d22301c3475cafa60eb14d543bd85436879c91f4 authored about 10 years ago by december0123 <[email protected]>
Added 'bin'-folder to gitignore.

e97b6a4e118051ecbf3f453cb2f7887017f624f4 authored about 10 years ago by offa <[email protected]>
Removed forced usage of clang since it prevents compilation with gcc.

5534bf19b306b936da1fa9d04e960196930e2e86 authored about 10 years ago by offa <[email protected]>
Change add_definitions to set cxx flags

1af44c787a6cffa94b264b57cf1ece047e49cce3 authored about 10 years ago by december0123 <[email protected]>
Put mhwd executable into bin folder

4a8cd6163b0e7a2cfaaa1164386c48899727450f authored about 10 years ago by december0123 <[email protected]>
Bug fix

0c21a9c041930970fa65ff49dfeac52ee3a0e6e1 authored about 10 years ago by december0123 <[email protected]>
Use unique_ptr. Code style.

71cd06fb62b378d8b7678c3daeb7472a92253b95 authored about 10 years ago by december0123 <[email protected]>
Remove useless code

d1d10451e995a6882f0d05879f187bfef82330dd authored about 10 years ago by december0123 <[email protected]>
Extract Mhwd::proceedWithInstall. Use const& instead of pointer

eafa34f64234b26b9da2d01fab5c85faf2b6f636 authored about 10 years ago by december0123 <[email protected]>
Replace Mhwd::hexToInt with std::stoi

4c38de296aa9c7dbbd7e0ab0d95878959da07315 authored about 10 years ago by december0123 <[email protected]>
Rewrite if statement

dd0dc46d76a7fa6cc216935535c275847875800e authored about 10 years ago by december0123 <[email protected]>
Rename argument, remove default argument, extract error handling

2fab17fbbf67c16336b1c8fdf6353d816a1403aa authored about 10 years ago by december0123 <[email protected]>
Remove useless code

ab4d73fba3bd5205f02f07c4702d1d74aff273c0 authored about 10 years ago by december0123 <[email protected]>
Remove useless string

f901815381effbf5d9d3480c53fc2b47602ba638 authored about 10 years ago by december0123 <[email protected]>
Move initialization to declaration

53d834c7a44f0f3507dd7c6e9096ef14e9b393de authored about 10 years ago by december0123 <[email protected]>
Remove user-defined ctor and dctor

49c0b5fa5f492707e4f42323558b50c57cbced80 authored about 10 years ago by december0123 <[email protected]>
Replace auto with auto&& in for loops

0fab8f45689e8e158e399dbb4e7fe4a3833eaa68 authored about 10 years ago by december0123 <[email protected]>
Rename Mhwd::checkExist to Mhwd::dirExists

c3809ab0bb93f1d47d967fff93ccebcb227f0e01 authored about 10 years ago by december0123 <[email protected]>
Use smart pointers

afe2cb8f14176977c26a4f2b1633891e0db7e09a authored about 10 years ago by december0123 <[email protected]>
Replace pointer with reference

ecc56fa7c1df264ca1248cab7f9a1a0e54167652 authored about 10 years ago by december0123 <[email protected]>
Add const modifier

cacab82bee344fd696b8edc6f6eec990a4b26601 authored about 10 years ago by december0123 <[email protected]>
Replace pointer with reference

80d98ec23d262c3002ad1ff71481a13cedb19a6b authored about 10 years ago by december0123 <[email protected]>
Use stl instead of loops

949bfe2a1488b92ff05a051e21cdd1a161402cff authored about 10 years ago by december0123 <[email protected]>
Append _ to Device fields

003a2ef1d0a051ffd2a00e59c689cd04e71cb18b authored about 10 years ago by december0123 <[email protected]>
Delete initialized pointer

18e6fd40b4712f737d0e3e0e00a6dd4584c58913 authored about 10 years ago by december0123 <[email protected]>
Readability

e4c3e8cbf2054f18d43ba5eee5faa2d6331a9827 authored about 10 years ago by december0123 <[email protected]>
Replace calloc with new

9bd9d70d05424b2217f2c472460f36c7b2f171e9 authored about 10 years ago by december0123 <[email protected]>
Readability

6fcd3d535e2d511427034c3269e950ca43934543 authored about 10 years ago by december0123 <[email protected]>
Remove Data::readConfigFile and leave only Config::readConfigFile

ad36c5a1dad75ce69157647126b1d0727bb992b2 authored about 10 years ago by december0123 <[email protected]>
Readability, remove useless comments

d3430563a674c1250dece133117d4b6b9dac9d99 authored about 10 years ago by december0123 <[email protected]>
Style

1e77ecd216aec8e936865371bd685af5f5e87ba7 authored about 10 years ago by december0123 <[email protected]>
Readability, code style

b9d55e6e921fa571e98695f2e953f7ee8810432f authored about 10 years ago by december0123 <[email protected]>
Change tabs to spaces

30aa6321e04250f2bcc3b5ce53a4ec597c47a057 authored about 10 years ago by december0123 <[email protected]>
Fix segfault

c8b8a4bf289b1388a555708f5887e6086b2bd872 authored about 10 years ago by december0123 <[email protected]>
Readability, rename Config::HardwareIDs to Config::HardwareID

bba5dfc7377a58c6141f2805bc3c4d99cf1e2db8 authored about 10 years ago by december0123 <[email protected]>
Fix installation

839e6444be09b6ca273fd40709beab33fbf03a62 authored about 10 years ago by december0123 <[email protected]>
Add newline

29bd982c194bd00c3d8defa342f49a53998e486d authored about 10 years ago by december0123 <[email protected]>
Readability

3da8b4e601b5053e4bab6165672ba08eb1fb48e5 authored about 10 years ago by december0123 <[email protected]>
Modify Mhwd::copyFile to use proper C++

210200d9541b7d5355a1504208943636ed64f52a authored about 10 years ago by december0123 <[email protected]>
Readability

4baf4bc834bbad440bef09f49dd54fb8c63f2ac1 authored about 10 years ago by december0123 <[email protected]>
Fix memory leak in Mhwd::printDeviceDetails

18c83e24c8edbbe788ed5cf0f880c2d09c90e6a1 authored about 10 years ago by december0123 <[email protected]>
Add const modifiers and remove useless code

367f23b8e42c49b1c7d20a4fb940f5c388710b40 authored about 10 years ago by december0123 <[email protected]>
Change defines into const literal strings

4eab5965dd771e65eaed220ace4294bd929763ef authored about 10 years ago by december0123 <[email protected]>
Remove useless code

466f9d0388b064305ee4161ff2e6e9659831a07d authored about 10 years ago by december0123 <[email protected]>
Rearrange code

64cb00a4db9bdccff2dba98ab7b38c979b51e352 authored about 10 years ago by december0123 <[email protected]>
Rearrange code

8fd0ed6a3be66be92c7421b13c14607ea1084621 authored about 10 years ago by december0123 <[email protected]>
Remove useless defines

f6c12d54f36f69feee45cddea2df5731cbf1900b authored about 10 years ago by december0123 <[email protected]>
Move Mhwd::getRightConfigPath to Data

daf0d4e48d17a655d77f3e5380f91948fb3b001f authored about 10 years ago by december0123 <[email protected]>
Move Mhwd::splitValue to Data

ec16512407bbba42fb6491cfac3528ca1377d9c1 authored about 10 years ago by december0123 <[email protected]>
Move Mhwd::readConfigFile to Data

1a7b8c904861276c00c7e02934546eafde435d3e authored about 10 years ago by december0123 <[email protected]>
Removing useless code

833bdeef98efa2d92f6d2c5b730ed5ef190aac2c authored about 10 years ago by december0123 <[email protected]>
Remove MHWD::DEVICETYPE and replace it with std::string

e2403094f03f4916ed316893ec8001c669d4bf3e authored about 10 years ago by december0123 <[email protected]>
Rearraning printer

84dcfe32fa76443b487e95945a9c92703a20006b authored about 10 years ago by december0123 <[email protected]>
Readability

6eaeb6993036d2cfadfa5dd057cb2d977caa1d7a authored about 10 years ago by december0123 <[email protected]>
Readability

a9e7f08979ef436c7eb854bb4d9b3d3ca7effa7c authored about 10 years ago by december0123 <[email protected]>
Change arguments to const ref in printer

8c023e63bd205acbc0ecb92befc80f6c93ccdd71 authored about 10 years ago by december0123 <[email protected]>
Rearrange includes

d33be2583f79eca4eacc20f60923b61db4621c37 authored about 10 years ago by december0123 <[email protected]>
Remove memory leak in Data::fillDevices() caused by not properly deleting allocated memory

dd1c785f4bd72fd2cb18d3feab2bdb533a94739d authored about 10 years ago by december0123 <[email protected]>
libmhwd: remove mhwd.h to be installed

ef93b900a8e13264c5f3a03b3fda13020849f7ef authored about 10 years ago by Philip <[email protected]>
Refactor mwhd

- Update .gitignore
- Delete useless files
- Move methods
- Rename variables
- Add const modifier...

061bbce356d462ffbecc5cc065bbce4d31b116df authored about 10 years ago by Philip <[email protected]>
Merge pull request #4 from udeved/master

Make usage of lib32 optional

4ba524aa9eb819cb04379391eb364ab6f4988ae8 authored over 10 years ago by Manjaro Linux <[email protected]>
only write config if old val != new val

89a79565509d6d2fbdf4f702fcef3aa87a4c16ad authored over 10 years ago by artoo <[email protected]>
lib32 msg change

673204f33fbaf96c746e391c8bab305f3d3c7ecc authored over 10 years ago by artoo <[email protected]>
set_lib32 -> root privs

df3dbd747a779de5019c4af983246c24efccf420 authored over 10 years ago by artoo <[email protected]>
add some output msg

a40b80ccc24137989230db3e41a987ef771b9d1e authored over 10 years ago by artoo <[email protected]>
add --lib32 parameter

98586f004de9c9383bd06e4f731d9b903f11acc5 authored over 10 years ago by artoo <[email protected]>
add lib32 check for setgl

5d961c8a720cc0db5e62bc321fe9dffe3f5d4dbb authored over 10 years ago by artoo <[email protected]>
add MHWD64CONFIG file and MHWD64_IS_LIB32 checks for x86_64

20e2b686e2a70f62323dadea6d720194cb6c1239 authored over 10 years ago by artoo <[email protected]>
add lib32 flag for mhwd on x86_64

f5ec4a15b8bd185671ce6df31d7833d781c8f825 authored over 10 years ago by artoo <[email protected]>
Merge pull request #3 from udeved/master

Update mhwd-gpu

2058ac14f9d8819e95d2284d5798ed14d2e72a3d authored over 10 years ago by Manjaro Linux <[email protected]>
Update mhwd-gpu

ed281ccaaa0697d1a9ba8651bfbbca2b28e7817e authored over 10 years ago by udeved <[email protected]>
Merge pull request #2 from udeved/master

forgot echo when writing to file

a2df585f0d3c736b707ab70e8901cf5690ade61c authored over 10 years ago by Manjaro Linux <[email protected]>
forgot echo when writing to file

056185b4c0cdcd8a7abfa28181e73bb3a78aa74d authored over 10 years ago by artoo <[email protected]>
Merge pull request #1 from udeved/master

add openrc support

d6a730d550d1d90770793d43e5d64a0256e74e56 authored over 10 years ago by Manjaro Linux <[email protected]>