1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
Commit graph

179 commits

Author SHA1 Message Date
renerocksai
cce02dd9f3
fix README, gh workflow desc 2025-03-30 15:04:41 +02:00
renerocksai
307cc2f13e
remove legacy, update README 2025-03-30 14:46:08 +02:00
Rene Schallner
7a131a8be4
fix hash 2025-03-06 13:42:29 +01:00
Rene Schallner
675c65b509
Merge pull request #134 from Ivoz/patch-1
Cleanup FAQ of README.md
2024-10-20 21:42:37 +00:00
GitHub Action
5b04c02e25 Update README 2024-10-20 21:36:12 +00:00
GitHub Action
01a5140611 Update README 2024-10-14 23:04:24 +00:00
Rene Schallner
9a80747cdd
docs, announceybot: switch to using zig fetch 2024-10-14 23:01:09 +02:00
Matt Iversen
2bc3b7df89
Cleanup FAQ of README.md
Deduplicate references to building with master, and remove outdated reference to future release of 0.13
2024-09-30 01:51:28 +10:00
Rene Schallner
4868cdcb17 fix hash 2024-06-28 12:41:05 +02:00
GitHub Action
35bb16a37d Update README 2024-06-28 10:22:02 +00:00
Rene Schallner
0cb3bdcadc update README 2024-06-28 11:56:21 +02:00
Rene Schallner
4430e829ce update badge in README 2024-06-28 11:42:27 +02:00
geemili
5f65c650bd feat: streamline depending on zap by linking facil.io to module
This means that all downstream users can simply put:

```zig
exe.root_module.addImport("zap", zap.module("zap"))`
```

in their `build.zig` instead of

```zig
exe.root_module.addImport("zap", zap.module("zap"));
exe.linkLibrary(zap.artifact("facil.io"));
```
2024-04-23 17:05:25 -06:00
Rene Schallner
6ed2de4634 fix hash in README 2024-04-22 11:16:03 +02:00
Rene Schallner
382f3e57c8 fixed README zon 2024-04-22 10:49:18 +02:00
Rene Schallner
5e090807f9 Update README 2024-04-22 10:28:49 +02:00
Rene Schallner
e95b12d5ff Update README and announceybot.exe 2024-04-22 10:14:02 +02:00
GitHub Action
f45947afb0 Update README 2024-04-21 18:29:36 +00:00
Rene Schallner
1e1999802a Merge branch 'zig-0.12.0' 2024-04-21 14:20:15 +02:00
GitHub Action
b8bd89929e Update README 2024-04-21 12:00:30 +00:00
GitHub Action
518199fca5 Update README 2024-03-23 23:47:04 +00:00
Rene Schallner
a4b7778a56 bump version number for imminent release 2024-03-24 00:37:02 +01:00
GitHub Action
1cb29622e7 Update README 2024-02-24 16:35:59 +00:00
GitHub Action
040d952bc9 Update README 2024-02-24 16:27:17 +00:00
Rene Schallner
35b8337ccb fix announceybot templates for 0.12 2024-02-24 17:26:49 +01:00
GitHub Action
2b926f568c Update README 2024-02-24 16:13:43 +00:00
GitHub Action
696f1c7b77 Update README 2024-02-24 16:03:22 +00:00
Rene Schallner
91babe6719 testing 0.12 push trigger 2024-02-24 16:51:32 +01:00
Rene Schallner
135827977a trying to add mastercheck badge to README 2024-02-24 16:48:53 +01:00
GitHub Action
50497514e5 Update README 2024-02-24 15:15:30 +00:00
Rene Schallner
edc297ce5a Update README.md 2024-02-23 20:19:48 +01:00
Rene Schallner
4f2a326948 Update README.md to point out even more prominently the zig master situation 2024-02-23 20:17:00 +01:00
GitHub Action
8a9d7369df Update README 2024-02-23 20:16:26 +01:00
Rene Schallner
be1947e6a4
Update README.md 2024-01-31 07:26:31 +01:00
Rene Schallner
f8b6ddf042
Update README.md to point out even more prominently the zig master situation 2024-01-31 07:23:40 +01:00
GitHub Action
9ce4b4438d Update README 2024-01-24 22:05:40 +00:00
Rene Schallner
bd1fbaee80 minor simple_router fixes 2024-01-24 22:59:38 +01:00
Rene Schallner
02449e01ff minor simple_router fixes 2024-01-24 22:58:19 +01:00
stringnick
74ffd81bca update readme.md 2024-01-24 13:59:36 +01:00
stringnick
4058854a12 update readme.md 2024-01-18 21:39:05 +01:00
Rene Schallner
23b70b8881 update README: docs 2024-01-10 15:50:47 +01:00
Rene Schallner
ababe017a9 update README: docs 2024-01-10 15:49:30 +01:00
GitHub Action
e257ca6a43 Update README 2024-01-10 14:37:40 +00:00
renerocksai
8892cae7df API cleanup #1 --------------
- EndpointListener.register() // was: addEndpoint
- no more Simple
- getEndpoint -> endpoint()
2024-01-09 11:28:05 +01:00
renerocksai
3d651229f8 API cleanup #1
--------------

- EndpointListener.register() // was: addEndpoint
- no more Simple
- getEndpoint -> endpoint()
2024-01-08 15:50:46 +01:00
GitHub Action
804c037efd Update README 2024-01-07 22:04:59 +00:00
Rene Schallner
5a284fc96d Update README.md 2024-01-07 21:37:29 +01:00
Vemahk
2574ceb63c goodness, there's more README. 2024-01-07 21:34:58 +01:00
Vemahk
51af6120ac Another README update: for the https FAQ honestly not sure how to concisely express that. 2024-01-07 21:34:58 +01:00
Vemahk
2139db102a README.md change 2024-01-07 21:34:58 +01:00