Ruben Ayrapetyan
|
304098a984
|
Introducing make target for precommit testing: 'make precommit' that also supports parallel run: 'make -j precommit'. Introducing set of modifiers for linux target: libc_raw, musl, sanitize, valgrind. For example: 'make debug.linux-libc_raw-sanitize' or 'make release.linux-valgrind'. Removing corresponding flags.
|
2014-08-04 22:02:48 +04:00 |
|
Ruben Ayrapetyan
|
feba25f055
|
Supporting ASAN with LIBC_RAW.
|
2014-08-04 18:43:46 +04:00 |
|
Ilmir Usmanov
|
97dc322085
|
Fix assertions in parser
|
2014-08-04 17:50:08 +04:00 |
|
Ilmir Usmanov
|
084ed7aee4
|
Add --suppress=sizeofwithnumericparameter param to cppcheck
|
2014-08-04 17:22:32 +04:00 |
|
Ruben Ayrapetyan
|
09136e3e38
|
Moving cppcheck run from check targets to corresponding build targets; setting cppcheck's error exit code to 1.
|
2014-08-04 16:59:45 +04:00 |
|
Ruben Ayrapetyan
|
fa87696275
|
Revert "Fixes: JERRY_NVALGRIND effect was inverted; also a block was marked as inaccessible too early."
This reverts commit 53c0da4307b1407f506ff71b0e014eefe00da985.
|
2014-08-01 18:29:55 +04:00 |
|
Ruben Ayrapetyan
|
a6feea1068
|
Fixes: JERRY_NVALGRIND effect was inverted; also a block was marked as inaccessible too early.
|
2014-08-01 18:28:18 +04:00 |
|
Ruben Ayrapetyan
|
e1c57dc231
|
Adding valgrind's memcheck support in mem-heap. Adding valgrind's headers valgrind.h and memcheck.h to third-party/valgrind directory.
|
2014-08-01 18:22:34 +04:00 |
|
Ruben Ayrapetyan
|
61dd7a5dd9
|
nostdlib under libc_raw=1 option.
|
2014-08-01 15:49:27 +04:00 |
|
e.gavrin
|
22b7797a83
|
-03 causes crashes on release
|
2014-08-01 00:37:43 +04:00 |
|
e.gavrin
|
d97c51d76e
|
Add -O3 for host builds
|
2014-07-31 23:41:57 +04:00 |
|
Ruben Ayrapetyan
|
020325d199
|
__HOST -> __TARGET_HOST_X64
|
2014-07-31 22:23:05 +04:00 |
|
e.gavrin
|
c2ad77b2b5
|
Add sanitize=1 flag to enable build with address sanitizer, while disabling it from default build
|
2014-07-31 22:04:42 +04:00 |
|
e.gavrin
|
2c193c1e2b
|
Rename Makefile.mak -> Makefile.mk; Replace -O0 -> -Og
|
2014-07-31 21:59:35 +04:00 |
|