Activity

From 09/17/2017 to 10/16/2017

10/13/2017

12:40 PM Revision 3270740f: removed unused phase stuff
J. Moringen
12:40 PM Revision e74c9656: phase error stuff
J. Moringen
12:40 PM Revision 45bd581d: citkat report
J. Moringen
12:40 PM Revision e8c3870a: description and keywords variables
J. Moringen
12:40 PM Revision 8859568b: Added hack command in src/commands/command-hack.lisp
J. Moringen
12:40 PM Revision 016b23db: Added recipe-and-version type in src/commands/value-types.lisp
* src/commands/value-types.lisp (recipe-and-version): new type; a
recipe pathname and a version string
(raw->valu...
J. Moringen
12:40 PM Revision 4006438a: Natures in analyze command
J. Moringen
12:40 PM Revision 0268353b: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
12:40 PM Revision 6e765dd3: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
12:40 PM Revision fa015373: Added report command in src/commands/command-report.lisp
J. Moringen
12:40 PM Revision 8047117c: suspicious natures in src/commands/command-validate.lisp
J. Moringen
12:40 PM Revision 3e39c3f7: for validate
J. Moringen
12:40 PM Revision 09ccc939: for validate command
J. Moringen
12:40 PM Revision e3d2649f: Added validate command in src/commands/command-validate.lisp
J. Moringen
12:40 PM Revision f4a9c5ef: trace-variable
J. Moringen
12:40 PM Revision 1f8dfae6: dry-run for generate
J. Moringen
12:40 PM Revision 85b8a3cc: for src/commandline-interface/configuration.lisp
J. Moringen
12:40 PM Revision c31c9133: maybe for generate command
J. Moringen
12:40 PM Revision 34db79a2: for generate command
J. Moringen
12:40 PM Revision 079a9de9: Option error reporting issues
J. Moringen
12:40 PM Revision dbf158af: Removed legacy configuration in src/commandline-interface/configuration.lisp
J. Moringen
12:40 PM Revision 73fd8afa: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
12:40 PM Revision cf8e3959: removed legacy stuff from main
J. Moringen
12:40 PM Revision 19a89a87: Removed clon dependency
J. Moringen
12:40 PM Revision 8e11681f: Removed generate stuff from main.lisp
J. Moringen
12:40 PM Revision eefefca2: Use command mechanism in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): when the commandline
looks like it uses the command-based syntax, use...
J. Moringen
12:40 PM Revision 575418c6: Added generate command in src/commands/command-generate.lisp
J. Moringen
12:40 PM Revision c1f94fe8: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
12:40 PM Revision 4155209f: Added info commands in src/commands/command-info-{variables,aspects}.lisp
* src/commands/command-info-variables.lisp: new file;
* src/commands/command-info-aspects.lisp: new file;
* src/comm...
J. Moringen
12:40 PM Revision 80bb228a: Added help command in src/commands/command-help.lisp
* src/commands/command-help.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
added...
J. Moringen
12:40 PM Revision 1b10930e: Added version command in src/commands/command-version.lisp
* src/commands/command-version.lisp:
* jenkins.project.commands.asd (system jenkins.project.commands):
added file s...
J. Moringen
12:40 PM Revision ebc63da8: Added checking functions in src/commands/functions-check.lisp
* src/commands/functions-check.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
12:40 PM Revision dc7bd053: Added deployment functions in src/commands/functions-deploy.lisp
* src/commands/functions-deploy.lisp: new file
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
12:40 PM Revision 0733068e: Added input functions in src/commands/functions-input.lisp
J. Moringen
12:40 PM Revision eb263805: Added version functions in src/commands/functions-version.lisp
J. Moringen
12:40 PM Revision 36576b6d: Added phase machinery in src/commands/{conditions,phases}.lisp
* src/commands/conditions.lisp (phase-condition): new condition class;
superclass for phase-related conditions
(d...
J. Moringen
12:40 PM Revision ab885409: Added command class mixins in src/commands/mixins.lisp
* src/commands/mixins.lisp: new file; contains mixin classes for
command classes
* jenkins.project.commands.asd (sy...
J. Moringen
12:40 PM Revision e90ec2a7: Added value type conversions in src/commands/value-types.lisp
* src/commands/value-types.lisp: new file; contains value type
conversions for recipe-version pairs and variable as...
J. Moringen
12:40 PM Revision 44dc420d: Added execute-command in src/commands/protocol.lisp
* src/commands/protocol.lisp (execute-command): new function; execute
command with condition handling and threadpoo...
J. Moringen
12:40 PM Revision f2b7283a: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
12:40 PM Revision f1036f5c: Initial import of commands module in src/commands/*.lisp
* src/commands/conditions.lisp: new file; conditions signaled by the
commands module
* src/commands/protocol.lisp: ...
J. Moringen
12:40 PM Revision f8cc6e24: Added help functions in src/commandline-options/help.lisp
* src/commandline-options/help.lisp: new file; contains functions for
printing option-related help messages
* src/c...
J. Moringen
12:40 PM Revision 35bf8fe1: Added option-synopsis in src/commandline-options/{protocol,options}.lisp
* src/commandline-options/protocol.lisp (option-synopsis): new generic
function; describe an option
* src/commandli...
J. Moringen
12:40 PM Revision de22098e: Initial import of commandline-options module in src/commandline-options/*.lisp
* src/commandline-options/types.lisp: new file; types used in the
commandline-options module
* src/commandline-opti...
J. Moringen
12:35 PM Revision cb3f2783: Be more lenient when comparing versions in src/version/version.lisp
Changes:
Expression Old Value New Value
(version< "0.1" "0.1.0") t nil
(vers...
J. Moringen
12:07 PM Revision ea1cf12f: removed unused phase stuff
J. Moringen
12:07 PM Revision ded95a2d: phase error stuff
J. Moringen
12:07 PM Revision f6bf2262: citkat report
J. Moringen
12:07 PM Revision 08ae0037: more lenient version comparison
J. Moringen
12:07 PM Revision 712a4aa0: description and keywords variables
J. Moringen
12:06 PM Revision 19acc399: Added hack command in src/commands/command-hack.lisp
J. Moringen
12:06 PM Revision b6fd327b: Added recipe-and-version type in src/commands/value-types.lisp
* src/commands/value-types.lisp (recipe-and-version): new type; a
recipe pathname and a version string
(raw->valu...
J. Moringen
12:06 PM Revision dc4e7e22: Natures in analyze command
J. Moringen
12:06 PM Revision 52ddbd45: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
12:06 PM Revision d1896451: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
12:06 PM Revision f4ebbc4d: Added report command in src/commands/command-report.lisp
J. Moringen
12:06 PM Revision 0cfaf9b5: suspicious natures in src/commands/command-validate.lisp
J. Moringen
12:06 PM Revision df63d2f7: for validate
J. Moringen
12:05 PM Revision 059b266f: for validate command
J. Moringen
12:00 PM Revision 547f6843: Added validate command in src/commands/command-validate.lisp
J. Moringen
12:00 PM Revision 13c15d6c: trace-variable
J. Moringen
12:00 PM Revision cf733b60: dry-run for generate
J. Moringen
12:00 PM Revision 66bd4bb4: for src/commandline-interface/configuration.lisp
J. Moringen
12:00 PM Revision 00203e91: maybe for generate command
J. Moringen
12:00 PM Revision 2f43c82e: for generate command
J. Moringen
12:00 PM Revision 6554f205: Option error reporting issues
J. Moringen
12:00 PM Revision 6dace7bc: Removed legacy configuration in src/commandline-interface/configuration.lisp
J. Moringen
12:00 PM Revision 2f247f2a: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
12:00 PM Revision d88bf1df: removed legacy stuff from main
J. Moringen
12:00 PM Revision 8e7e1067: Removed clon dependency
J. Moringen
12:00 PM Revision 0664bfd5: Removed generate stuff from main.lisp
J. Moringen
12:00 PM Revision 4bc97878: Use command mechanism in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): when the commandline
looks like it uses the command-based syntax, use...
J. Moringen
12:00 PM Revision 3d77a554: Added generate command in src/commands/command-generate.lisp
J. Moringen
12:00 PM Revision 89d8f812: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
12:00 PM Revision 30c9302a: Added info commands in src/commands/command-info-{variables,aspects}.lisp
* src/commands/command-info-variables.lisp: new file;
* src/commands/command-info-aspects.lisp: new file;
* src/comm...
J. Moringen
12:00 PM Revision 11f09820: Added help command in src/commands/command-help.lisp
* src/commands/command-help.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
added...
J. Moringen
12:00 PM Revision 6bf713fb: Added version command in src/commands/command-version.lisp
* src/commands/command-version.lisp:
* jenkins.project.commands.asd (system jenkins.project.commands):
added file s...
J. Moringen
12:00 PM Revision d1d6ac0a: Added checking functions in src/commands/functions-check.lisp
* src/commands/functions-check.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
12:00 PM Revision 9bd81deb: Added deployment functions in src/commands/functions-deploy.lisp
* src/commands/functions-deploy.lisp: new file
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
11:59 AM Revision f8b88ef7: Added input functions in src/commands/functions-input.lisp
J. Moringen
11:59 AM Revision b0a85c7f: Added version functions in src/commands/functions-version.lisp
J. Moringen
11:59 AM Revision ee75ee1c: Added phase machinery in src/commands/{conditions,phases}.lisp
* src/commands/conditions.lisp (phase-condition): new condition class;
superclass for phase-related conditions
(d...
J. Moringen
11:59 AM Revision bfe0020d: Added command class mixins in src/commands/mixins.lisp
* src/commands/mixins.lisp: new file; contains mixin classes for
command classes
* jenkins.project.commands.asd (sy...
J. Moringen
11:59 AM Revision 66d40e6f: Added value type conversions in src/commands/value-types.lisp
* src/commands/value-types.lisp: new file; contains value type
conversions for recipe-version pairs and variable as...
J. Moringen
11:59 AM Revision 46608cbd: Added execute-command in src/commands/protocol.lisp
* src/commands/protocol.lisp (execute-command): new function; execute
command with condition handling and threadpoo...
J. Moringen
11:59 AM Revision 9749c4b8: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
11:59 AM Revision 95e964cc: Initial import of commands module in src/commands/*.lisp
* src/commands/conditions.lisp: new file; conditions signaled by the
commands module
* src/commands/protocol.lisp: ...
J. Moringen
11:59 AM Revision 40e30413: Added help functions in src/commandline-options/help.lisp
* src/commandline-options/help.lisp: new file; contains functions for
printing option-related help messages
* src/c...
J. Moringen
11:59 AM Revision 7e758a80: Added option-synopsis in src/commandline-options/{protocol,options}.lisp
* src/commandline-options/protocol.lisp (option-synopsis): new generic
function; describe an option
* src/commandli...
J. Moringen
11:59 AM Revision d9acd421: Initial import of commandline-options module in src/commandline-options/*.lisp
* src/commandline-options/types.lisp: new file; types used in the
commandline-options module
* src/commandline-opti...
J. Moringen
11:53 AM Revision abd6b257: Backport: Do not unconditionally enable jobs in src/commandline-interface/main...
Templates control whether generated should be initially
disabled. Furthermore, orchestration jobs can enable initiall...
J. Moringen
11:04 AM Revision 4592bb5e: Do not unconditionally enable jobs in src/commandline-interface/main.lisp
Templates control whether generated should be initially
disabled. Furthermore, orchestration jobs can enable initiall...
J. Moringen

10/09/2017

11:38 AM Revision 08399df7: for citkat
J. Moringen
11:14 AM Revision c3fe53a3: hack for citkat
J. Moringen
10:27 AM Revision 4a5cd950: for platform-requires command
J. Moringen
10:27 AM Revision 6c2e78a7: for report command
J. Moringen
10:27 AM Revision c2e87fc6: for citkat
J. Moringen
10:27 AM Revision 52a9088f: more lenient version comparison
J. Moringen

10/05/2017

01:28 PM Revision 2bb7f51c: Fixed homepage.url in src/report/citkat.lisp
J. Moringen
01:28 PM Revision fe30904b: Fix for validate
J. Moringen
01:28 PM Revision 23a0a08a: description and keywords variables
J. Moringen
01:28 PM Revision 484b95cd: citkat report
J. Moringen
01:28 PM Revision 0c7c76f0: Natures in analyze command
J. Moringen
01:28 PM Revision 46c2888a: for validate
J. Moringen
01:28 PM Revision 0c1220a8: removed unused phase stuff
J. Moringen
01:28 PM Revision fe7a8ed6: phase error stuff
J. Moringen
01:28 PM Revision 633c812d: suspicious natures in src/commands/command-validate.lisp
J. Moringen
01:28 PM Revision 092c1e4f: for validate command
J. Moringen
01:28 PM Revision a1aedde7: Added hack command in src/commands/command-hack.lisp
J. Moringen
01:28 PM Revision bb1eafa6: Added recipe-and-version type in src/commands/value-types.lisp
* src/commands/value-types.lisp (recipe-and-version): new type; a
recipe pathname and a version string
(raw->valu...
J. Moringen
01:28 PM Revision a31fdbc0: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
01:28 PM Revision c1197f3b: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
01:28 PM Revision bfe88740: Added report command in src/commands/command-report.lisp
J. Moringen
01:28 PM Revision ea59a9cb: Added validate command in src/commands/command-validate.lisp
J. Moringen
01:28 PM Revision fcd78e90: trace-variable
J. Moringen
01:28 PM Revision 47418f85: dry-run for generate
J. Moringen
01:28 PM Revision ccce4302: for src/commandline-interface/configuration.lisp
J. Moringen
01:28 PM Revision ec435855: maybe for generate command
J. Moringen
01:28 PM Revision 23f6e7f0: for generate command
J. Moringen
01:28 PM Revision a86f4dc7: Option error reporting issues
J. Moringen
01:28 PM Revision 4858cea0: Removed legacy configuration in src/commandline-interface/configuration.lisp
J. Moringen
01:28 PM Revision 00e6e306: Initial import of commandline-options module in src/commandline-options/*.lisp
* src/commandline-options/types.lisp: new file; types used in the
commandline-options module
* src/commandline-opti...
J. Moringen
01:28 PM Revision 18df3a12: removed legacy stuff from main
J. Moringen
01:28 PM Revision 69e590cc: Removed clon dependency
J. Moringen
01:28 PM Revision 9acea8f2: Removed generate stuff from main.lisp
J. Moringen
01:28 PM Revision 34b56b03: Use command mechanism in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): when the commandline
looks like it uses the command-based syntax, use...
J. Moringen
01:28 PM Revision 689eddd0: Added generate command in src/commands/command-generate.lisp
J. Moringen
01:28 PM Revision c0725f9a: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
01:28 PM Revision 985318a7: Added info commands in src/commands/command-info-{variables,aspects}.lisp
* src/commands/command-info-variables.lisp: new file;
* src/commands/command-info-aspects.lisp: new file;
* src/comm...
J. Moringen
01:28 PM Revision 3ea3f220: Added help command in src/commands/command-help.lisp
* src/commands/command-help.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
added...
J. Moringen
01:28 PM Revision a667f59d: Added version command in src/commands/command-version.lisp
* src/commands/command-version.lisp:
* jenkins.project.commands.asd (system jenkins.project.commands):
added file s...
J. Moringen
01:28 PM Revision d21de6fd: Added checking functions in src/commands/functions-check.lisp
* src/commands/functions-check.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
01:28 PM Revision f943b8df: Added deployment functions in src/commands/functions-deploy.lisp
* src/commands/functions-deploy.lisp: new file
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
01:28 PM Revision cdb87dfa: Added input functions in src/commands/functions-input.lisp
J. Moringen
01:28 PM Revision 17f7951d: Added version functions in src/commands/functions-version.lisp
J. Moringen
01:28 PM Revision 142ac36d: Added phase machinery in src/commands/{conditions,phases}.lisp
* src/commands/conditions.lisp (phase-condition): new condition class;
superclass for phase-related conditions
(d...
J. Moringen
01:28 PM Revision 86fe855e: Added command class mixins in src/commands/mixins.lisp
* src/commands/mixins.lisp: new file; contains mixin classes for
command classes
* jenkins.project.commands.asd (sy...
J. Moringen
01:28 PM Revision 267483b2: Added value type conversions in src/commands/value-types.lisp
* src/commands/value-types.lisp: new file; contains value type
conversions for recipe-version pairs and variable as...
J. Moringen
01:28 PM Revision 14b900aa: Added execute-command in src/commands/protocol.lisp
* src/commands/protocol.lisp (execute-command): new function; execute
command with condition handling and threadpoo...
J. Moringen
01:28 PM Revision 12a73736: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
01:28 PM Revision 374d9886: Initial import of commands module in src/commands/*.lisp
* src/commands/conditions.lisp: new file; conditions signaled by the
commands module
* src/commands/protocol.lisp: ...
J. Moringen
01:28 PM Revision 524118fd: Added help functions in src/commandline-options/help.lisp
* src/commandline-options/help.lisp: new file; contains functions for
printing option-related help messages
* src/c...
J. Moringen
01:28 PM Revision 9d04e7f5: Added option-synopsis in src/commandline-options/{protocol,options}.lisp
* src/commandline-options/protocol.lisp (option-synopsis): new generic
function; describe an option
* src/commandli...
J. Moringen
01:28 PM Revision 82f6869a: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
11:47 AM Revision 032752ae: Version bump 0.16 -> 0.17 in version-string.sexp
* version-string.sexp: changed value "0.16.0" -> "0.17.0" J. Moringen

10/04/2017

01:57 PM Revision 16f0ce1f: Fix for validate
J. Moringen
01:11 PM Revision f1542b65: description and keywords variables
J. Moringen
01:11 PM Revision c2b0e519: citkat report
J. Moringen

09/29/2017

12:03 PM Revision ed6c7e64: Natures in analyze command
J. Moringen
12:03 PM Revision 8c4781d2: for validate
J. Moringen
12:03 PM Revision c7a5b9f2: removed unused phase stuff
J. Moringen
12:03 PM Revision 9a55cdd1: phase error stuff
J. Moringen
12:03 PM Revision db84ee9c: suspicious natures in src/commands/command-validate.lisp
J. Moringen
12:03 PM Revision 4e14d14e: for validate command
J. Moringen
12:03 PM Revision 5ee99647: Added hack command in src/commands/command-hack.lisp
J. Moringen
12:03 PM Revision 06b4349e: Added recipe-and-version type in src/commands/value-types.lisp
* src/commands/value-types.lisp (recipe-and-version): new type; a
recipe pathname and a version string
(raw->valu...
J. Moringen
12:03 PM Revision 495287b1: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
12:03 PM Revision facee608: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
12:03 PM Revision ca23a6a8: Added report command in src/commands/command-report.lisp
J. Moringen
12:03 PM Revision 6faf108e: Added validate command in src/commands/command-validate.lisp
J. Moringen
12:03 PM Revision 4b9bbab5: trace-variable
J. Moringen
12:03 PM Revision 68b224e6: dry-run for generate
J. Moringen
12:03 PM Revision 1ac4e22e: for src/commandline-interface/configuration.lisp
J. Moringen
12:03 PM Revision 0f028ece: maybe for generate command
J. Moringen
12:03 PM Revision a2f7c6c6: for generate command
J. Moringen
12:03 PM Revision 656af3df: Option error reporting issues
J. Moringen
12:03 PM Revision 6cb49555: Removed legacy configuration in src/commandline-interface/configuration.lisp
J. Moringen
12:03 PM Revision 44deb25b: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
12:03 PM Revision 1d56dd30: removed legacy stuff from main
J. Moringen
12:03 PM Revision f20bc75b: Removed clon dependency
J. Moringen
12:03 PM Revision ea81637f: Added deployment functions in src/commands/functions-deploy.lisp
* src/commands/functions-deploy.lisp: new file
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
12:03 PM Revision 78d900cd: Use command mechanism in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): when the commandline
looks like it uses the command-based syntax, use...
J. Moringen
12:03 PM Revision feac8cb8: Added generate command in src/commands/command-generate.lisp
J. Moringen
12:03 PM Revision 5f4b6001: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
12:03 PM Revision aff38709: Added info commands in src/commands/command-info-{variables,aspects}.lisp
* src/commands/command-info-variables.lisp: new file;
* src/commands/command-info-aspects.lisp: new file;
* src/comm...
J. Moringen
12:03 PM Revision 17d6a89b: Added help command in src/commands/command-help.lisp
* src/commands/command-help.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
added...
J. Moringen
12:03 PM Revision 8195b18b: Added version command in src/commands/command-version.lisp
* src/commands/command-version.lisp:
* jenkins.project.commands.asd (system jenkins.project.commands):
added file s...
J. Moringen
12:03 PM Revision 17d98d94: Added checking functions in src/commands/functions-check.lisp
* src/commands/functions-check.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
12:03 PM Revision fb0ca59e: Removed generate stuff from main.lisp
J. Moringen
12:03 PM Revision 94532632: Nature guessing for :ros-packages in src/analysis/analysis.lisp
* src/analysis/analysis.lisp (guess-project-natures): guess
:ros-packages nature
J. Moringen
12:03 PM Revision 1e586a11: Added input functions in src/commands/functions-input.lisp
J. Moringen
12:03 PM Revision 450d730b: Added version functions in src/commands/functions-version.lisp
J. Moringen
12:03 PM Revision bcf6aefd: Added phase machinery in src/commands/{conditions,phases}.lisp
* src/commands/conditions.lisp (phase-condition): new condition class;
superclass for phase-related conditions
(d...
J. Moringen
12:03 PM Revision afa4a5bb: Added command class mixins in src/commands/mixins.lisp
* src/commands/mixins.lisp: new file; contains mixin classes for
command classes
* jenkins.project.commands.asd (sy...
J. Moringen
12:03 PM Revision 01087bf1: Added value type conversions in src/commands/value-types.lisp
* src/commands/value-types.lisp: new file; contains value type
conversions for recipe-version pairs and variable as...
J. Moringen
12:03 PM Revision 4742fbca: Initial import of commandline-options module in src/commandline-options/*.lisp
* src/commandline-options/types.lisp: new file; types used in the
commandline-options module
* src/commandline-opti...
J. Moringen
12:03 PM Revision 04b90c4a: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
12:03 PM Revision 1e3d73e2: Initial import of commands module in src/commands/*.lisp
* src/commands/conditions.lisp: new file; conditions signaled by the
commands module
* src/commands/protocol.lisp: ...
J. Moringen
12:03 PM Revision 66c9db91: Added help functions in src/commandline-options/help.lisp
* src/commandline-options/help.lisp: new file; contains functions for
printing option-related help messages
* src/c...
J. Moringen
12:03 PM Revision 2d8d7310: Added option-synopsis in src/commandline-options/{protocol,options}.lisp
* src/commandline-options/protocol.lisp (option-synopsis): new generic
function; describe an option
* src/commandli...
J. Moringen
12:03 PM Revision 443eb695: Added execute-command in src/commands/protocol.lisp
* src/commands/protocol.lisp (execute-command): new function; execute
command with condition handling and threadpoo...
J. Moringen
11:55 AM Revision 7e930dca: Natures in analyze command
J. Moringen

09/28/2017

03:17 PM Revision fe201077: Adaptations to new dependency syntax in src/model/project/util.lisp
* src/model/project/util.lisp (parse-dependency-spec): J. Moringen
03:17 PM Revision 62296588: Project, distribution name from filename in src/model/project/yaml.lisp
* src/model/project/yaml.lisp (load-project-spec/yaml-1):
(load-distribution-spec/yaml-1):
J. Moringen
03:17 PM Revision 0280c35b: Initial YAML conversion
J. Moringen
01:54 PM Revision 702a4d53: Adaptations to new dependency syntax in src/model/project/util.lisp
* src/model/project/util.lisp (parse-dependency-spec): J. Moringen
01:54 PM Revision 18b1a72b: Project, distribution name from filename in src/model/project/yaml.lisp
* src/model/project/yaml.lisp (load-project-spec/yaml-1):
(load-distribution-spec/yaml-1):
J. Moringen
01:54 PM Revision eba3bd1b: Initial YAML conversion
J. Moringen
01:53 PM Revision bb4ce5ba: for validate
J. Moringen
01:53 PM Revision e0fc3980: removed unused phase stuff
J. Moringen
01:53 PM Revision 4a063026: phase error stuff
J. Moringen
01:53 PM Revision 2f8ae59a: suspicious natures in src/commands/command-validate.lisp
J. Moringen
01:53 PM Revision 42d108c1: for validate command
J. Moringen
01:53 PM Revision 62a9466a: Added hack command in src/commands/command-hack.lisp
J. Moringen
01:53 PM Revision 8a2fbfd4: Added recipe-and-version type in src/commands/value-types.lisp
* src/commands/value-types.lisp (recipe-and-version): new type; a
recipe pathname and a version string
(raw->valu...
J. Moringen
01:53 PM Revision 036d24c2: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
01:53 PM Revision f4c35ba4: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
01:53 PM Revision 67b2c911: Added report command in src/commands/command-report.lisp
J. Moringen
01:53 PM Revision 6102dc7a: Added validate command in src/commands/command-validate.lisp
J. Moringen
01:53 PM Revision 2a20b1ce: trace-variable
J. Moringen
01:53 PM Revision 537600f6: dry-run for generate
J. Moringen
01:53 PM Revision 63f93844: for src/commandline-interface/configuration.lisp
J. Moringen
01:53 PM Revision 69909df7: maybe for generate command
J. Moringen
01:53 PM Revision 02a0dc8c: for generate command
J. Moringen
01:53 PM Revision b68f0102: Option error reporting issues
J. Moringen
01:53 PM Revision ab9047e8: Removed legacy configuration in src/commandline-interface/configuration.lisp
J. Moringen
01:53 PM Revision d105d76a: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
01:53 PM Revision 9f071c60: removed legacy stuff from main
J. Moringen
01:53 PM Revision eb4a0a90: Removed clon dependency
J. Moringen
01:53 PM Revision 3e34042b: Removed generate stuff from main.lisp
J. Moringen
01:53 PM Revision 87a5615f: Use command mechanism in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): when the commandline
looks like it uses the command-based syntax, use...
J. Moringen
01:53 PM Revision 8b98158f: Added generate command in src/commands/command-generate.lisp
J. Moringen
01:53 PM Revision c11f40de: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
01:53 PM Revision bbeadc9a: Added info commands in src/commands/command-info-{variables,aspects}.lisp
* src/commands/command-info-variables.lisp: new file;
* src/commands/command-info-aspects.lisp: new file;
* src/comm...
J. Moringen
01:53 PM Revision 5434bde8: Added help command in src/commands/command-help.lisp
* src/commands/command-help.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
added...
J. Moringen
01:53 PM Revision 3d98fa7a: Added version command in src/commands/command-version.lisp
* src/commands/command-version.lisp:
* jenkins.project.commands.asd (system jenkins.project.commands):
added file s...
J. Moringen
01:53 PM Revision b06aec10: Added checking functions in src/commands/functions-check.lisp
* src/commands/functions-check.lisp: new file;
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
01:53 PM Revision 5084dfab: Added deployment functions in src/commands/functions-deploy.lisp
* src/commands/functions-deploy.lisp: new file
* jenkins.project.commands.asd (system jenkins.project.commands):
ad...
J. Moringen
01:53 PM Revision d122bada: Added input functions in src/commands/functions-input.lisp
J. Moringen
01:53 PM Revision 3af755e2: Added version functions in src/commands/functions-version.lisp
J. Moringen
01:53 PM Revision a3713853: Added phase machinery in src/commands/{conditions,phases}.lisp
* src/commands/conditions.lisp (phase-condition): new condition class;
superclass for phase-related conditions
(d...
J. Moringen
01:53 PM Revision f3cf4292: Added command class mixins in src/commands/mixins.lisp
* src/commands/mixins.lisp: new file; contains mixin classes for
command classes
* jenkins.project.commands.asd (sy...
J. Moringen
01:53 PM Revision 4e657bf2: Added value type conversions in src/commands/value-types.lisp
* src/commands/value-types.lisp: new file; contains value type
conversions for recipe-version pairs and variable as...
J. Moringen
01:53 PM Revision 1b71b69b: Added execute-command in src/commands/protocol.lisp
* src/commands/protocol.lisp (execute-command): new function; execute
command with condition handling and threadpoo...
J. Moringen
01:53 PM Revision ac9cc0f5: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
01:53 PM Revision 81580a8e: Initial import of commands module in src/commands/*.lisp
* src/commands/conditions.lisp: new file; conditions signaled by the
commands module
* src/commands/protocol.lisp: ...
J. Moringen
01:53 PM Revision e624ac01: Added help functions in src/commandline-options/help.lisp
* src/commandline-options/help.lisp: new file; contains functions for
printing option-related help messages
* src/c...
J. Moringen
01:53 PM Revision e1692552: Added option-synopsis in src/commandline-options/{protocol,options}.lisp
* src/commandline-options/protocol.lisp (option-synopsis): new generic
function; describe an option
* src/commandli...
J. Moringen
01:53 PM Revision b635e92b: Initial import of commandline-options module in src/commandline-options/*.lisp
* src/commandline-options/types.lisp: new file; types used in the
commandline-options module
* src/commandline-opti...
J. Moringen
01:53 PM Revision 78263335: tweaks
J. Moringen
01:53 PM Revision 275ba0ca: let rosetta handle templates
J. Moringen
01:53 PM Revision ad08b9c3: deployment
J. Moringen
01:53 PM Revision 8d7bf22e: removed stuff from src/commandline-interface/main.lisp
J. Moringen
01:53 PM Revision e1b0dd89: distribution version
J. Moringen
01:53 PM Revision 2f9fd374: restrict analysis to one distribution version
J. Moringen
01:53 PM Revision ce96958e: analysis test
J. Moringen
01:53 PM Revision 1182cdcd: temporary
J. Moringen
01:53 PM Revision f58d35a3: initial analysis
J. Moringen
01:53 PM Revision cd50464f: graphviz report adaptations
J. Moringen
01:53 PM Revision ad9d4fc5: json report adaptations
J. Moringen
01:53 PM Revision 77b9d048: removed src/project/progress.lisp
J. Moringen
01:53 PM Revision df0ba8e5: removed some stuff
J. Moringen
01:53 PM Revision 26a7f8b6: Initial rosetta frontend
J. Moringen
12:56 PM Revision 528bf19b: Adaptations to changed system version in CMakeLists.txt
* CMakeLists.txt (header): updated copyright
(git_based_version): write major, minor and revision into
version-st...
J. Moringen
12:31 PM Revision 628b309b: Added variable build-job.orchestrate? in src/model/schema.lisp
* src/model/schema.lisp (define-variable :build-job.orchestrate?): new
variable; controls whether a generated build...
J. Moringen

09/27/2017

12:18 AM Revision b08d46dc: Fixed handling of nil in instantiate? in src/model/mixins.lisp
* src/model/mixins.lisp (instantiate? conditional-mixin t): when
retrieving a variable value, check whether it has ...
J. Moringen
12:18 AM Revision 10eb1cd3: Fixed documentation string in src/model/variables/protocol.lisp
* src/model/variables/protocol.lisp (lookup): fixed documentation
string
J. Moringen
 

Also available in: Atom