Lolbot
af53a69eb7
fixed 9 files out of 506:
- removed 0 CR characters
- removed 7 trailing whitespaces
- replaced 332 tabs with spaces
преди 9 години
Sam Hocevar
f69c3352ea
build: clean up “make dist” rules.
преди 9 години
Sam Hocevar
afada09f64
getopt: minor improvements.
преди 9 години
Sam Hocevar
c5a4f59517
sys: getopt wrapper and reimplementation (first iteration).
преди 9 години
Sam Hocevar
77bac2b98f
build: new --disable-tools configure option
преди 10 години
Sam Hocevar
7ccf613a08
build: move Lua to a submodule
преди 10 години
Sam Hocevar
f1a2b66d62
build: move Bullet to a submodule
преди 10 години
Sam Hocevar
fe279ea38b
build: various autotools improvements and fixes
преди 10 години
Sam Hocevar
ce05d8589a
build: refactor msbuild files for usage as a submodule
преди 10 години
Sam Hocevar
ba0e467a2e
build: rename liblolcore to liblol-core, etc.
преди 10 години
Sam Hocevar
2f66dcc33f
Switch PEGTL external to latest Git snapshot.
преди 10 години
Sam Hocevar
6a6ecc66e9
Port all parsers to PEGTL 1.3.1.
There might be issues with lolremez but at first sight it seems to work.
преди 10 години
Sam Hocevar
d84605c105
Remove Xbox 360 support, too much stuff no longer compiles.
преди 10 години
Sam Hocevar
ccf5f53825
misc: various mingw cross-compilation fixes.
Add mingw-std-threads project to external/ for full C++11 thread support, fix
an incorrect Win32 fix I did in PEGTL, work around mingw’s <io.h> declaring a
conflicting eof symbol, and fix a capitalisation error in log.cpp.
преди 11 години
Sam Hocevar
03c17fcae4
base: clean up and refactor containers.
The containers no longer force the user to use the ptrdiff_t type for
size information. For convenience, size() now always returns an int,
and the size_s() method offers a way to handle arrays with more than
2 billion elements. Internally, we still use ptrdiff_t, though.
Since so much code had to be changed, I took the opportunity to get
rid of capitalised accessors for classes that are lowercase.
преди 11 години
Sam Hocevar
af3ca562b9
lolremez: fix wrong argument parsing and improve error messages.
преди 11 години
Sam Hocevar
4e76c6e708
lolremez: shorter code in the expression parser.
преди 11 години
Sam Hocevar
29d65231f3
lolremez: add thread workers for slightly faster convergence.
преди 11 години
Sam Hocevar
288bec4312
lolremez: add more timing information for the linear system solving.
преди 11 години
Sam Hocevar
a07844682e
build: remove dead PS3 code.
преди 11 години
Sam Hocevar
5f953f40ad
lolremez: various tweaks.
преди 11 години
Sam Hocevar
a46354472d
lolremez: add abs() function, implement full high-precision floating
point parsing, add support for unary plus and minus.
преди 11 години
Sam Hocevar
d3a775738d
lolremez: use successive parabolic interpolation for extrema search.
преди 11 години
Sam Hocevar
19727c3ddf
lolremez: tweak code so that it builds on Windows (remove unsupported C++/Unix features).
преди 11 години
Sam Hocevar
afc62a5399
lolremez: useless refactoring.
преди 11 години
Sam Hocevar
0e71596def
lolremez: greatly improve root search times by using simple regula falsi.
преди 11 години
Sam Hocevar
50c2b4b46e
lolremez: allow spaces in arithmetic expressions.
преди 11 години
Sam Hocevar
506b0e21e1
lolremez: implement a mathematical expression evaluator.
преди 11 години
Sam Hocevar
364014c6e7
lolremez: minor cosmetic changes and comments.
преди 11 години
Sam Hocevar
0522730f12
lolremez: use array2d for the linear system solver.
преди 11 години
Sam Hocevar
da26809df9
lolremez: use the polynomial composition provided by the engine.
преди 11 години
Sam Hocevar
d34f0e2991
lolremez: simplify the Remez solver by using our new polynomial class.
преди 11 години
Sam Hocevar
cd988786b9
build: reorganise includes so that we can use precompiled headers later.
преди 12 години
Sam Hocevar
7a28671dee
math: get rid of the base_vec* classes (thanks to relaxed unions), rename
MASK to SWIZZLE in the vector templates, rename matrix<> to mat<> for
consistency, implement transposition for all matrix sizes, make matrix
columns private and only accessible through operator[].
преди 12 години
Sam Hocevar
fe665f85b4
base: strip core.h from its contents and put it in public/private headers.
преди 12 години
Sam Hocevar
398ee1b4d5
base: use lol::array in most places.
преди 12 години
Sam Hocevar
76740f77bc
math: remove some vector constants that were a bit too specific.
преди 12 години
Sam Hocevar
8e732627d2
lolremez: add missing matrix.h implementation.
преди 12 години
Sam Hocevar
d0ebacf545
lolremez: simplify the solver class.
преди 12 години
Sam Hocevar
90706c8d44
lolremez: move some LolRemez matrix functions out of the engine.
преди 12 години
Sam Hocevar
f9840e3458
lolremez: move LolRemez out of the engine, it's really too specific.
преди 12 години