2025-05-29 12:39 | add short README on how to build | Randy Palamar | 1 | +26 | -0 |
2025-05-26 17:48 | build: use cmd_base with empty options for rebuilding self | Randy Palamar | 1 | +33 | -33 |
2025-05-21 03:01 | core: add compiler.h for compiler/os/arch detection | Randy Palamar | 6 | +93 | -48 |
2025-05-20 20:56 | build: enable ms-extensions when building with clang on w32 | Randy Palamar | 1 | +2 | -0 |
2025-05-19 23:38 | util: don't try to compute a 36x36 hadamard | Randy Palamar | 1 | +36 | -22 |
2025-05-19 23:36 | intrinsics: detect compiler once, add read_only attribute | Randy Palamar | 1 | +27 | -1 |
2025-05-18 23:22 | das: make cubic equation read closer to linked reference | Randy Palamar | 1 | +3 | -4 |
2025-05-16 01:33 | das: add optional coherency weighting to output data | Randy Palamar | 3 | +29 | -18 |
2025-05-15 16:18 | cuda: cleanup function names | Randy Palamar | 3 | +21 | -23 |
2025-05-15 16:03 | cuda: integrate new function for setting the channel mapping | Tyler Henry | 2 | +12 | -7 |
2025-05-15 13:57 | build: armv8 is the name compilers use not aarch64 | Randy Palamar | 1 | +2 | -2 |
2025-05-14 03:13 | cleanup remaining usage of static keyword | Randy Palamar | 10 | +197 | -201 |
2025-05-14 02:05 | os: rename stderr to error_handle | Randy Palamar | 6 | +16 | -16 |
2025-05-13 21:39 | ui: only display dynamic range in log scale mode | Randy Palamar | 1 | +4 | -3 |
2025-05-12 22:43 | build: make sure submodules are cloned if they don't exist | Randy Palamar | 6 | +13 | -6 |
2025-05-07 02:24 | build: remove separate libglfw | Randy Palamar | 1 | +30 | -50 |
2025-05-06 12:42 | lib: add and check beamformer parameters version number | Randy Palamar | 5 | +26 | -10 |
2025-05-06 04:22 | main_linux: fix hardcoded 2 fds in poll() call | Randy Palamar | 1 | +1 | -1 |
2025-05-06 04:16 | os: move get_native_gl_context into main files | Randy Palamar | 4 | +18 | -18 |
2025-05-06 03:25 | build: gcc sucks alot | Randy Palamar | 1 | +20 | -10 |
2025-05-06 03:12 | build/ci: fix building on w32 | Randy Palamar | 2 | +34 | -25 |
2025-05-06 01:47 | lib: if you want to be successful in the beamforming industry... | Randy Palamar | 1 | +3 | -3 |
2025-05-05 01:33 | build/lib: construct single helper lib header | Randy Palamar | 5 | +73 | -54 |
2025-05-05 01:03 | build: output to out; split helper lib into separate function | Randy Palamar | 1 | +38 | -20 |
2025-05-04 22:39 | lib: add error codes for failure cases | Randy Palamar | 4 | +140 | -82 |
2025-05-04 20:20 | core/lib: API breakage: use base c types for parameters, share os layer | Randy Palamar | 13 | +204 | -253 |
2025-05-04 04:52 | os: use dynamic arrays for file watches (dirs and files) | Randy Palamar | 6 | +32 | -37 |
2025-05-04 04:06 | build: generic optimization target | Randy Palamar | 1 | +35 | -13 |
2025-05-02 23:33 | util: make_hadamard_transpose: use correct condition for capacity check | Randy Palamar | 1 | +1 | -1 |
2025-05-02 23:27 | util: use push_array naming instead of arbitrary "alloc()" | Randy Palamar | 4 | +21 | -20 |
2025-05-02 14:31 | util: make default s8 empty not 0 | Randy Palamar | 5 | +11 | -11 |
2025-05-02 13:56 | util: rework arena string building | Randy Palamar | 9 | +148 | -166 |
2025-04-27 02:04 | build: replace build.sh with build.c | Randy Palamar | 8 | +648 | -195 |
2025-04-30 16:01 | ui: fix scale bar marker colour | Randy Palamar | 1 | +7 | -6 |
2025-04-30 15:49 | ui: don't update live view coordinates until live frame updates | Randy Palamar | 1 | +7 | -5 |
2025-04-29 22:32 | ui: fix an edge case for text input | Randy Palamar | 1 | +18 | -19 |
2025-04-26 21:55 | ui: sub tables for parameter group listings | Randy Palamar | 1 | +65 | -40 |
2025-04-26 04:33 | ui: fix cycler variables leaking label array memory on release | Randy Palamar | 1 | +8 | -10 |
2025-04-26 03:52 | ui: combine table row and cell iterators | Randy Palamar | 1 | +72 | -79 |
2025-04-26 02:23 | ui: cleanup variable _base functions | Randy Palamar | 2 | +35 | -64 |
2025-04-25 03:18 | ui: correctly size table cell input rects | Randy Palamar | 1 | +2 | -1 |
2025-04-25 03:08 | ui: cyclers now store a reference to their state | Randy Palamar | 1 | +51 | -88 |
2025-04-25 02:27 | ui: UIViews now have a single child and only manage scrolling | Randy Palamar | 1 | +116 | -110 |
2025-04-24 13:55 | ui: use table helper for parameter listing | Randy Palamar | 1 | +70 | -56 |
2025-04-24 02:20 | ui: rewrite draw_compute_stats to use table layout code | Randy Palamar | 2 | +49 | -44 |
2025-04-24 01:49 | ui: make table cell data generic | Randy Palamar | 1 | +16 | -4 |
2025-04-24 01:37 | ui: add table cell iterator | Randy Palamar | 1 | +95 | -49 |
2025-04-21 00:33 | ui: add table row iterator helper | Randy Palamar | 1 | +94 | -72 |
2025-04-19 20:18 | ui: add automatic table layout path | Randy Palamar | 1 | +290 | -81 |
2025-04-25 01:26 | das: handle FLASH mode | Randy Palamar | 1 | +2 | -0 |
| 435 more commits remaining, fetch the repository |