Activity

From 09/12/2017 to 10/11/2017

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

09/14/2017

11:24 AM Revision f69ecfca: Simplification in src/model/project/classes-spec.lisp
* src/model/project/classes-spec.lisp (instantiate project-spec):
simplified
J. Moringen

09/13/2017

02:32 PM Revision c506d734: Fixed indentation in src/model/aspects/aspects-build.lisp
* src/model/aspects/aspects-build.lisp (define-aspect groovy): fixed
indentation
J. Moringen
02:32 PM Revision 3bdcbcdb: More precise types for variables in src/model/aspects/*.lisp
* src/model/aspects/aspects-build.lisp (string/name=value?):
(string/name=value):
(every-string/name=value):
(d...
J. Moringen
02:31 PM Revision 419b4606: More precise types for some more variables in src/model/schema.lisp
* src/model/schema.lisp (define-variable :platform-provides): changed
list -> list-of dependency
J. Moringen
02:31 PM Revision 9d385194: Improved and exported list-of in src/model/schema.lisp
* src/model/schema.lisp (list-of): signal an appropriate error if the
predicate cannot be derived
* src/model/packa...
J. Moringen

09/12/2017

08:28 PM Revision 51cead59: Read version information from version-string.sexp in *.asd
* src/commandline-interface/main.lisp (configure): use
`*generator-version*' instead of `version/list'
* jenkins.pr...
J. Moringen
12:12 PM Revision 58defd9d: Adaptations to new dependency syntax in src/model/project/util.lisp
* src/model/project/util.lisp (parse-dependency-spec): J. Moringen
12:12 PM Revision 93fb024b: Initial YAML conversion
J. Moringen
12:12 PM Revision 83096784: 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
11:39 AM Revision 8ae56a7c: for validate command
J. Moringen
11:39 AM Revision 6fa0b850: Added report command in src/commands/command-report.lisp
J. Moringen
11:39 AM Revision 63f5a24f: removed unused phase stuff
J. Moringen
11:39 AM Revision f15f24a6: new-style configuration debugging
J. Moringen
11:39 AM Revision 95bc1637: command stuff
J. Moringen
11:39 AM Revision 01be8eef: Read version information from version-string.sexp in *.asd
* src/commands/command-version.lisp:
* jenkins.project.asd:
* jenkins.project.commandline-options.asd:
* jenkins.proj...
J. Moringen
11:39 AM Revision 1a07bd17: error policy in main
J. Moringen
11:39 AM Revision 66894145: Option error reporting issues
J. Moringen
11:39 AM Revision c5557660: trace-variable
J. Moringen
11:39 AM Revision 15458bd0: for generate
J. Moringen
11:39 AM Revision e2abd941: dry-run for generate
J. Moringen
11:39 AM Revision 711be382: removed clon dependency
J. Moringen
11:39 AM Revision 2dcb64f2: Removed generate stuff from main.lisp
J. Moringen
11:39 AM Revision fa44cbbf: Added hack command in src/commands/command-hack.lisp
J. Moringen
11:39 AM Revision 8b988ecd: 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
11:39 AM Revision 97cd9bce: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
11:39 AM Revision b7864d43: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
11:39 AM Revision 8b1f2dc3: main error handling
J. Moringen
11:39 AM Revision 93b24f15: Added validate command in src/commands/command-validate.lisp
J. Moringen
11:39 AM Revision cdfb19f5: Added generate command in src/commands/command-generate.lisp
J. Moringen
11:39 AM Revision 64fd4ff9: 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:39 AM Revision 61bbce9d: 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
11:39 AM Revision 6e7e4ab7: 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
11:39 AM Revision df363977: 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
11:39 AM Revision 20a0f6e5: 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
11:39 AM Revision 1dd87454: 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:39 AM Revision 9e8934b8: Added input functions in src/commands/functions-input.lisp
J. Moringen
11:39 AM Revision 5c535e81: Added version functions in src/commands/functions-version.lisp
J. Moringen
11:39 AM Revision f15ba23c: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
11:39 AM Revision 94b742fc: 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
11:39 AM Revision 4c530643: for phases
J. Moringen
11:39 AM Revision 0752b15c: phase conditions
J. Moringen
11:39 AM Revision 591bda08: phase error stuff
J. Moringen
11:39 AM Revision daad78df: Added phase machinery in src/commands/phases.lisp
* src/commands/phases.lisp: new file; contains machinery for phases
within commands
* jenkins.project.commands.asd ...
J. Moringen
11:39 AM Revision 4462ec86: 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:39 AM Revision ae36cfec: 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:39 AM Revision a98a9854: 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:39 AM Revision cbab9c48: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
11:39 AM Revision 68ddd7e7: 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:39 AM Revision eb251e14: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
11:39 AM Revision d899d4e4: 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:39 AM Revision 26613433: 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:39 AM Revision 33bfc7b2: More precise types for some variables in src/model/schema.lisp
* src/model/schema.lisp (list-of): new type; for homogeneous lists of
things
(every-string): new function; helper...
J. Moringen
11:39 AM Revision a5fba505: Fixed type of scm.history-limit variable in src/model/schema.lisp
* src/model/schema.lisp (define-variable :scm.history-limit): fixed
type string -> positive-integer
J. Moringen
11:39 AM Revision da5002a0: Fixed typo in documentation string in src/model/variables/protocol.lisp
* src/model/variables/protocol.lisp (variables): fixed plist -> alist
in documentation string
J. Moringen

09/11/2017

12:17 AM Revision bd748350: {cache,temp}-directory and generator-version fixes
J. Moringen
12:17 AM Revision ae918775: main error handling
J. Moringen
12:17 AM Revision 95f05420: removed unused phase stuff
J. Moringen
12:17 AM Revision 4f4b65a1: new-style configuration debugging
J. Moringen
12:17 AM Revision 2129411f: command stuff
J. Moringen
12:17 AM Revision 120ccab6: Read version information from version-string.sexp in *.asd
* src/commands/command-version.lisp:
* jenkins.project.asd:
* jenkins.project.commandline-options.asd:
* jenkins.proj...
J. Moringen
12:17 AM Revision 3fa217b6: error policy in main
J. Moringen
12:17 AM Revision c606f580: Option error reporting issues
J. Moringen
12:17 AM Revision a4b64df8: trace-variable
J. Moringen
12:17 AM Revision 88754492: for generate
J. Moringen
12:17 AM Revision 03a7aed5: dry-run for generate
J. Moringen
12:17 AM Revision 957b7936: removed clon dependency
J. Moringen
12:17 AM Revision 04e0ef7a: Removed generate stuff from main.lisp
J. Moringen
12:17 AM Revision 5b030328: Added hack command in src/commands/command-hack.lisp
J. Moringen
12:17 AM Revision 87d0bb18: 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:17 AM Revision 094983a8: Added analyze command in src/commands/command-analyze.lisp
J. Moringen
12:17 AM Revision c7321b83: Added platform-requires command in src/commands/platform-requires.lisp
J. Moringen
12:17 AM Revision 7004791f: Added report command in src/commands/command-report.lisp
J. Moringen
12:17 AM Revision b06d297f: Added validate command in src/commands/command-validate.lisp
J. Moringen
12:17 AM Revision 186973cd: Added generate command in src/commands/command-generate.lisp
J. Moringen
12:17 AM Revision e498a281: Added filtering in src/commands/command-info-variables.lisp
J. Moringen
12:17 AM Revision 386fcaa3: 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:17 AM Revision 0702d8f6: 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:17 AM Revision fd556864: 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:17 AM Revision ca87919a: 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:17 AM Revision 529a18f2: 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:17 AM Revision 5dc6b2f4: Added input functions in src/commands/functions-input.lisp
J. Moringen
12:17 AM Revision 924767d5: Added version functions in src/commands/functions-version.lisp
J. Moringen
12:17 AM Revision 7ddfafb2: Use commandline-options module in src/commandline-interface/configuration.lisp
J. Moringen
12:17 AM Revision e4da3deb: 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:17 AM Revision f0593c36: for phases
J. Moringen
12:17 AM Revision ccdbba9c: phase conditions
J. Moringen
12:17 AM Revision c0c1c5a0: phase error stuff
J. Moringen
12:17 AM Revision 03f554fd: Added phase machinery in src/commands/phases.lisp
* src/commands/phases.lisp: new file; contains machinery for phases
within commands
* jenkins.project.commands.asd ...
J. Moringen
12:17 AM Revision 84bb7986: 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:17 AM Revision 11a4241f: 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:17 AM Revision 2587da92: 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:17 AM Revision 3efc80e2: Added command options in src/commands/*.lisp
* src/commands/conditions.lisp (option-configuration-problem): new
condition; superclass for command option-related...
J. Moringen
12:17 AM Revision 826e9473: 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:17 AM Revision 7f5881c8: 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:17 AM Revision 2ecbbccf: 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:17 AM Revision 7e8d1792: 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:17 AM Revision ac824fff: More precise types for some variables in src/model/schema.lisp
* src/model/schema.lisp (list-of): new type; for homogeneous lists of
things
(every-string): new function; helper...
J. Moringen
 

Also available in: Atom