Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-04-02 | Merge tag 'v0.21.22' | Max Kellermann | |
release v0.21.22 | |||
2020-03-25 | android: Context: add GetAudioManager | Thomas Guillem | |
2020-03-25 | android: add AudioManager | Thomas Guillem | |
2020-03-25 | android/Context: add `noexcept` | Max Kellermann | |
2020-03-25 | java/Object: rename class Object to GlobalObject | Max Kellermann | |
2020-03-19 | android/Environment: remove another extra semicolon | Max Kellermann | |
2020-03-19 | android/Environment: remove extra semicolon | Max Kellermann | |
2020-03-12 | replace stdarg.h with cstdarg | Rosen Penev | |
The former was deprecated in C++14. The Standard says they are the same: The contents of the header<cstdarg>are the same as the C standard library header<stdarg.h>, with the following changes: The restrictions that ISO C places on the second parameter to the va_start macro in header<stdarg.h> are different in this International Standard. The parameter parmN is the rightmost parameter in the variable parameter list of the function definition (the one just before the...).219If the parameter parmN is a pack expansion (17.5.3) or an entity resulting from a lambda capture (8.1.5), the program is ill-formed, no diagnostic required. If the parameter parmN is of a reference type, or of a type that is not compatible with the type that results when passing an argument for which there is no parameter, the behavior is undefined. Also changed va_list to the std:: namespace version, which is the same. Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2019-04-24 | android/Environment: add `noexcept` | Max Kellermann | |
2019-04-24 | android/LogListener: add `noexcept` | Max Kellermann | |
2019-04-24 | android/Context: add `noexcept` | Max Kellermann | |
2019-04-24 | android/Context: use DiscardException() | Max Kellermann | |
2019-04-24 | java/Object: rename class Object to GlobalObject | Max Kellermann | |
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-31 | *: copyright year 2018 | Max Kellermann | |
2018-08-20 | Compiler.h: move to util/ | Max Kellermann | |
2018-08-20 | Merge branch 'v0.20.x' | Max Kellermann | |
2018-08-19 | android: add LogListener | Thomas Guillem | |
A Java object to send logs on the android side. | |||
2018-01-17 | fs/AllocatedPath: make the nullptr_t constructor public | Max Kellermann | |
2017-01-03 | update copyright year | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-03-01 | db/Configured: store database file in cache directory | Max Kellermann | |
Add class Context which wraps the Android/Java Context class and add a JNI wrapper for method Context.getCacheDir(). | |||
2014-03-01 | java/File: add method ToAbsolutePath() returning AllocatedPath | Max Kellermann | |
2014-03-01 | android/Environment: fix copyright header | Max Kellermann | |
Stole my own code from another project :-) | |||
2014-03-01 | Android: obtain music directory from ↵ | Max Kellermann | |
Environment.getExternalStoragePublicDirectory() |