aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2021-01-18compile_commands.json should be generated for the whole project (#4503)Robert Fancsik
2021-01-16Fixes ENABLE_AMALGAM need FORCE set to ON when building with MSVC (#4392)Yonggang Luo
2021-01-14Drop `-fno-...` compiler flags from CMakeLists (#4457)Akos Kiss
2021-01-11Officially introduce amalgamated builds (#4416)Akos Kiss
2021-01-08Disable libjerry-math by default (#4428)Akos Kiss
2021-01-05Rename jerry-libm to jerry-math (#4410)Akos Kiss
2020-11-17Add script to extract JerryScript version from headers (#4333)Akos Kiss
2020-11-12Fix tabulation of configuration messages (#4330)Akos Kiss
2020-10-21espressif's ESP-IDF port (#4270)Philippe
2020-06-30Adds support for compiling with MSYS and MINGW under windows (#3949)Ruzsinszki Gábor
2019-09-23Fix Cygwin build (#3147)Csaba Osztrogonác
2019-07-25Document and improve the single-source generation (#2986)Péter Gál
2019-06-19Improve libfuzz integration (#2916)Akos Kiss
2019-06-07Integrate LLVM's libfuzzer engine with JerryScript (#2898)Renáta Hodován
2018-08-29Move the 'init/fini arrays' build option to jerry-ext (#2493)Akos Kiss
2018-08-21Remove jerry-libc (#2332)Akos Kiss
2018-08-16Distinguish between public and private headers in jerry-core (#2472)Akos Kiss
2018-06-06Rework command line handling of build tool (#2373)Akos Kiss
2018-06-05Buildable as shared libraries (#2351)willeio
2018-06-04Add better support for proper installation after build (#2370)Akos Kiss
2018-05-22Consolidate compiler-specific parts of CMakeLists (#2349)Akos Kiss
2018-05-18Add Windows support. (#2306)Yonggang Luo
2018-05-07Tabulation/indentation fixes (#2314)Akos Kiss
2018-04-03Remove TARGET_HOST macros (#2264)Istvan Miklos
2017-11-16Ensure that the test version of the command line tool is stable for benchmark...Akos Kiss
2017-10-12Support multiple primary functions in a single snapshot. (#1797)Zoltan Herczeg
2017-09-22module: Re-implement using library constructors/destructors (#2018)Gabriel "_|Nix|_" Schulhof
2017-07-14Add support for doctests (#1909)Akos Kiss
2017-06-08When compiling with gcc 7 the current fallthrough comments (#1878)Péter Gál
2017-06-06CMakeLists maintenance (#1826)Akos Kiss
2017-05-09Implement common external function handlers in `jerry-ext` (#1787)Akos Kiss
2017-05-04A tool in jerry-ext: arg transformer for binding (#1740)Zidong Jiang
2017-04-26Aftermath of PRs #1505 and #1755 (#1771)Akos Kiss
2017-04-25Turn port implementations into proper libraries (#1777)Akos Kiss
2017-04-22Split unit tests into separate directories (#1761)Akos Kiss
2017-04-21Allow platforms/compilers to signal that user-specified settings are overridd...Akos Kiss
2017-04-20OSX-related CMakeLists maintenance (#1750)Akos Kiss
2017-03-09Fix old-style function definitions and enable warning. (#1651)Tilmann Scheller
2017-02-22Remove shadowed declarations, undefined identifiers, and specify argument typ...Robert Sipka
2017-01-24These changes are designed to enable the TI compilers to compile (#1505)t-harvey
2017-01-09Change the default build type to MinSizeRel. (#1513)Robert Sipka
2016-12-09Create a minimal commandline tool to run benchmarks with it. (#1478)Robert Sipka
2016-12-09Fix the order in cmake build settings/options and their status messages. (#1480)Robert Sipka
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-11-11Since glibc 2.20, the _BSD_SOURCE macro is deprecated. (#1425)Robert Sipka
2016-10-04Drop `-gdwarf-4` from compiler flags (#1385)Akos Kiss
2016-09-30Simplify the way libgcc is linked (#1380)Akos Kiss
2016-09-20Sync cmake and build.py defaults (#1360)Akos Kiss
2016-09-15Improve the linking of libraries (#1338)Akos Kiss
2016-09-06Fix -Wsign-conversion Clang warning.Robert Sipka