]> git.ipfire.org Git - people/ms/pakfire.git/shortlog
people/ms/pakfire.git
2021-03-04  Michael Tremer_pakfire: Remove the trailing newline before passing...
2021-03-04  Michael Tremerexecute: Pass string length to logging function
2021-03-04  Michael Tremerexecute: Log something if the logging callback failed
2021-03-04  Michael Tremer_pakfire: Translate log levels to Python
2021-03-04  Michael Tremerparser: Drop unused function
2021-03-04  Michael Tremerparser: Consolidate compiling regular expressions into...
2021-03-04  Michael Tremerparser: commands: Don't be greedy when finding the...
2021-03-04  Michael Tremerbuilder: Refactor logging
2021-03-03  Michael Tremerparser: Capture the output of commands
2021-03-03  Michael Tremerutil: Make pakfire_string_replace more robust on invali...
2021-03-03  Michael Tremerexecute: Add data pointer to logging callback
2021-03-03  Michael Tremerparser: Implement executing commands in %(...)
2021-03-03  Michael Tremerparser: Use JIT for PCRE2
2021-03-03  Michael Tremerparser: Split expanding variables into separate function
2021-03-03  Michael Tremerparser: Use PCRE2 for regex matching
2021-03-03  Michael Tremerlibpakfire: Link against PCRE2 (8 bit)
2021-03-03  Michael Tremerparser: expand: Tidy up some code
2021-03-03  Michael Tremertests: makefile: Update test to latest parser changes
2021-03-03  Michael Tremerparser: Improve performance of expanding strings
2021-03-03  Michael Tremerparser: Add support for flags
2021-03-03  Michael Tremerutil: Implement a function that replace patterns in...
2021-03-02  Michael Tremerbuilder: Set BASEDIR in build environment
2021-03-02  Michael Tremerpython: parser: Implement setting variables
2021-03-02  Michael Tremerbuilder: Run build scripts in all stages
2021-03-02  Michael Tremerpython: Export pakfire_execute_script
2021-03-02  Michael Tremerexecute: Activate environment earlier to write to ramdisks
2021-03-02  Michael Tremerparser: Split keys into name and namespace part
2021-03-02  Michael Tremertests: Check and warn if an expected string is NULL
2021-03-01  Michael Tremerexecute: Add function to execute a script
2021-03-01  Michael Tremer_pakfire: parser: Hold a reference to the parser object
2021-03-01  Michael Tremer_pakfire: archive: Remove debugging line
2021-03-01  Michael Tremerparser: Handle appending variables correctly
2021-03-01  Michael Tremerparser: Handle "export" keyword
2021-03-01  Michael Tremerparser: Fix reference counting
2021-03-01  Michael Tremerparser: Unref parent only when set
2021-03-01  Michael Tremertests: Return number of failed test
2021-03-01  Michael Tremerparser: Have the merge() function return an integer
2021-03-01  Michael Tremerparser: Remove unused function
2021-03-01  Michael Tremerbuilder: Implement reading makefiles
2021-03-01  Michael Tremerparser: Create an error object when parsing failed
2021-03-01  Michael Tremerparser: Handle lines continued with backslash
2021-02-27  Michael Tremertests: makefile: Test if parsing macros works
2021-02-27  Michael TremerFix typo
2021-02-27  Michael Tremer_pakfire: Show path when mount/umount failed
2021-02-27  Michael Tremerparser: Allow empty lines after T_KEY to open a block
2021-02-27  Michael Tremertests: Parse beep.nm
2021-02-26  Michael Tremerutil: Refactor pakfire_string_partition
2021-02-26  Michael Tremerparser: Disable debugging
2021-02-26  Michael Tremerparser: Do not consider a READLINES block opening with...
2021-02-26  Michael Tremerparser: Allow reading empty keys
2021-02-26  Michael Tremerparser: Remove hack to match beginning of line
2021-02-25  Michael Tremerparser: Fixup readline
2021-02-25  Michael Tremerparser: Just ignore any "def" or "define" keywords
2021-02-25  Michael Tremerparser: Add a hack for "template NAME" lines
2021-02-25  Michael Tremerparser: Remove hack to detect "end"
2021-02-25  Michael Tremerparser: Add support for named subparsers and variables
2021-02-25  Michael Tremerparser: Only treat keywords as such when they are at...
2021-02-25  Michael Tremerparser: Handle empty else statement returning NULL
2021-02-25  Michael Tremertests: parser: Add a simple if clause
2021-02-25  Michael Tremerparser: Remove any leading whitespace from values
2021-02-25  Michael Tremerparser: Change handling of namespace
2021-02-25  Michael Tremertests: Show received string as well as expected string
2021-02-25  Michael Tremerparser: Drop unused function
2021-02-25  Michael Tremerparser: Introduce new data type for declarations
2021-02-24  Michael Tremerparser: Add support for conditionals
2021-02-24  Michael Tremerparser: Do not define yyunput
2021-02-24  Michael Tremerparser: Remove some debugging output
2021-02-24  Michael Tremerparser: Allow empty lines in READLINES
2021-02-24  Michael Tremerparser: Add keywords that open a new parser
2021-02-24  Michael Tremerparser: Jump into an extra context when we could not...
2021-02-24  Michael Tremerparser: Use yyless(0) instead of unput(*yytext)
2021-02-24  Michael Tremerparser: Move test cases into many smaller files
2021-02-24  Michael Tremerparser: Ignore empty lines
2021-02-23  Michael Tremerparser: Parse multi-line definitions
2021-02-23  Michael Tremerparser: Implement appending strings with +=
2021-02-23  Michael Tremerparser: Start from scratch
2021-02-23  Michael Tremerrepo: Increase XZ work buffer from 1 byte to 1 megabyte
2021-02-15  Michael Tremerparser: Remove more useless directives
2021-02-15  Michael Tremerparser: Move cleaning up the parser out of debug block
2021-02-15  Michael Tremerparser: Revert back to GLR mode
2021-02-15  Michael Tremerparser: Remove ineffective directives
2021-02-15  Michael Tremerconfigure: Fix raw bison and call it directly
2021-02-15  Michael Tremerparser: Fix path of source files after move
2021-02-14  Michael Tremerconfigure: Use bison instead of POSIX yacc
2021-02-14  Michael Tremerpython: Export pakfire_make_path()
2021-02-14  Michael Tremerparser: Disable useless code when compiling without...
2021-02-14  Michael Tremerparser: Do not use pakfire's own memory allocation...
2021-02-14  Michael Tremerbison: Update %error-verbose directive
2021-02-13  Michael Tremerpython: parser: Extend and let it read from file
2021-02-13  Michael Tremerpython: Add simply Parser module
2021-02-13  Michael Tremerpakfire: Skip deactivation when running in /
2021-02-13  Michael Tremerparser: Remove declaration limit and allocate memory...
2021-02-13  Michael Tremerbuilder: Extract packages into the build environment
2021-02-13  Michael TremerDrop unused compression module
2021-02-13  Michael Tremersystem: Drop loads of unused mountpoint code
2021-02-13  Michael Tremer_pakfire: Drop unused sync() function
2021-02-13  Michael Tremer_pakfire: Drop unused constants
2021-02-13  Michael Tremerbuilder: Add mount/umount to _pakfire to avoid calling...
2021-02-13  Michael Tremerbuilder: Remove ccache settings in environment
2021-02-13  Michael Tremerbuilder: Do not lock build environments
next