| 2011-09-07 |
Stefan Majewsky | simplify config syntax: "begin" and "end [target|group... master |
commit | commitdiff | tree | snapshot |
| 2011-09-05 |
Stefan Majewsky | logprinter: Display one-line ranges as single line... |
commit | commitdiff | tree | snapshot |
| 2011-08-31 |
Stefan Majewsky | Shell: Add "-f/--force" switch to "lamake build" command. |
commit | commitdiff | tree | snapshot |
| 2011-08-31 |
Stefan Majewsky | Shell: Allow to specify multiple targets at once in... |
commit | commitdiff | tree | snapshot |
| 2011-08-23 |
Stefan Majewsky | Fix "target unknown" error message. |
commit | commitdiff | tree | snapshot |
| 2011-07-26 |
Stefan Majewsky | support custom environment variables per target |
commit | commitdiff | tree | snapshot |
| 2011-07-20 |
Stefan Majewsky | More extensions for the clean target. |
commit | commitdiff | tree | snapshot |
| 2011-07-20 |
Stefan Majewsky | latexlog.logdef: Additional heuristics for recognizing... |
commit | commitdiff | tree | snapshot |
| 2011-04-14 |
Stefan Majewsky | Basic BibTeX support. |
commit | commitdiff | tree | snapshot |
| 2011-04-14 |
Stefan Majewsky | Improve behavior for Beamer presentations. |
commit | commitdiff | tree | snapshot |
| 2010-12-02 |
Stefan Majewsky | Colored log. |
commit | commitdiff | tree | snapshot |
| 2010-12-02 |
Stefan Majewsky | New LaMake::DependencyProvider manages provided depende... |
commit | commitdiff | tree | snapshot |
| 2010-08-24 |
Stefan Majewsky | Fix installing of PDFs in situations where there is... |
commit | commitdiff | tree | snapshot |
| 2010-08-24 |
Stefan Majewsky | Add "to" clause, which allows to "install" the compiled... |
commit | commitdiff | tree | snapshot |
| 2010-06-28 |
Stefan Majewsky | Make it compile on Qt 4.3. |
commit | commitdiff | tree | snapshot |
| 2010-06-24 |
Stefan Majewsky | Fix display of pdflatex errors. |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
Stefan Majewsky | Build targets only if they are outdated. |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
Stefan Majewsky | Check log for "rerun to get cross-references right... |
commit | commitdiff | tree | snapshot |
| 2010-06-03 |
Stefan Majewsky | Handle all "LaTeX Warning"s correctly, esp. those for... |
commit | commitdiff | tree | snapshot |
| 2010-05-19 |
Stefan Majewsky | Improve the handling of filenames with non-ASCII charac... |
commit | commitdiff | tree | snapshot |
| 2010-05-16 |
Stefan Majewsky | Improve coverage of LaTeX warning and error messages. |
commit | commitdiff | tree | snapshot |
| 2010-05-16 |
Stefan Majewsky | Introduce a LatexLogPrinter to actually use the new... |
commit | commitdiff | tree | snapshot |
| 2010-05-12 |
Stefan Majewsky | I should have tested the code before committing. ;-) |
commit | commitdiff | tree | snapshot |
| 2010-05-12 |
Stefan Majewsky | Split log screening into a separate class LogFile. |
commit | commitdiff | tree | snapshot |
| 2010-05-12 |
Stefan Majewsky | Logdef: Detect most (all?) errors and warnings. |
commit | commitdiff | tree | snapshot |
| 2010-05-12 |
Stefan Majewsky | Parse a bit more into the LatexLogModel: files, outputp... |
commit | commitdiff | tree | snapshot |
| 2010-05-12 |
Stefan Majewsky | Create the first sketch of a LatexLogModel for use... |
commit | commitdiff | tree | snapshot |
| 2010-05-11 |
Stefan Majewsky | Rename LogScannerV2 to LatexLogScannerEngine. |
commit | commitdiff | tree | snapshot |
| 2010-05-11 |
Stefan Majewsky | Split lamakecore library from lamake, and include log... |
commit | commitdiff | tree | snapshot |
| 2010-05-07 |
Stefan Majewsky | Various logdef improvements: Recognize pdftex warnings... |
commit | commitdiff | tree | snapshot |
| 2010-05-06 |
Stefan Majewsky | Fix non-debug mode. |
commit | commitdiff | tree | snapshot |
| 2010-05-06 |
Stefan Majewsky | LogScanner: Match PDF output pages (square bracket... |
commit | commitdiff | tree | snapshot |
| 2010-05-06 |
Stefan Majewsky | With a big hack, implement automatic package generation... |
commit | commitdiff | tree | snapshot |
| 2010-05-06 |
Stefan Majewsky | When the jobfilename is encountered, do not enter a... |
commit | commitdiff | tree | snapshot |
| 2010-05-06 |
Stefan Majewsky | Recognize more file inclusions, and some graphics file... |
commit | commitdiff | tree | snapshot |
| 2010-05-06 |
Stefan Majewsky | Improve autounwrapping. |
commit | commitdiff | tree | snapshot |
| 2010-05-06 |
Stefan Majewsky | Change debug output: Print contexts as XML tree. |
commit | commitdiff | tree | snapshot |
| 2010-05-05 |
Stefan Majewsky | Add some more rules. Test log is now covered 55%. |
commit | commitdiff | tree | snapshot |
| 2010-05-05 |
Stefan Majewsky | Greatly expand the LaTeX logdef. The Scanner now recogn... |
commit | commitdiff | tree | snapshot |
| 2010-05-04 |
Stefan Majewsky | A first sketch of what shall become the new LogScanner. |
commit | commitdiff | tree | snapshot |
| 2010-05-04 |
Stefan Majewsky | From the stupid-errors dept.: Add the QVariantList... |
commit | commitdiff | tree | snapshot |
| 2010-05-04 |
Stefan Majewsky | Make the intrinsic name-less function available under... |
commit | commitdiff | tree | snapshot |
| 2010-05-04 |
Stefan Majewsky | Extend messages for parameter error messages with param... |
commit | commitdiff | tree | snapshot |
| 2010-05-04 |
Stefan Majewsky | Allow QVariant user types to be used in LaScript. |
commit | commitdiff | tree | snapshot |
| 2010-05-04 |
Stefan Majewsky | Add (clear STACK) method to LaScript::Engine. |
commit | commitdiff | tree | snapshot |
| 2010-05-04 |
Stefan Majewsky | Add list handling to LaScript::Engine. |
commit | commitdiff | tree | snapshot |
| 2010-05-01 |
Stefan Majewsky | Build a full-blown, yet minimalistic scripting engine... |
commit | commitdiff | tree | snapshot |
| 2010-05-01 |
Stefan Majewsky | Move S-expression parser code to subdirectory scripting. |
commit | commitdiff | tree | snapshot |
| 2010-04-30 |
Stefan Majewsky | From the "what-the?!?" dept.: Import an S-expression... |
commit | commitdiff | tree | snapshot |
| 2010-04-19 |
Stefan Majewsky | Create doc subdirectory, and sketch some further design... |
commit | commitdiff | tree | snapshot |
| 2010-04-19 |
Stefan Majewsky | Abstract most of {Svg,Eps}FileDependency into new class... |
commit | commitdiff | tree | snapshot |
| 2010-04-19 |
Stefan Majewsky | Fix regression: Commit f5ebbdc broke log printing. |
commit | commitdiff | tree | snapshot |
| 2010-04-19 |
Stefan Majewsky | Add install() rules to CMakeLists. |
commit | commitdiff | tree | snapshot |
| 2010-04-19 |
Stefan Majewsky | Refactor BuildManager: Split off class BuildJob. |
commit | commitdiff | tree | snapshot |
| 2010-04-19 |
Stefan Majewsky | Move monitoring of temporary files to LaMake::TargetDep... |
commit | commitdiff | tree | snapshot |
| 2010-04-18 |
Stefan Majewsky | Import LaMake from local. |
commit | commitdiff | tree | snapshot |
|