Historique des commits

Auteur SHA1 Message Date
  kobewi 7c6b659bd7 Add PropertyInfo overload for GLOBAL_DEF il y a 2 ans
  bruvzg 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. il y a 3 ans
  kobewi 9f2dc68279 Replace File/Directory with FileAccess/DirAccess il y a 3 ans
  bruvzg d2ebac3a30 Remove or make private `FileAccess` `close()` methods. il y a 3 ans
  bruvzg f851c4aa33 Fix some issues found by cppcheck. il y a 3 ans
  Fabio Alessandrelli 3acc39095e [Net] Fix bogus FileAccessNetwork deconstructor. il y a 4 ans
  Rémi Verschelde fe52458154 Update copyright statements to 2022 il y a 3 ans
  Lightning_A e28fd07b2b Rename `instance()`->`instantiate()` when it's a verb il y a 4 ans
  Marcel Admiraal da5d7db610 Rename File::get_len() get_length() il y a 4 ans
  Pedro J. Estébanez 469fa47e06 Make all file access 64-bit (uint64_t) il y a 6 ans
  Hugo Locurcio 3f078c99f6 Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores il y a 4 ans
  Alex Hirsch c28428fe4d Allow nullptr with zero length in FileAccess get_buffer il y a 4 ans
  Alex Hirsch cdf3099c68 Add parameter checkes to FileAccess get_buffer functions il y a 4 ans
  Pedro J. Estébanez 99fe462452 Modernize Thread il y a 4 ans
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 il y a 4 ans
  Marcel Admiraal 5b937d493f Rename empty() to is_empty() il y a 4 ans
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already il y a 5 ans
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops il y a 5 ans
  Rémi Verschelde 07bc4e2f96 Style: Enforce separation line between function definitions il y a 5 ans
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks il y a 5 ans
  Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11) il y a 5 ans
  lupoDharkael 95a1400a2a Replace NULL with nullptr il y a 5 ans
  Pedro J. Estébanez 9a3a2b03b8 Drop old semaphore implementation il y a 5 ans
  Pedro J. Estébanez 18fbdbb456 Reimplement Mutex with C++'s <mutex> il y a 5 ans
  Juan Linietsky c613ead5fa Added a spinlock template as well as a thread work pool class. il y a 6 ans
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 il y a 5 ans
  qarmin 17732fe698 Added some obvious errors explanations il y a 6 ans
  qarmin 4e5310cc60 Some code changed with Clang-Tidy il y a 6 ans
  Hugo Locurcio cbd31d9f0b Fix errors when attempting to set UNIX permissions when unavailable il y a 6 ans
  qarmin a32f020b53 Properly unlock mutex il y a 6 ans