Age | Commit message (Expand) | Author |
2023-02-16 | use std::condition_variable for oslCondition | Noel Grandin |
2023-02-14 | Let +TIMESTAMP and +RELATIVETIMER use the same osl_getSystemTime | Stephan Bergmann |
2023-02-01 | Finally drop undocumented rtl_[u]String_newFromStr null argument support | Stephan Bergmann |
2023-01-27 | Remove support for 32-bit S390 | Stephan Bergmann |
2023-01-27 | Remove support for AIX | Stephan Bergmann |
2022-12-28 | Introduce lo_get_app_data_dir() for Emscripten, too | Tor Lillqvist |
2022-12-13 | Fix the "Found char > 127" warning to check the correct characters | Mike Kaganski |
2022-12-13 | Add Emscripten ifdef to bootstrap_getExecutableFile() | Tor Lillqvist |
2022-12-10 | Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variable | Stephan Bergmann |
2022-12-04 | rtl bootsratp : use enum class | Arnaud VERSINI |
2022-12-04 | osl : remove useless includes | Arnaud VERSINI |
2022-11-30 | We won't need Executable_osl_process_child for WASM in the foreseeable future | Tor Lillqvist |
2022-11-21 | sal/osl win32 : use non recursive mutexes in file and thread | Arnaud VERSINI |
2022-11-17 | Revert "TempFile: clear handle on close" | Stephan Bergmann |
2022-11-11 | Drop useless std::move of const object | Stephan Bergmann |
2022-11-08 | A better fix for C++23 P2266R1 | Stephan Bergmann |
2022-11-07 | file: Use calloc | Dr. David Alan Gilbert |
2022-11-07 | TempFile: clear handle on close | Dr. David Alan Gilbert |
2022-11-05 | -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): sal | Stephan Bergmann |
2022-10-11 | Deduplicate O(U)StringConcatenation | Mike Kaganski |
2022-09-27 | rtl uuid : remove useless endian conversion | Arnaud VERSINI |
2022-09-23 | tdf#151117: Process non-existent long paths correctly | Mike Kaganski |
2022-09-16 | OUString::matchIgnoreAsciiCase returns bool | Stephan Bergmann |
2022-09-15 | tdf#150877: Add support for Kamenický and Mazovia encodings | Julien Nabet |
2022-09-13 | cid#1509290, cid#1509240: Silence "Use of 32-bit time_t (Y2K38_SAFETY)" for now | Stephan Bergmann |
2022-09-13 | cid#1509232 silence Out-of-bounds access | Caolán McNamara |
2022-09-07 | Be careful with failed realloc | Stephan Bergmann |
2022-08-30 | Use some more C++ in sal/osl/w32 | Mike Kaganski |
2022-08-23 | cid#1509185 Logically dead code | Caolán McNamara |
2022-08-23 | tdf#148430 Use std math functions instead of rtl::math | Liu Hao |
2022-08-19 | tdf#148430 Use std math functions instead of rtl::math | Liu Hao |
2022-08-16 | rtl : use a local std::mutex instead of the global mutex | Arnaud VERSINI |
2022-08-09 | crashreporting: frequent crash seen in PackedFile::flush | Caolán McNamara |
2022-08-05 | Fix typo | Stephan Bergmann |
2022-07-20 | tdf#141421 xml export: default stacksize for threads on macOS is too small | Christian Lohmaier |
2022-07-02 | fix --enable-macosx-sandbox build | Noel Grandin |
2022-06-24 | Let rtl_[u]stringbuffer_insert throw std::bad_alloc on overflow | Stephan Bergmann |
2022-05-30 | Avoid uninitialized temp_file_handle | Stephan Bergmann |
2022-05-23 | Revert "[API CHANGE] call ftruncate instead of ftruncate_by_name" | Noel Grandin |
2022-05-23 | rename osl_getSystemPathFromFileURL_Ex->getSystemPathFromFileURL_Ex | Noel Grandin |
2022-05-23 | no need to override 'operator new' in FileHandle_Impl | Noel Grandin |
2022-05-23 | rtl_String->OString in DirectoryItem_Impl | Noel Grandin |
2022-05-22 | [API CHANGE] call ftruncate instead of ftruncate_by_name | Noel Grandin |
2022-05-21 | rtl_String->OString in sal | Noel Grandin |
2022-05-18 | Extend loplugin:redundantcast to trivial reinterpret_cast from T to itself | Stephan Bergmann |
2022-05-17 | clang-tidy modernize-pass-by-value in sal | Noel Grandin |
2022-05-14 | pthread_mutex_t->std::mutex in lookupThreadId | Noel Grandin |
2022-05-13 | Use calloc instead of malloc and memset | dante |
2022-05-12 | -Werror,-Wformat | Stephan Bergmann |
2022-05-12 | -Werror,-Wunused-variable | Stephan Bergmann |