summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create_buildsys.py
Commit message (Expand)AuthorAgeFilesLines
* recipetool: create: skip values extracted from spec files containing macrosPaul Eggleton2017-05-231-0/+4
* recipetool: create: pick up AC_PROG_SWIGPaul Eggleton2016-09-201-1/+2
* recipetool: create: detect python autoconf macrosPaul Eggleton2016-09-201-0/+16
* recipetool: create: AX_PKG_SWIG should add dependency on swig-nativePaul Eggleton2016-09-081-1/+1
* recipetool: create: avoid decoding errors with Python 3Paul Eggleton2016-07-081-7/+7
* recipetool: recognize less common makefile namesNathan Lynch2016-07-011-1/+1
* scripts: python3: convert iterables to listsEd Bartosh2016-06-031-1/+1
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-021-5/+5
* classes/lib: Update to match python3 iter requirementsRichard Purdie2016-06-021-1/+1
* recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton2016-06-011-12/+25
* recipetool: create: improve mapping for autotools program macrosPaul Eggleton2016-03-091-6/+30
* recipetool: create: be more tolerant of spacing in configure.acPaul Eggleton2016-03-091-8/+8
* recipetool: create: fix support for AX_CHECK_LIBRARYPaul Eggleton2016-03-071-1/+1
* recipetool: create: improve CMake package mappingPaul Eggleton2016-02-211-11/+28
* recipetool: create: add additional extension mechanismsPaul Eggleton2016-02-211-7/+112
* recipetool: create: support cmake find_library directivePaul Eggleton2016-02-111-0/+10
* recipetool: create: strip quotes from values extracted from CMakeLists.txtPaul Eggleton2016-01-241-5/+8
* recipetool: create: add basic support for extracting dependencies from cmakePaul Eggleton2016-01-191-6/+171
* recipetool: create: move dependency mapping code to RecipeHandlerPaul Eggleton2016-01-191-113/+8
* recipetool: create: support additional autoconf macros from autoconf-archivePaul Eggleton2016-01-191-1/+94
* recipetool: create: detect flex/bison dependencyPaul Eggleton2016-01-191-0/+9
* recipetool: create: pick up boost macros in configure.acPaul Eggleton2016-01-191-0/+4
* recipetool: create: improve extraction of pkg-config / lib depsPaul Eggleton2016-01-191-4/+14
* recipetool: create: improve autotools supportPaul Eggleton2015-12-281-11/+27
* recipetool: create: support extracting name and version from build scriptsPaul Eggleton2015-12-281-45/+237
* recipetool: create: fix do_install handling for makefile-only softwarePaul Eggleton2015-12-281-1/+1
* devtool: make plugin_init optionalEd Bartosh2015-09-121-3/+0
* scripts/recipetool: Add a recipe auto-creation scriptPaul Eggleton2014-12-231-0/+319