You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sami Vaarala 8f38a00bf0 Some -Wsign-conversion fixes 7 years ago
..
architectures Change MIPS alignment to 8 8 years ago
compilers Fixed some issues with Microsoft Visual Studio, allowing compilations on VC2005 and earlier (up to at least VC6). 8 years ago
config-options Add DUK_USE_PROMISE_BUILTIN config option 7 years ago
examples Add DUK_USE_PERFORMANCE_BUILTIN 7 years ago
feature-options Config changes for C++ and setjmp() reworks 9 years ago
header-snippets Some -Wsign-conversion fixes 7 years ago
helper-snippets Add the Durango platform. 8 years ago
other-defines Remove normal double constants from config 8 years ago
platforms Config for clock_gettime(CLOCK_MONOTONIC) 7 years ago
README.rst Internal doc changes for DUK_OPT_xxx removal 8 years ago
architectures.yaml Config metadata and snippet improvements 9 years ago
compilers.yaml Config metadata and snippet improvements 9 years ago
platforms.yaml More descriptive platform name for Durango 8 years ago
tags.yaml Add DUK_USE_PERFORMANCE_BUILTIN 7 years ago

README.rst

=================
Duktape genconfig
=================

``genconfig`` is a helper script for coming up with a ``duk_config.h`` for
compiling Duktape for your platform.

To support this:

* It helps to create a ``duk_config.h`` for your platform/compiler
combination. You can give a base configuration and then force certain
values manually based on a YAML configuration file.

* It autogenerates documentation for config options based on option metadata
files written in YAML.

NOTE: ``tools/configure.py`` is now the preferred tool for preparing a config
header (using genconfig.py) and Duktape source files (using other tools) for
build.