ages/lamake.git
2011-09-07 Stefan Majewskysimplify config syntax: "begin" and "end [target|group... master
2011-09-05 Stefan Majewskylogprinter: Display one-line ranges as single line...
2011-08-31 Stefan MajewskyShell: Add "-f/--force" switch to "lamake build" command.
2011-08-31 Stefan MajewskyShell: Allow to specify multiple targets at once in...
2011-08-23 Stefan MajewskyFix "target unknown" error message.
2011-07-26 Stefan Majewskysupport custom environment variables per target
2011-07-20 Stefan MajewskyMore extensions for the clean target.
2011-07-20 Stefan Majewskylatexlog.logdef: Additional heuristics for recognizing...
2011-04-14 Stefan MajewskyBasic BibTeX support.
2011-04-14 Stefan MajewskyImprove behavior for Beamer presentations.
2010-12-02 Stefan MajewskyColored log.
2010-12-02 Stefan MajewskyNew LaMake::DependencyProvider manages provided depende...
2010-08-24 Stefan MajewskyFix installing of PDFs in situations where there is...
2010-08-24 Stefan MajewskyAdd "to" clause, which allows to "install" the compiled...
2010-06-28 Stefan MajewskyMake it compile on Qt 4.3.
2010-06-24 Stefan MajewskyFix display of pdflatex errors.
2010-06-23 Stefan MajewskyBuild targets only if they are outdated.
2010-06-23 Stefan MajewskyCheck log for "rerun to get cross-references right...
2010-06-03 Stefan MajewskyHandle all "LaTeX Warning"s correctly, esp. those for...
2010-05-19 Stefan MajewskyImprove the handling of filenames with non-ASCII charac...
2010-05-16 Stefan MajewskyImprove coverage of LaTeX warning and error messages.
2010-05-16 Stefan MajewskyIntroduce a LatexLogPrinter to actually use the new...
2010-05-12 Stefan MajewskyI should have tested the code before committing. ;-)
2010-05-12 Stefan MajewskySplit log screening into a separate class LogFile.
2010-05-12 Stefan MajewskyLogdef: Detect most (all?) errors and warnings.
2010-05-12 Stefan MajewskyParse a bit more into the LatexLogModel: files, outputp...
2010-05-12 Stefan MajewskyCreate the first sketch of a LatexLogModel for use...
2010-05-11 Stefan MajewskyRename LogScannerV2 to LatexLogScannerEngine.
2010-05-11 Stefan MajewskySplit lamakecore library from lamake, and include log...
2010-05-07 Stefan MajewskyVarious logdef improvements: Recognize pdftex warnings...
2010-05-06 Stefan MajewskyFix non-debug mode.
2010-05-06 Stefan MajewskyLogScanner: Match PDF output pages (square bracket...
2010-05-06 Stefan MajewskyWith a big hack, implement automatic package generation...
2010-05-06 Stefan MajewskyWhen the jobfilename is encountered, do not enter a...
2010-05-06 Stefan MajewskyRecognize more file inclusions, and some graphics file...
2010-05-06 Stefan MajewskyImprove autounwrapping.
2010-05-06 Stefan MajewskyChange debug output: Print contexts as XML tree.
2010-05-05 Stefan MajewskyAdd some more rules. Test log is now covered 55%.
2010-05-05 Stefan MajewskyGreatly expand the LaTeX logdef. The Scanner now recogn...
2010-05-04 Stefan MajewskyA first sketch of what shall become the new LogScanner.
2010-05-04 Stefan MajewskyFrom the stupid-errors dept.: Add the QVariantList...
2010-05-04 Stefan MajewskyMake the intrinsic name-less function available under...
2010-05-04 Stefan MajewskyExtend messages for parameter error messages with param...
2010-05-04 Stefan MajewskyAllow QVariant user types to be used in LaScript.
2010-05-04 Stefan MajewskyAdd (clear STACK) method to LaScript::Engine.
2010-05-04 Stefan MajewskyAdd list handling to LaScript::Engine.
2010-05-01 Stefan MajewskyBuild a full-blown, yet minimalistic scripting engine...
2010-05-01 Stefan MajewskyMove S-expression parser code to subdirectory scripting.
2010-04-30 Stefan MajewskyFrom the "what-the?!?" dept.: Import an S-expression...
2010-04-19 Stefan MajewskyCreate doc subdirectory, and sketch some further design...
2010-04-19 Stefan MajewskyAbstract most of {Svg,Eps}FileDependency into new class...
2010-04-19 Stefan MajewskyFix regression: Commit f5ebbdc broke log printing.
2010-04-19 Stefan MajewskyAdd install() rules to CMakeLists.
2010-04-19 Stefan MajewskyRefactor BuildManager: Split off class BuildJob.
2010-04-19 Stefan MajewskyMove monitoring of temporary files to LaMake::TargetDep...
2010-04-18 Stefan MajewskyImport LaMake from local.