2830 Commits (d5c665e27e46f7c91b38ca7d808cebc4876cbd5a)
 

Autor SHA1 Mensaje Fecha
  Sam Hocevar d5c665e27e Fix a bug in the real * int op that prevented an optimisation. hace 7 años
  Sam Hocevar 74f174b6d7 Implement real::is_zero and a few others for code clarity. hace 7 años
  Sam Hocevar c7c34312fe Handle real::DEFAULT_BIGIT_COUNT changes a bit better. hace 7 años
  Sam Hocevar 359c6fc4c4 Make the real number size a global variable (yuck). hace 7 años
  Sam Hocevar a57b9f859a Merge branch 'real_refactor' hace 7 años
  Sam Hocevar c7fa8939f5 Fix a few build issues when features are disabled. hace 7 años
  Sam Hocevar 74fc7c1f58 Fix real construction from long doubles. hace 7 años
  Sam Hocevar 8ffc3ccae2 Fix issues in real::sqrt() and other methods. hace 7 años
  Sam Hocevar 1c27691ef9 Temporary fix for real::sqrt() which I broke recently. hace 7 años
  Sam Hocevar dd140fd9e1 Refactor real numbers so that they can have a dynamic size. hace 7 años
  Sam Hocevar 783fdbab98 Implement Franke’s function and Matlab’s peaks for reals. hace 7 años
  Sam Hocevar 5bd042ce01 Implement split() for std::string. hace 7 años
  Sam Hocevar 0239617197 Various compilation and warning fixes. hace 7 años
  Sam Hocevar 845d3878ff Fix compilation of sprite sample. hace 7 años
  Sam Hocevar 1db2c5ca0f Allow ! and bool operators on polynomials. hace 7 años
  Sam Hocevar 44e39867b1 Fix approximately 80 billion compilation warnings. hace 7 años
  Sam Hocevar 03b00d6f24 Mingw64 compilation fixes. hace 7 años
  Sam Hocevar ff0ff83d98 Update EXTRA_DIST in several makefiles. hace 7 años
  Sam Hocevar 29b41d9c08 Fix typo in nodiscard attribute feature detection. hace 7 años
  Sam Hocevar a94e477f7f Parse build.config in configure.ac. hace 7 años
  Sam Hocevar 2c671158a1 If SDL is disabled on Windows, build a console application. hace 7 años
  Sam Hocevar 7e17bd8a8d Exclude SDL source files from .vcxproj if enable_sdl is "no". hace 7 años
  Sam Hocevar c6daf5be39 Refactor the msbuild feature selection mechanism. hace 7 años
  Sam Hocevar 3e26164dc9 Add --enable-png configure flag. hace 7 años
  Sam Hocevar 5b21579db4 Add --disable-opengl flag. hace 7 años
  Sam Hocevar fcd72f408f Allow master projects to disable features. hace 7 años
  Sam Hocevar 4e313aa810 Fix unused variable warnings in the polynomial code. hace 7 años
  Sam Hocevar 7be150b0e4 Allow to build without SDL or ffmpeg. hace 7 años
  Sam Hocevar 2df8762d47 Migrate to Visual Studio 2017. hace 7 años
  Sam Hocevar fe99aca67d Use [[nodiscard]] in a lot of places. hace 7 años
  Sam Hocevar 9981cf4ce9 Make some AVL tree code less verbose. hace 7 años
  Sam Hocevar c86f703dcf Some Windows compilation fixes + support for [[nodiscard]]. hace 7 años
  Sam Hocevar b9effc8977 Fix erratic indentation and file encoding. hace 7 años
  Sam Hocevar 9bdb67a51a Fix source file encoding. hace 7 años
  Sam Hocevar aca1660e1e Disable debug messages by default and downgrade a few messages. hace 7 años
  Sam Hocevar 1733d0ffd8 math: tweak the real number printing routine. hace 7 años
  Sam Hocevar 17db5be5c8 math: remove some hardcoded stuff from the real numbers implementation. hace 7 años
  Sam Hocevar df7454b36a math: add real::R_MIN and real::R_MAX and get rid of real::ulp(). hace 7 años
  Sam Hocevar 60ee86f908 ufiodsfiodsifods hace 7 años
  Sam Hocevar f9058a384d 3rdparty: upgrade PEGTL to its latest version (2.1.4 or something). hace 7 años
  Sam Hocevar 7e69ef4cfa build: fix bluenoise.cpp compilation. hace 7 años
  Sam Hocevar 5d62baaaae math: parse hexadecimal reals as per C standard, 6.4.4.2. hace 7 años
  Sam Hocevar 7b9d98109b math: use exponentiation by squaring for real::pow(). hace 7 años
  Sam Hocevar 2e696e7b32 build: fix compilation on MSYS2 when glew is not available. Fixes #8. hace 7 años
  Sam Hocevar 8f3f1736d8 build: fix multiple definition of EXTRA_DIST. hace 7 años
  Sam Hocevar ee622b762f build: add several missing distributed files for Windows versions. hace 7 años
  Sam Hocevar 26e60e45fc getopt: fix an assert triggered in the Windows runtime. hace 7 años
  Sam Hocevar 7b2f3bdcfb samples: add blue noise generation demo. hace 7 años
  Sam Hocevar e38a7e7c22 tools: remove lolremez. hace 7 años
  Sam Hocevar c6374c7e07 movie: replace the old Movie class with a GIF encoder. hace 7 años