Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | check.h: remove obsolete header | Max Kellermann | |
Since we switched from autotools to Meson in commit 94592c14062d5afc9482d11baa401648082022c0, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints. | |||
2018-10-14 | build with Meson instead of autotools | Max Kellermann | |
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords! | |||
2018-09-06 | java/Ref: API doc line breaks | Max Kellermann | |
2018-09-06 | java/Ref: add LocalRef::GetEnv() | Max Kellermann | |
2018-08-28 | java/*: add `noexcept` | Max Kellermann | |
2018-08-28 | Merge branch 'v0.20.x' | Max Kellermann | |
2018-08-28 | java/String: include cleanup | Max Kellermann | |
2018-08-28 | java/Class: drop unnecessary namespace spec | Max Kellermann | |
2018-08-28 | java/Class: use DiscardException() in FindOptional() | Max Kellermann | |
Sometimes, the JVM returns a non-nullptr value with an exception pending (seen on Android 1.6, maybe a Dalvik bug?). Let's catch all such cases. | |||
2018-08-20 | Compiler.h: move to util/ | Max Kellermann | |
2018-01-17 | fs/AllocatedPath: make the nullptr_t constructor public | Max Kellermann | |
2017-07-05 | util/TruncateString: rename CopyString() to CopyTruncateString() | Max Kellermann | |
2017-07-05 | util/StringUtil: move CopyString() to TruncateString.cxx | Max Kellermann | |
2017-01-17 | AUTHORS, ...: update my email address | Max Kellermann | |
2014-11-24 | Java/File: fix include guard | Max Kellermann | |
2014-03-01 | java/File: add method ToAbsolutePath() returning AllocatedPath | Max Kellermann | |
2014-03-01 | java: new helper library for the Android port | Max Kellermann | |