Commit graph

738 commits

Author SHA1 Message Date
Louis Rubet
25dc731559 cpp files to cc, hpp files to h 2022-02-25 16:16:24 +01:00
Louis Rubet
b7774f20d9 method names 2022-02-25 16:03:44 +01:00
Louis Rubet
327229dda4 struct and class names 2022-02-25 16:03:38 +01:00
Louis Rubet
2a980eb74d enum names and values 2022-02-25 14:26:46 +01:00
Louis Rubet
d0c7304ffd PascalCase classes, snake_case variables, (some) PAscalCase functions 2022-02-25 12:19:25 +01:00
Louis Rubet
e0665fc94f Removed some cpplint warnings 2022-02-25 11:15:15 +01:00
Louis Rubet
1ffd59e376
Merge pull request #236 from louisrubet/#218/google_c++_style
google c++ style
2022-02-24 22:05:35 +01:00
Louis Rubet
9eb46998fd c++ google style, including cpplint 2022-02-24 22:03:19 +01:00
Louis Rubet
524f8c7316 name and order of inclusions 2022-02-24 14:16:44 +01:00
Louis Rubet
fa936000ba define guard 2022-02-24 12:23:26 +01:00
Louis Rubet
59971292c8
Merge pull request #235 from louisrubet/#225/remove_all_regex
Remove regex from test framework
2022-02-24 12:12:34 +01:00
Louis Rubet
3fcc747155 Remove regex from test framework 2022-02-24 12:09:43 +01:00
Louis Rubet
a3c4126e42
Merge pull request #234 from louisrubet/#218/harden-branch-functions
Harden branch checks on command flow indexes
2022-02-24 12:00:03 +01:00
Louis Rubet
e034a7834c Harden branch checks on command flow indexes 2022-02-24 11:55:14 +01:00
Louis Rubet
e48567571e
Merge pull request #233 from louisrubet/#228/setup-ci
setup ci for tests
2022-02-23 17:03:18 +01:00
Louis Rubet
be1f0d54ac github action for tests 2022-02-23 16:59:37 +01:00
Louis Rubet
d25c8cefbc
Merge pull request #232 from louisrubet/#225/mem_leak_due_to_perf_correction
#225 mem leak due to perf correction
2022-02-22 17:25:46 +01:00
Louis Rubet
4e51a21e0d CMakeLists.txt strange warning (string vs STRING) tackled 2022-02-22 17:20:47 +01:00
Louis Rubet
8f5a334fe0 Correct mpreal mem leaks due to perf issue correction 2022-02-22 17:18:07 +01:00
Louis Rubet
800dc3fc68
Merge pull request #230 from louisrubet/#225/lexer-perf-issue
#225 lexer perf issue
2022-02-22 16:48:06 +01:00
Louis Rubet
5c6a98e9bd
Merge pull request #229 from louisrubet/#218/add-missing-input
#218 add missing input
2022-02-22 16:46:13 +01:00
Louis Rubet
5c976eb922 Add debug and release dirs in .gitignore 2022-02-22 16:35:05 +01:00
Louis Rubet
50351b1917 Add missing input.cpp and input.hpp 2022-02-22 16:34:17 +01:00
Louis Rubet
683c4702d1 Remove regex from lexer, allocate mpreal only if needed 2022-02-22 16:26:59 +01:00
Louis Rubet
56298f6b8a allocate mpreal obj in lexer only when needed 2022-02-22 14:28:09 +01:00
Louis Rubet
d590642a6c
Merge pull request #226 from louisrubet/#218/stack_heap_refactoring
Code refactoring - mpreal, md tests, std allocation
2022-02-21 16:04:48 +01:00
Louis Rubet
1faf101dd8 Add lexer and input classes 2022-02-21 16:01:49 +01:00
Louis Rubet
8542890b61 stack by reference 2022-02-21 02:03:37 +01:00
Louis Rubet
bff2a3ec0c heap by reference 2022-02-21 01:42:52 +01:00
Louis Rubet
06a103fa8f some c++ better practices 2022-02-21 01:40:23 +01:00
Louis Rubet
328bdf3c58 main cleanup 2022-02-21 01:07:04 +01:00
Louis Rubet
f84a64da41 Changelog update + add TODO.md 2022-02-21 00:03:16 +01:00
Louis Rubet
e1d69e8876 test framework accepts script names as string again 2022-02-20 23:55:06 +01:00
Louis Rubet
e0c862eaaa removed norm as abs synonym (a norm is squared abs) 2022-02-20 23:51:33 +01:00
Louis Rubet
b90c382b24 set missing rnd default in rpn_default 2022-02-20 23:41:16 +01:00
Louis Rubet
12b83f69af manual tests ok, vars corrected 2022-02-20 19:08:56 +01:00
Louis Rubet
4aa71db351 trig and log tests pass 2022-02-20 18:53:00 +01:00
Louis Rubet
af5b3def4c time tests pass 2022-02-20 17:43:49 +01:00
Louis Rubet
949a1a0648 complex pass (except floating point base numbers) 2022-02-20 15:58:15 +01:00
Louis Rubet
f7b95c68a2 program test pass 2022-02-19 16:32:05 +01:00
Louis Rubet
f8cbae6d55 store tests pass, better swap, rot, roll, rolld 2022-02-18 17:43:07 +01:00
Louis Rubet
80bcb82d3f logical test tests pass 2022-02-18 00:27:06 +01:00
Louis Rubet
789dfef119 string tests pass 2022-02-17 19:04:40 +01:00
Louis Rubet
33815ddca1 real tests pass 2022-02-17 18:08:25 +01:00
Louis Rubet
84b5ce9e62 parser fix for numbers and real functions 2022-02-17 16:47:02 +01:00
Louis Rubet
42a9065d52 refactoring stack 2022-02-16 17:36:26 +01:00
Louis Rubet
51c5a4e0f2 refactoring branches 2022-02-16 16:57:56 +01:00
Louis Rubet
236fc940a7 refactoring base entries 2022-02-16 00:26:42 +01:00
Louis Rubet
dc758483e5 refactoring tests 2022-02-16 00:24:26 +01:00
Louis Rubet
9825a16409 refactoring II 2022-02-16 00:24:26 +01:00