1 コミット (9d4b7ff45612c9348736a1c1766bb22c0114350e)

作成者 SHA1 メッセージ 日付
  Sam Hocevar 9d4b7ff456 Refactor header usage to use our core submodule instead. 5年前
  Sam Hocevar 8294264837 feature: assume all compilers can now initialise arrays C++11-style. 6年前
  Sam Hocevar 2c5a1be8b3 Make the check for threading support runtime to make debugging easier. 6年前
  Sam Hocevar 7591962cb0 gpu: fix 32-bit compilation on Windows. 6年前
  Sam Hocevar 6187be0850 emscripten: use document.querySelector() instead of getElementById(). 6年前
  Sam Hocevar 9c13aabe98 build: fix the mingw cross compilation. 6年前
  Sam Hocevar 1388625308 input: remove dead code and more cleanup. 6年前
  Sam Hocevar 7ba8458818 Remove old feature macros that are no longer relevant nowadays. 7年前
  Sam Hocevar 34fab09274 Remove NaCl support. Google is deprecating it. 7年前
  Sam Hocevar 67dd817aa2 math: remove unused trig code. 7年前
  Sam Hocevar 0239617197 Various compilation and warning fixes. 8年前
  Sam Hocevar 29b41d9c08 Fix typo in nodiscard attribute feature detection. 8年前
  Sam Hocevar fe99aca67d Use [[nodiscard]] in a lot of places. 8年前
  Sam Hocevar c86f703dcf Some Windows compilation fixes + support for [[nodiscard]]. 8年前
  Sam Hocevar 861568b146 misc: some cleanup in files, including UTF-8 BOM. 10年前
  Sam Hocevar 144cb0df31 sys: get rid of pthreads. 10年前
  Benjamin ‘Touky’ Huet 825401d997 Brought threads to C++11 10年前
  Sam Hocevar 4196f315be misc: various C++11-related compilation fixes for Visual Studio. 11年前
  Sam Hocevar a07844682e build: remove dead PS3 code. 11年前
  Sam Hocevar 7ea3b73ed7 image: endianness fixes in the Imlib2 codec. 11年前
  Sam Hocevar d373081b80 build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 11年前
  Sam Hocevar 5da959e6e4 build: work around another fucking ICE in Visual Studio. 11年前
  Sam Hocevar 761f92c0b4 base: get rid of the ssize_t requirement and use ptrdiff_t instead. 11年前
  Sam Hocevar 83199e3028 math: explicitly delete ctors and dtors in swizzled vectors. 11年前
  Sam Hocevar 7a28671dee math: get rid of the base_vec* classes (thanks to relaxed unions), rename 11年前
  Sam Hocevar 1b5d3557ec build: some compilation fixes and tweaks for older (<= 4.6) versions of GCC. 11年前
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. 11年前