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