Activity

From 10/08/2014 to 11/06/2014

11/05/2014

07:51 PM Revision e277e473: Backport: Fixed sub-directory handling in git aspect in src/project/aspects.lisp
Sub-directory specifications with a trailing "/" were included verbatim
in the -name predicate of generated find invo...
J. Moringen
07:50 PM Revision 8b53663b: Fixed sub-directory handling in git aspect in src/project/aspects.lisp
Sub-directory specifications with a trailing "/" were included verbatim
in the -name predicate of generated find invo...
J. Moringen

10/30/2014

02:04 AM Revision 72cb9f0a: Fixed git sub-directory corner case in src/project/aspects.lisp
A directory structure like
SOME-DIR
SUB-DIRECTORY/SOME-DIR
where SUB-DIRECTORY is the name of the configured su...
J. Moringen
02:03 AM Revision 8c9ec52f: Handle empty list of natures correctly in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (analyze-project): distinguish
properly between an undefined list of natures ...
J. Moringen
01:48 AM Revision 747f924b: Backport: Fixed git sub-directory corner case in src/project/aspects.lisp
A directory structure like
SOME-DIR
SUB-DIRECTORY/SOME-DIR
where SUB-DIRECTORY is the name of the configured su...
J. Moringen
01:40 AM Revision f91f561c: Backport: Handle empty list of natures correctly in src/commandline-interface/...
* src/commandline-interface/main.lisp (analyze-project): distinguish
properly between an undefined list of natures ...
J. Moringen

10/27/2014

07:22 PM Revision 1f44674a: Backport: Use safe external format for license files in src/analysis/license.lisp
* src/analysis/license.lisp (header): updated copyright
(analyze pathname eql :license): use `read-file-into-string...
J. Moringen
07:20 PM Revision 1dbbb76d: Use safe external format for license files in src/analysis/license.lisp
* src/analysis/license.lisp (header): updated copyright
(analyze pathname eql :license): use `read-file-into-string...
J. Moringen

10/23/2014

06:31 PM Revision 79a660fc: Orchestration jobs are generated in src/commandline-interface/main.lisp
fixes #1886
* src/commandline-interface/main.lisp
(+description-automatically-generated+): new constant; marks job...
J. Moringen
06:15 PM Revision 5e9253e4: Backport: Handle sub-directories more robustly in src/project/aspects.lisp
* src/project/aspects.lisp (make-move-stuff-upwards/unix): new function;
helper function for generating a shell fra...
J. Moringen
06:14 PM Revision 2435acc5: Handle sub-directories more robustly in src/project/aspects.lisp
* src/project/aspects.lisp (make-move-stuff-upwards/unix): new function;
helper function for generating a shell fra...
J. Moringen
04:40 PM Revision 792fefe5: Backport: Generate non-verbose wget downloads in src/project/aspects.lisp
refs #1989
* src/project/aspects.lisp (define-aspect archive): use wget's
--no-verbose flag to make the console ou...
J. Moringen
04:40 PM Revision 996dfa30: Generate non-verbose wget downloads in src/project/aspects.lisp
refs #1989
* src/project/aspects.lisp (define-aspect archive): use wget's
--no-verbose flag to make the console ou...
J. Moringen

10/20/2014

03:30 PM Revision fe19a039: Hack to make ordering errors continuable in src/project/util.lisp
* src/project/util.lisp (header): updated copyright
(sort-with-partial-order): made failed ordering error continuable
J. Moringen
01:49 PM Revision 58656acb: Allow uninterpreted $, @ in expressions in src/project/protocol.lisp
fixes #1879
Allow "$" and "@" in ordinary text as long as they are not followed by
"{".
* src/project/protocol.lisp...
J. Moringen

10/09/2014

07:49 PM Revision feffe9bf: Hack builder ordering in src/project/aspects.lisp
* src/project/aspects.lisp (define-aspect git): employ hack to ensure
the sub-directory-related renaming happen bef...
J. Moringen
07:16 PM Revision 3b8f2655: Fixes for multi-nature analysis in src/analysis/analysis.lisp
refs #2021
* src/analysis/analysis.lisp (analyze pathname eql :auto): when merging
analysis results, produce a pli...
J. Moringen
07:16 PM Revision 0d0a7544: Merge multiple ASDF systems description in src/analysis/asdf.lisp
* src/analysis/asdf.lisp (analyze pathname eql :asdf): if the directory
and/or system definition files contain mult...
J. Moringen
07:16 PM Revision 81caae61: Improved ASDF parsing in src/analysis/asdf.lisp
* src/analysis/asdf.lisp (header): added one-line summary
(with-reset-source-registry): removed; no longer needed
...
J. Moringen
07:12 PM Revision 4a874e6b: Backport: Fixes for multi-nature analysis in src/analysis/analysis.lisp
refs #2021
* src/analysis/analysis.lisp (analyze pathname eql :auto): when merging
analysis results, produce a pli...
J. Moringen
07:12 PM Revision 2a8d19af: Backport: Merge multiple ASDF systems description in src/analysis/asdf.lisp
* src/analysis/asdf.lisp (analyze pathname eql :asdf): if the directory
and/or system definition files contain mult...
J. Moringen
07:11 PM Revision 2f9cbab1: Backport: Improved ASDF parsing in src/analysis/asdf.lisp
* src/analysis/asdf.lisp (header): added one-line summary
(with-reset-source-registry): removed; no longer needed
...
J. Moringen
04:16 PM Revision c6caff52: Run svn without --non-interactive in src/analysis/subversion.lisp
fixes #1983
The "--non-interactive" prevents Subversion from talking to password
managers like KWallet or gnome-keyr...
J. Moringen
03:35 PM Revision fa0e4c39: Version bump in jenkins.project.asd
* jenkins.project.asd (+version-minor+): changed 3 -> 4 J. Moringen
02:15 PM Revision 44925c58: Support mercurial DVCS in src/analysis/mercurial.lisp
fixes #1669
* src/analysis/mercurial.lisp: new file; contains support for the
mercurial DVCS
* jenkins.project.asd...
J. Moringen

10/08/2014

05:29 PM Revision b3c7c53c: Handle inter-sub-module dependencies in src/analysis/maven.lisp
sub-modules can provide things for each other. Resolve these relations
to avoid outputting bogus requirements.
* src...
J. Moringen
05:28 PM Revision 7412df86: Do not include scopes in dependency output in src/analysis/maven.lisp
May be used later but would make dependency resolution too complicated
now.
* src/analysis/maven.lisp (id->name+vers...
J. Moringen
05:26 PM Revision c970a5e4: Multiple natures/nature specification in src/analysis/*.lisp
fixes #2021
* src/analysis/analysis.lisp (guess-project-natures): renamed
project-kind -> guess-project-natures; r...
J. Moringen
05:25 PM Revision 85096ff3: Improved pkg-config analysis in src/analysis/{cmake,pkg-config}.lisp
For pkg-config, the filename determines the name of the module. The
"Name" field only contains a display name.
* src...
J. Moringen
05:23 PM Revision b6c8295e: Added archive access method and archive aspect
refs #1989
This commit adds initial support. Still missing is the ability to use
variable substitution in repository...
J. Moringen
 

Also available in: Atom