aboutsummaryrefslogtreecommitdiff
path: root/docs/project/development.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-21upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374)Gravatar Dylan Conway 1-1/+1
* progress * finish `@memset/@memcpy` update * Update build.zig * change `@enumToInt` to `@intFromEnum` and friends * update zig versions * it was 1 * add link to issue * add `compileError` reminder * fix merge * format * upgrade to llvm 16 * Revert "upgrade to llvm 16" This reverts commit cc930ceb1c5b4db9614a7638596948f704544ab8. --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-06-11doc: minor fixes (#3278)Gravatar Keyhan Vakil 1-1/+1
* `bun link` only modifies `package.json` when `--save` is passed. * clang-15 is a separate package from llvm-15.
2023-06-06yeah (#3229)Gravatar dave caruso 1-1/+1
2023-06-03make hardcoded -> make esm + document needing bun to build bun (#3188)Gravatar dave caruso 1-2/+30
2023-06-02fix readableStreamToArrayBuffer (#3181)Gravatar dave caruso 1-3/+9
* fix discord.js again * remove one of the async hooks warnings * clarify hardcoded modules docs
2023-06-01Bundle and minify `.exports.js` files. (#3036)Gravatar dave caruso 1-2/+2
* move all exports.js into src/js * finalize the sort of this * and it works * add test.ts to gitignore * okay * convert some to ts just to show * finish up * fixup makefile * minify syntax in dev * finish rebase * dont minify all modules * merge * finish rebase merge * flaky test that hangs
2023-05-22document arch linux workaround, see #2664 (#2997)Gravatar dave caruso 1-0/+10
2023-04-20chore(docs): add xcode runtime install to docs (#2706)Gravatar Emmanuel Vazquez 1-0/+8
2023-04-13Update development.md (#2647)Gravatar Nilan Marktanner 1-1/+1
2023-04-11Update development.md (#2625)Gravatar Ryan Morey 1-5/+5
* Update development.md adds the `bash` language specifier to `which clang-15` so that when you click the copy button, it doesn't include the `$` * Update development.md * Update development.md * Update development.md
2023-04-11docs: remove dev container section (#2610)Gravatar hiroki osame 1-70/+0
2023-04-08Fix callout tag on development docs (#2595)Gravatar dave caruso 1-2/+21
* fix callout tag on development docs * add notes on cmakeconfig.h * Update Makefile
2023-04-08Rewrite Developer Docs, Improve DX for new users, moving away from ↵Gravatar dave caruso 1-0/+268
Devcontainer (#2588) * new docs starting point. missing alot of information * very experimental idea: make setup * run on ubuntu 20 * builds on ubuntu 20 (wsl) now * add release instructions * add valgrind note from jarred/new-bundler branch, just in case it gets lost when rebasing * changes requested