summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create_buildsys.py
AgeCommit message (Expand)Author
2016-07-08recipetool: create: avoid decoding errors with Python 3Paul Eggleton
2016-07-01recipetool: recognize less common makefile namesNathan Lynch
2016-06-03scripts: python3: convert iterables to listsEd Bartosh
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh
2016-06-02classes/lib: Update to match python3 iter requirementsRichard Purdie
2016-06-01recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton
2016-03-09recipetool: create: improve mapping for autotools program macrosPaul Eggleton
2016-03-09recipetool: create: be more tolerant of spacing in configure.acPaul Eggleton
2016-03-07recipetool: create: fix support for AX_CHECK_LIBRARYPaul Eggleton
2016-02-21recipetool: create: improve CMake package mappingPaul Eggleton
2016-02-21recipetool: create: add additional extension mechanismsPaul Eggleton
2016-02-11recipetool: create: support cmake find_library directivePaul Eggleton
2016-01-24recipetool: create: strip quotes from values extracted from CMakeLists.txtPaul Eggleton
2016-01-19recipetool: create: add basic support for extracting dependencies from cmakePaul Eggleton
2016-01-19recipetool: create: move dependency mapping code to RecipeHandlerPaul Eggleton
2016-01-19recipetool: create: support additional autoconf macros from autoconf-archivePaul Eggleton
2016-01-19recipetool: create: detect flex/bison dependencyPaul Eggleton
2016-01-19recipetool: create: pick up boost macros in configure.acPaul Eggleton
2016-01-19recipetool: create: improve extraction of pkg-config / lib depsPaul Eggleton
2015-12-28recipetool: create: improve autotools supportPaul Eggleton
2015-12-28recipetool: create: support extracting name and version from build scriptsPaul Eggleton
2015-12-28recipetool: create: fix do_install handling for makefile-only softwarePaul Eggleton
2015-09-12devtool: make plugin_init optionalEd Bartosh
2014-12-23scripts/recipetool: Add a recipe auto-creation scriptPaul Eggleton