summaryrefslogtreecommitdiff
path: root/build-aux
AgeCommit message (Expand)Author
2025-07-07embed-sources.h.gen: Declare things as `const`Luke T. Shumaker
2025-07-07Remove the atexit() machineryLuke T. Shumaker
2025-07-06measurestack: Add newlib __retarget_lock_{acquire,release}_recursiveLuke T. Shumaker
2025-07-06Use libheap everywhere we use libcrLuke T. Shumaker
2025-07-05Do a better job banning printfLuke T. Shumaker
2025-07-05libhw_cr: host_net: Fix file descriptor leakLuke T. Shumaker
2025-06-27measurestack: Use LM_ROUND_UP(x, 512) instead of LM_NEXT_POWER_OF_2(x)Luke T. Shumaker
2025-06-27Add a `tent-graph` scriptLuke T. Shumaker
2025-06-27lint-bin: Report how big the heap space isLuke T. Shumaker
2025-06-27Statically allocate coroutine stacksLuke T. Shumaker
2025-06-27Tie pico-sdk panic() into <libmisc/assert.h>Luke T. Shumaker
2025-06-22cpu_main: Rename cpu_main_stack.c to just stack.cLuke T. Shumaker
2025-06-22measurestack: Fix CONFIG_9P_MAX_CONNSLuke T. Shumaker
2025-06-22measurestack: Tidy long lists of synthetic nodesLuke T. Shumaker
2025-06-22measurestack: Resolve all `__indirect_call`sLuke T. Shumaker
2025-06-22measurestack: Don't include fmt_print_* in the misc tableLuke T. Shumaker
2025-06-21Documentation: Don't replace . with _ in filenamesLuke T. Shumaker
2025-06-16lint-src: Fuss with the rules for config files identifying themselvesLuke T. Shumaker
2025-06-16Reorganize the `cmd` directoryLuke T. Shumaker
2025-06-10libmisc: obj.h: Rework the LO_INTERFACE_* API to expose method funcsLuke T. Shumaker
2025-06-10lint-src: Minor tidying up of Bash syntaxLuke T. Shumaker
2025-05-31build-aux/valgrind: Downgrade from bash to shLuke T. Shumaker
2025-05-31lint-src: Check that the shebang matches .editorconfigLuke T. Shumaker
2025-05-31make lint: Consolidate the lint scriptsLuke T. Shumaker
2025-05-27make check: Generate coverage reportsLuke T. Shumaker
2025-05-27make lint/generic: Lint shebang valuesLuke T. Shumaker
2025-05-17lint: Exclude symlinks and submodules from sources.mkLuke T. Shumaker
2025-05-15Fully banish printf from the firmwareLuke T. Shumaker
2025-05-15Begone with the printf variants of the log functionsLuke T. Shumaker
2025-05-15lib9p: Remove uses of printfLuke T. Shumaker
2025-05-15libmisc: Remove uses of printfLuke T. Shumaker
2025-05-15libmisc: Invent fmt.h to replace printfLuke T. Shumaker
2025-05-15measurestack: lib9p: Learn about srv->msglogLuke T. Shumaker
2025-05-15measurestack: Learn about flash_range_program_funcLuke T. Shumaker
2025-05-15lib9p: Adjust _lib9p_{validate,unmarshal,marshal} to be macros, not functionsLuke T. Shumaker
2025-05-15lib9p: srv.c: Simplify handler callingLuke T. Shumaker
2025-05-14measurestack: Woah, stdio won't assert(0)????Luke T. Shumaker
2025-05-12More GCC 15 fixesLuke T. Shumaker
2025-05-10measurestack: Test how we handle %vLuke T. Shumaker
2025-05-10measurestack: Add a test for cfg_max_call_depthLuke T. Shumaker
2025-05-10measurestack: test_app_plugins.py: Pull out a testutil.pyLuke T. Shumaker
2025-05-06measurestack: Fix+test printf measurementLuke T. Shumaker
2025-05-06measurestack: Fix+test skipmodel chain collectionsLuke T. Shumaker
2025-05-06measurestack: Add `dbg_(no)cache` togglesLuke T. Shumaker
2025-05-06measurestack: Add a `dbg_sort` toggleLuke T. Shumaker
2025-05-06measurestack: Add a `dbg_dumpgraph` toggleLuke T. Shumaker
2025-05-06measurestack: Promote and enhance `dbg` to a global `dbg_nstatic`Luke T. Shumaker
2025-05-06measurestack: app_plugins.py: Scope regexes to the classesLuke T. Shumaker
2025-05-06measurestack: Shorten debug f-stringsLuke T. Shumaker
2025-05-06Merge libobj into libmiscLuke T. Shumaker