aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/spine_build_scaffold.org
Commit message (Collapse)AuthorAgeFilesLines
* configuration reorganized into config filesRalph Amissah2021-08-121-3918/+0
| | | | - spine_build_scaffold broken up into many files
* spine_search (work on)Ralph Amissah2021-08-091-1830/+0
|
* nix help files, .envrc_local_ (& nix_notes_.org)Ralph Amissah2021-08-091-118/+241
|
* track org config suggestions that require bespoke adjustmentRalph Amissah2021-08-061-27/+29
|
* config defaults: cfte, config-file & cleRalph Amissah2021-08-061-13/+15
|
* spine_searchRalph Amissah2021-08-011-138/+2373
|
* dir rename ./sundry (from ./misc)Ralph Amissah2021-08-011-78/+121
|
* org-mode code block headersRalph Amissah2021-06-281-32/+76
|
* nix-build cleanup, external sources localizedRalph Amissah2021-05-151-498/+244
| | | | | | - clean up as external sources kept locally, in ./src/ext_depends/ - remove dub2nix dependency, no longer needed/used
* org-mode file minor adjustmentRalph Amissah2021-05-051-0/+2
|
* org .envrc-local_ (sample for nix-shell)Ralph Amissah2021-04-271-11/+108
|
* spine_build_scaffold: nix related housekeepingRalph Amissah2021-04-201-1/+26
| | | | | | | | | - mkDub.nix (dub2nix) use lib, stdenv.lib deprecated - .envrc stop using lorri - .envrc-local_ set local variables as needed
* headers: copyright, license, year; also httpsRalph Amissah2021-04-081-7/+7
|
* make set_depends run dub describe, track json outputRalph Amissah2021-03-231-3/+36
| | | | | | | - traded $PWD for project root as ./, i.e. from dub describe json - dub describe deletes parts of dependencies that are unreferenced by the project build; these are available elsewhere and there is little reason to keep them
* ext depends meta info: ver hash, licenseRalph Amissah2021-03-051-0/+2
|
* cleaningRalph Amissah2021-03-051-66/+88
|
* build from static source-tree pre fetch dependsRalph Amissah2021-02-241-2/+328
|
* 0.11.3Ralph Amissah2021-02-241-1/+1
|
* make changelog & echo version tagRalph Amissah2021-02-241-0/+32
|
* track in org nix/dub.selections.nixRalph Amissah2021-02-241-0/+69
|
* spine / sisu markup sample in org modeRalph Amissah2021-02-241-1/+1
|
* shell_spine.nix addedRalph Amissah2021-02-041-2/+28
|
* spine scaffold generator, sample pod structure .sst documentRalph Amissah2021-02-041-0/+1
| | | | | | | - build pod structure, and - minimal requirement for a document - at the requested path - uses rund (as D script compiler)
* nix, use pkgs.lib instead of stdenv.libRalph Amissah2021-02-041-12/+6
| | | | - see https://github.com/NixOS/nixpkgs/issues/108938
* cosmetic, minorRalph Amissah2021-02-041-2/+2
|
* 0.11.2Ralph Amissah2021-01-291-3/+3
|
* nix build -f default.nix, experimentalRalph Amissah2021-01-281-12/+25
|
* shell.nix project.nix spine.nix mkDub.nixRalph Amissah2021-01-271-29/+53
|
* mkDub.nix project.nix spine.nixRalph Amissah2021-01-251-28/+43
|
* dub default.nixRalph Amissah2021-01-251-13/+19
|
* nix, work on buildRalph Amissah2021-01-231-447/+615
|
* nix shebangs, considerRalph Amissah2020-12-041-10/+30
|
* directory nixEnv (renamed from nixDevEnv)Ralph Amissah2020-11-281-36/+36
|
* nix derivation, dub & dub2nix using ldc2 1.24.0 okRalph Amissah2020-11-281-17/+19
| | | | | | | | - dmd 2.091.1 & dub 1.14.0 broken in nix unstable - dmd 2.094.2 & dub 1.23.0 current dlang - built using modified local nixpkgs dub modified to use ldc (without calls to dmd) - provide overlay for current( dub using ldc )
* ldc in need of newer dubRalph Amissah2020-11-131-63/+58
|
* org tagsRalph Amissah2020-11-091-127/+180
|
* ldc current, ldc-1.24.0 available on nix 21.03Ralph Amissah2020-11-091-5/+10
| | | | - without version overlay
* ldc-1.23.0 overlay for nixos 20.09Ralph Amissah2020-11-091-8/+28
|
* nixRalph Amissah2020-10-231-4/+15
|
* org mode, code-block namesRalph Amissah2020-10-231-117/+117
|
* project nix shell(s)Ralph Amissah2020-10-201-47/+292
|
* build nix derivation (using dub2nix helper tool)Ralph Amissah2020-10-191-60/+387
| | | | | | | | | | - nix-shell - nix-build - dub2nix (dub to nix helper tool) - Lionello Lunesu - MIT License - https://github.com/lionello/dub2nix
* nixify stepRalph Amissah2020-10-191-26/+196
|
* shell.nixRalph Amissah2020-10-191-17/+58
|
* 0.11.1Ralph Amissah2020-10-191-1/+1
|
* org mode, unique code-block names & adjust headersRalph Amissah2020-10-191-67/+175
| | | | | - avoid org-mode undefined behavior, provide unique code-block names
* meson revert to direct use of dubRalph Amissah2020-06-031-8/+8
|
* makefile dub build flagsRalph Amissah2020-06-031-17/+22
|
* meson using subproject directory, not dub directlyRalph Amissah2020-05-211-123/+131
| | | | | | | | | | | | | - will not work until meson.build files in - d2sqlite3 - imageformats (request adding upstream) - dyaml and its dependency tinyendian already provide their meson.build (should probably revert to meson dub until resolved) - based on 1468425 meson build (no issue now with imagefomats using 7.0.2)
* doc abstraction, code & org whitespace, cosmeticRalph Amissah2020-05-201-51/+51
|