5e72c9caf4
build: add husky to automatically format code
...
- husky installs a git hook to run make format every time you commit new code
- if `make format` fails (if a dependency is missing or prettier throws an error), the hook will still succeed as to not block people for dumb reasons
- pin prettier and husky to 3.2.5 and 9.0.11 respectively
- add prettier as a dependency for the `make format` rule
2024-06-04 15:08:10 +02:00
7a2974e54f
Working on 0.0.20.
2024-05-29 20:17:33 -04:00
f4dfc1dd98
Let's release 0.0.19.
2024-05-29 19:50:59 -04:00
ba35869b0a
sqlite 3.46.0.
2024-05-25 07:46:15 -04:00
e63d69a440
Missing generated semicolon. Sigh.
2024-05-22 20:44:28 -04:00
be64fe04fb
Auto-update all the versions.
2024-05-22 20:35:48 -04:00
b5ed7014f6
Fix attaching files (aka WebView file picking) on Android.
2024-04-26 18:10:22 -04:00
a9cb913a47
Working on 0.0.19.
2024-04-24 19:29:17 -04:00
b7b5d4f1a5
Calling it 0.0.18.
2024-04-24 19:24:10 -04:00
848ef21c7c
Build a windows standalone executable with attached data for dist. #28
2024-04-17 20:16:07 -04:00
295d76d354
sqlite 3.45.3.
2024-04-16 12:16:36 -04:00
c5cb9979d3
Move zlib to a submodule, informed by @tasiaiso 's #45 . And fixup [archive] dist/tildefriends-0.0.18-wip.tar.xz
...
[cp] TildeFriends-x86-0.0.18-wip.apk
[cp] TildeFriends-arm-0.0.18-wip.apk
[cp] TildeFriends-0.0.18-wip.ipa to support it.
2024-04-10 19:09:31 -04:00
9ce30dee70
Start working on 0.0.18.
2024-03-27 19:08:10 -04:00
3c0b680b8e
Let's release 0.0.17.
2024-03-27 18:59:40 -04:00
895356897b
archive whichever branch.
2024-03-25 18:10:07 -04:00
15c9f8f458
Rudimentary support for building the executable with data attached. Pushed some things around in the makefile to fix issues along the way. #46
2024-03-25 13:50:17 -04:00
fdda628be8
Fix paths in the source tarball.
2024-03-20 20:43:41 -04:00
eddf25b622
Give libuv the same download treatment as sqlite.
2024-03-13 19:53:57 -04:00
9de33d06d2
Specifying -fsanitize=... early seems good.
2024-03-13 18:26:24 -04:00
0e5f320664
sqlite 3.45.2.
2024-03-13 12:30:14 -04:00
efe2b6cbd9
A make target to run prettier.
2024-03-08 21:43:08 -05:00
cf187ee46b
Reorder things so that we only zipalign -z during a dist build. To slow for make all.
2024-03-07 20:42:08 -05:00
72dae14f87
Android NDK update.
2024-02-28 21:04:22 -05:00
402a898d96
Let's start working on 0.0.17.
2024-02-28 18:47:21 -05:00
13d43d8319
Let's release 0.0.16.
2024-02-28 18:24:12 -05:00
7bcdbd3813
Revert "Update commonmark.js to 0.31.0."
...
This reverts commit 165f25db69
.
2024-02-26 12:34:50 -05:00
c21581aefa
Use zipalign w/zopfli for APKs to save a little on size.
2024-02-25 18:29:10 -05:00
165f25db69
Update commonmark.js to 0.31.0.
2024-02-25 16:25:23 -05:00
709ca55e65
Fix overbuild on macos.
2024-02-25 14:52:35 -05:00
8c13f5dbba
xopt => getopt_long. I give up on xopt. It didn't help me as much as I had hoped, and I had problems building for mingw with only some versions of GCC. Not worth any further time.
2024-02-25 14:45:31 -05:00
4cb82d81b7
apps/gg doesn't belong here and isn't ready for prime time..
2024-02-24 11:19:36 -05:00
4bfd9de100
Give iOS the same openssl build treatment as android and mingw. #11
2024-02-21 20:23:35 -05:00
825191c08f
Fix 'make dist'.
2024-02-21 19:59:26 -05:00
9dc6670795
Fetch and build OpenSSL as part of the code build.
2024-02-21 19:46:28 -05:00
450b07fd08
Add a Doxyfile and preliminary module-level docs.
2024-02-20 21:41:37 -05:00
6e88c44229
Fiddle with some deps as I'm building from a clean tree.
2024-02-18 21:22:42 -05:00
1958623a7a
Package prettier.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4855 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-02-17 18:59:36 +00:00
498d8b6520
Hook up prettier in the editor.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4854 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-02-17 18:53:21 +00:00
9af4068bb6
This apparently works around errors if I remove a header.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4850 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-02-16 03:27:41 +00:00
fbc3cfeda4
clang-format the source. Not exactly how I want it, but automated is better than perfect.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4845 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-02-15 23:35:01 +00:00
d021d9f757
Automate fetching sqlite.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4830 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-02-08 00:17:30 +00:00
6765254f43
libuv 1.48.0.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4828 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-02-07 23:12:32 +00:00
72120b8842
OpenSSL 3.2.1, and some android SDK updates.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4821 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-01-31 03:06:47 +00:00
4bd46a1657
Working on 0.0.16 now.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4816 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-01-28 23:55:17 +00:00
72369ab745
Let's release 0.0.15.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4814 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-01-28 23:35:28 +00:00
8cfe0fb7d2
-Os => -Oz for android.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4809 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-01-28 13:54:51 +00:00
21e6cf10b6
Sigh. Linked list bugs.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4806 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-01-27 21:53:57 +00:00
24e418344e
Make malloc_usable_size() go away with CFLAGS.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4766 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-01-13 13:19:08 +00:00
10d438e723
Eh? Windows fix.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4764 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-01-13 13:00:39 +00:00
8a1a182479
Fix mingw build?
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4742 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-01-07 21:35:51 +00:00