Robert Adam
249d2c6298
MAINT: Update copyright headers to 2023
2023-01-08 15:54:35 +01:00
Robert Adam
d100ff1467
MAINT: Update copyright to 2022
2022-01-04 20:17:33 +01:00
Robert Adam
5cb3e60f24
FEAT(client): Add possibility to check for Wayland
...
This new function allows to check whether Wayland is being used as the
display manager.
2021-11-10 09:37:47 +01:00
Robert Adam
2dd0c8bf5d
REFAC(client): Don't use class as namespace
...
The EnvUtils class only served as a namespace (containing static
functions). Thus, it makes more sense to convert EnvUtils into an actual
namespace.
2021-11-10 09:37:38 +01:00
Robert Adam
59ae429972
MAINT: Update copyright notice to 2021
...
This was done by running scripts/updateLicenseHeaders.py and then
manually editing the LICENSE file.
2021-03-02 10:15:01 +01:00
Robert
af7dac72f4
FORMAT: Run clang-format 10 on all C/CXX source-files
2020-09-11 18:29:33 +02:00
Popkornium18
f966b3ef37
REFAC(shared): replace NULL with nullptr
...
This changes all occurances of NULL in the src source
dir to nullptr. Additionally explicit comparisons with NULL were
removed.
2020-07-02 12:19:16 +02:00
Davide Beatrici
4e67a2fafb
Auto-update LICENSE.header in source files
2020-01-07 03:09:22 +01:00
Davide Beatrici
b427333257
Auto-update LICENSE.header in source files
2019-01-25 04:56:19 +01:00
Mikkel Krautz
f6ba3a52bf
Auto-update LICENSE.header in source files.
2018-01-01 23:05:37 +01:00
Mikkel Krautz
3399a50b8e
Implement EnvUtils::setenv
...
This commit implements EnvUtils::setenv, and ensures it uses
fromLocal8Bit/toLocal8Bit like setenv() does.
Originally implemented by Jan Klass (UTF-8 version)
2017-05-20 19:58:32 +02:00
Mikkel Krautz
b8c70b7f22
EnvUtils: convert EnvUtils to use local 8-bit instead of UTF-8.
...
In the common case, we still use UTF-8, since most users use a
UTF-8 locale, but for the users who do not, this ensures we don't
destructively rewrite any environment variables.
2017-05-20 19:52:30 +02:00
Jan Klass
a53581013e
Make EnvUtils available to Murmur
...
Move EnvUtils to the src directory so we can use this utility class in
the murmur project (src/murmur) as well.
2017-04-29 12:39:39 +02:00