2371 Commits (ae6f66e8832a3c6b98571727b96163c161357528)
 

Author SHA1 Message Date
  Sam Hocevar ae6f66e883 base: fix an old bug affecting range-based for loops on arrays. 10 years ago
  Sam Hocevar efe8e1d051 math: allow to build real numbers from 64-bit integers. 10 years ago
  Sam Hocevar 0668d0d5a6 math: add a factory for Chebyshev polynomials. 10 years ago
  Sam Hocevar baebd131fc math: add a simple polynomial template class. 10 years ago
  Guillaume Bittoun 408b8277ae simplex_interpolator: bug fixing on matrix computing 10 years ago
  Sam Hocevar fdd6e31eda simplex_interpolator: compilation fix. 10 years ago
  Sam Hocevar a808cd8f8d test: add a compile-time test for interpolation of compound types. 10 years ago
  Guillaume Bittoun 97de8946e9 simplex_interpolator: fixing bug on simplex matrix generation 10 years ago
  Guillaume Bittoun 06dfb3b0c0 simplex_interpolator: removing tests and correcting skew matrix 10 years ago
  Sam Hocevar 24e7663c5c simplex: fix confusion between interpolated types and coordinate types. 10 years ago
  Sam Hocevar 0511d9836a simplex: fix a bug in the modulo operator. lol. and add unit tests. 10 years ago
  Sam Hocevar a01778d768 simplex_interpolator: use a matrices when n-D arrays are not necessary. 10 years ago
  Sam Hocevar 3a4682a976 simplex_interpolator: more unit tests, including some failing ones. 10 years ago
  Sam Hocevar 3d0df62ba6 simplex_interpolator: fix behaviour with negative grid indices. 10 years ago
  Guillaume Bittoun 5ebce1c0c8 simplex_interpolator: refactoring a bit 10 years ago
  Guillaume Bittoun 1f715ae139 simplex_interpolator: const commit 10 years ago
  Guillaume Bittoun 4118789a53 simplex_interpolator: initializing interpolator with the samples so that it can be fully usable at creation. 10 years ago
  Guillaume Bittoun 6f5c15b165 simplex_interpolator: adding first test on 2D samples 10 years ago
  Guillaume Bittoun a0e31dd6ce simplex_interpolator: bug fix (enough for tonight) 10 years ago
  Guillaume Bittoun 1cd86f9f24 simplex_interpolator: bug fix 10 years ago
  Guillaume Bittoun fee0a6f8e7 simplex_interpolator: bug fix 10 years ago
  Guillaume Bittoun 765358b5ac simplex_interpolator: nit + bug fixes 10 years ago
  Guillaume Bittoun 7e01c3afd7 simplex_interpolator: starting first test. Too tired, go to bed :) 10 years ago
  Guillaume Bittoun d513d8ac8c simplex_interpolator: adding test skeleton + build fixes 10 years ago
  Guillaume Bittoun b2671811b9 simplex_interpolator: still refactoring 10 years ago
  Guillaume Bittoun e179c9f1c5 simplex_interpolator: using a lot more quick (and probably efficient) algorithm. 10 years ago
  Guillaume Bittoun 96c54bdb54 simplex_interpolator: bug fix 10 years ago
  Guillaume Bittoun 5ac765db57 simplex_interpolator: first draft of final simplex interpolator (incoming tests and bugfix) 10 years ago
  Guillaume Bittoun 150db71579 simplex_interpolator: continuing interpolation method (to be continued…) 10 years ago
  Guillaume Bittoun ff9d900791 simplex_interpolator: adding interpolator skeleton 10 years ago
  Guillaume Bittoun 05f9979e53 map: changing comment on insertion failure in avl_tree 10 years ago
  Guillaume Bittoun 8c44cb4f1b map: re-using avl_tree in map and adding tests for string comparisons. 10 years ago
  Guillaume Bittoun bfe68911d4 string.h: bug fix on operator< 10 years ago
  Benjamin ‘Touky’ Huet 6556d689de So much for a build fix. 10 years ago
  Benjamin ‘Touky’ Huet dc45794dea Fixed shit build break 10 years ago
  Benjamin ‘Touky’ Huet fc84a65063 Did a small "Revert-but-not-really" on map+avl_tree 10 years ago
  Sam Hocevar b6cdf81fc4 build: disable ffmpeg on Windows for now. 10 years ago
  Sam Hocevar 41636a86ab build: add mingw’s libgcc to the link command on Visual Studio. 10 years ago
  Guillaume Bittoun 4fb61d06e0 avl_tree: nit (upper-case methods) bug fix and adding test for equality operator. 10 years ago
  Guillaume Bittoun 5829785014 avl_tree: using avl_tree in map object. 10 years ago
  Sam Hocevar a77d328ce9 build: add FFmpeg libraries to msbuild property sheet. 10 years ago
  Sam Hocevar 97586c549a build: add FFmpeg includes to msbuild property sheet. 10 years ago
  Sam Hocevar 979ccd23d6 build: add FFmpeg binaries for Windows. 10 years ago
  Sam Hocevar 7bd5a94ca0 image: add the skeleton for a Movie class. 10 years ago
  Sam Hocevar 9cf96538d9 build: minor compilation fix. 10 years ago
  Guillaume Bittoun 2998673ed0 String: operator < implementation 10 years ago
  Sam Hocevar 90a60ba446 image: revert GDI+ animated GIF tests; we’ll try something else. 10 years ago
  Guillaume Bittoun b9e265f46b avl_tree: tiny bug fix. 10 years ago
  Sam Hocevar 500e40c93d image: GDI+ GIF support tweaks. 10 years ago
  Sam Hocevar 28e8fd6834 image: first GIF encoder iteration. 10 years ago