Alois Mahdal
d05232a7dd
Fix typo in _expand_fspec_to_fun
Introduced by fefce4a0, typo invalidated catfun and ffdoc
10 年前
Alois Mahdal
4df409f0ec
Add tests on documentation features
10 年前
Alois Mahdal
2041756e5e
Exit properly if core import fails
10 年前
Alois Mahdal
c8db434ff4
Add/remove MKIT_LOCAL as needed
10 年前
Alois Mahdal
f0eb035b4d
Update .gitignore for new mkit
10 年前
Alois Mahdal
8333bbdf98
Skip cleanup if built.list is empty
10 年前
Alois Mahdal
608bfcdc66
Move mkit local files to own subdir
10 年前
Alois Mahdal
eb00c7d2ab
Update TFKit to version v0.0.4
10 年前
Alois Mahdal
bdf3d8cf44
Update TFKit to version v0.0.3
10 年前
Alois Mahdal
bf5ee65230
Do not treat DEST as directory if it exists
10 年前
Alois Mahdal
8cbe243afc
Add better parameter checking
10 年前
Alois Mahdal
e6d0091346
Apply changes suggested by ShellCheck (core)
10 年前
Alois Mahdal
94cfc767ab
Apply changes suggested by ShellCheck (docs)
10 年前
Alois Mahdal
7147c2248d
Apply changes suggested by ShellCheck (tests)
10 年前
Alois Mahdal
b68913c9cb
Apply changes suggested by ShellCheck (mkit)
10 年前
Alois Mahdal
ff5babb4f4
Exit with correct status
10 年前
Alois Mahdal
84a76f7d2a
Compact case item
10 年前
Alois Mahdal
36adafec09
Add check on version bump
In mkit's world, last change before release (ie. the commit that gets
tagged) must be nothing but version bump in "config.mk"
10 年前
Alois Mahdal
9a335940c4
Die sooner if last tag cannot be found
Other checks that rely on version number that is derived from this tag
would then give weird messages.
10 年前
Alois Mahdal
752d441738
Update to TFKit version "0.0.0+master.g94744f5"
A first version that is versioned
10 年前
Alois Mahdal
edd449170a
Install include as one directory
10 年前
Alois Mahdal
87f76cd937
Simplify case machine for version suffix
10 年前
Alois Mahdal
5c5e4e54d4
Fix missing '.dirty' suffix
10 年前
Alois Mahdal
a4c39428e3
Do not cripple version if last tag was not found
IOW, it's not guaranteed that once we are in git repo we can always see
the tag. VERSION should be reliable, though.
10 年前
Alois Mahdal
8438418a76
Only check for PREFIX from install and uninstall
So that one can still build without having it set properly.
10 年前
Alois Mahdal
ad8038de6d
Support directory targets
10 年前
Alois Mahdal
d1b0f5447c
Clarify message about non-existent PREFIX directory
We still want user to create PREFIX dir themselves, but the message was
unclear about what is actually wrong.
10 年前
Alois Mahdal
865d6f5b8a
Canonicalize correctly even if PREFIX does not exist
The existence test is done on next line, and with -f in place,
canonicalization or non-existent PREFIX leads to empty PREFIX which
makes the next message confusing
10 年前
Alois Mahdal
8c7acc7c52
Update to new tfkit (gdca322f)
10 年前
Alois Mahdal
3366318bc6
Update to new tfkit (g122272a)
10 年前
Alois Mahdal
39a973338b
Move mkit to a subdirectory
10 年前
Alois Mahdal
51a3f62640
Move mkit's config.ini to separate folder
Use MKIT_INI to specify path or default to mkit.ini in $PWD
10 年前
Alois Mahdal
6689da6f32
Make mkit movable to other dir
* Move targets to mkit/mkit.mk,
* make `mkit/make` and rest of mkit use MKIT_DIR for own path.
10 年前
Alois Mahdal
d5be139f46
Fix order in ffoo_api test
10 年前
Alois Mahdal
a07d10d4d4
Update ffoo_api test after changes in stack processing
10 年前
Alois Mahdal
abb02eeedc
Add PATH assembly helper
10 年前
Alois Mahdal
99f92d6d4b
Fortify argument processor
10 年前
Alois Mahdal
581223cb72
Add bash completion for ffoom
10 年前
Alois Mahdal
9d5d2e1175
Rename usage_is to mkusage
10 年前
Alois Mahdal
e7004f45d8
Improve caller/frontend processing
* Split to functions more properly,
* save calling of head,
* save calling of perl,
* keep own data at one place,
* make _pretty__echo more readable.
10 年前
Alois Mahdal
671790657f
Add mkhelp for --help printing
11 年前
Alois Mahdal
ebef30033e
Remove module variable from ffoo.sh
10 年前
Alois Mahdal
f01ef409d9
Add declaration and docstring for FFOO_INIGREP_PATH
10 年前
Alois Mahdal
4a33302c9c
Apply prefixes in inigrep.sh test suite
10 年前
Alois Mahdal
b4b23ac0f2
Use proper prefixing in inigrep.sh
10 年前
Alois Mahdal
421f9e6c28
Update doc after renaming config.sh
10 年前
Alois Mahdal
6e906ab94e
Update test suite after renaming of config.sh
10 年前
Alois Mahdal
b7734cde59
Rename config.sh back to inigrep
Abandoning the idea of integrated config--inigrep should appear as "just
another config infra".
10 年前
Alois Mahdal
bad7a71d00
Apply prefixes in pretty.sh test suite
10 年前
Alois Mahdal
9cde5c90b3
Use proper prefixing in pretty.sh
10 年前