2842 コミット (a99848fd2de7f9dd7a266c4ab8fb4726980e8947)
 

作成者 SHA1 メッセージ 日付
  Sam Hocevar a99848fd2d Fix Lua-related compilation issues. 7年前
  Sam Hocevar 487c82609c Make lol-lua an optional dependency. 7年前
  Sam Hocevar 80ad5da4f9 Update pegtl and mingw-std-threads submodules. 7年前
  Sam Hocevar 856b656f64 Do not install manpages if --disable-doc is provided. 7年前
  Sam Hocevar 05e3b710fc Fix build with Visual Studio 2017. 7年前
  Sam Hocevar 05db043e20 Update lol-bullet.vcxproj and add a README.md about how to do it. 7年前
  Sam Hocevar 6281145d9d Implement real::erf() with reasonable precision. 7年前
  Sam Hocevar 80823faac6 Make fast real factorial more generic. 7年前
  Sam Hocevar 42f52f2c8b Update bullet3 to a more recent Git head. 7年前
  Sam Hocevar e0795e91ad Implement real(int64_t) and real(uint64_t). 7年前
  Sam Hocevar 3025ea2207 Implement real::R_INF and real::R_NAN. 7年前
  Sam Hocevar d89a4c9e02 Implement real::is_negative(). 7年前
  Sam Hocevar d5c665e27e Fix a bug in the real * int op that prevented an optimisation. 7年前
  Sam Hocevar 74f174b6d7 Implement real::is_zero and a few others for code clarity. 7年前
  Sam Hocevar c7c34312fe Handle real::DEFAULT_BIGIT_COUNT changes a bit better. 7年前
  Sam Hocevar 359c6fc4c4 Make the real number size a global variable (yuck). 7年前
  Sam Hocevar a57b9f859a Merge branch 'real_refactor' 7年前
  Sam Hocevar c7fa8939f5 Fix a few build issues when features are disabled. 7年前
  Sam Hocevar 74fc7c1f58 Fix real construction from long doubles. 7年前
  Sam Hocevar 8ffc3ccae2 Fix issues in real::sqrt() and other methods. 7年前
  Sam Hocevar 1c27691ef9 Temporary fix for real::sqrt() which I broke recently. 7年前
  Sam Hocevar dd140fd9e1 Refactor real numbers so that they can have a dynamic size. 7年前
  Sam Hocevar 783fdbab98 Implement Franke’s function and Matlab’s peaks for reals. 7年前
  Sam Hocevar 5bd042ce01 Implement split() for std::string. 7年前
  Sam Hocevar 0239617197 Various compilation and warning fixes. 7年前
  Sam Hocevar 845d3878ff Fix compilation of sprite sample. 7年前
  Sam Hocevar 1db2c5ca0f Allow ! and bool operators on polynomials. 7年前
  Sam Hocevar 44e39867b1 Fix approximately 80 billion compilation warnings. 7年前
  Sam Hocevar 03b00d6f24 Mingw64 compilation fixes. 7年前
  Sam Hocevar ff0ff83d98 Update EXTRA_DIST in several makefiles. 7年前
  Sam Hocevar 29b41d9c08 Fix typo in nodiscard attribute feature detection. 7年前
  Sam Hocevar a94e477f7f Parse build.config in configure.ac. 7年前
  Sam Hocevar 2c671158a1 If SDL is disabled on Windows, build a console application. 7年前
  Sam Hocevar 7e17bd8a8d Exclude SDL source files from .vcxproj if enable_sdl is "no". 7年前
  Sam Hocevar c6daf5be39 Refactor the msbuild feature selection mechanism. 7年前
  Sam Hocevar 3e26164dc9 Add --enable-png configure flag. 7年前
  Sam Hocevar 5b21579db4 Add --disable-opengl flag. 7年前
  Sam Hocevar fcd72f408f Allow master projects to disable features. 7年前
  Sam Hocevar 4e313aa810 Fix unused variable warnings in the polynomial code. 7年前
  Sam Hocevar 7be150b0e4 Allow to build without SDL or ffmpeg. 7年前
  Sam Hocevar 2df8762d47 Migrate to Visual Studio 2017. 7年前
  Sam Hocevar fe99aca67d Use [[nodiscard]] in a lot of places. 7年前
  Sam Hocevar 9981cf4ce9 Make some AVL tree code less verbose. 7年前
  Sam Hocevar c86f703dcf Some Windows compilation fixes + support for [[nodiscard]]. 7年前
  Sam Hocevar b9effc8977 Fix erratic indentation and file encoding. 7年前
  Sam Hocevar 9bdb67a51a Fix source file encoding. 7年前
  Sam Hocevar aca1660e1e Disable debug messages by default and downgrade a few messages. 7年前
  Sam Hocevar 1733d0ffd8 math: tweak the real number printing routine. 7年前
  Sam Hocevar 17db5be5c8 math: remove some hardcoded stuff from the real numbers implementation. 7年前
  Sam Hocevar df7454b36a math: add real::R_MIN and real::R_MAX and get rid of real::ulp(). 7年前