Commit Graph

36 Commits (master)

Author SHA1 Message Date
Tim Stack efb85ed570 [tests] try to address some test issues 1 month ago
Tim Stack dd47e66832 [datepp] check for TZDIR when looking up zoneinfo 2 months ago
Tim Stack 572c758dcc [md4c] import v0.5.2 2 months ago
Tim Stack b266bb68ff [prqlc-c] remove example links 2 months ago
Tim Stack a2b573aa58 [view_curses] check color
Related to #1245
3 months ago
Tim Stack 3c4a93cca6 [prql] bump prql git version 3 months ago
Tim Stack 2cb227e14f [prql] use cxx for rust ffi stuff 3 months ago
Tim Stack bdc9c5a28d [prql] initial work for integrating PRQL 3 months ago
Tim Stack 9cf2832ff3 [cmds] fix some timezone issues with :convert-time-to and other spots
Related to #1236
4 months ago
Tim Stack c68b7ec7a3 [misc] cleanups before release 4 months ago
Tim Stack 58196be6fc [build] missing file 10 months ago
Tim Stack 97e43bc76f [libs] import the c++ date library 10 months ago
Tim Stack 862079e663 [fstab_vtab] add "data" column to the table
Bump rapidyaml version
10 months ago
Tim Stack 2da7361097 [gantt] render opid descriptions correctly 11 months ago
Tim Stack 91730b7c3c [cleanup] fix some warnings 1 year ago
Havard Eidnes 0b51752974 ArenaAlloc/arenaallocimpl.h: avoid shift overflow on 32-bit hosts.
Use the constants defined by <stdint.h> to avoid right-shift by 32
on a 32-bit host by comparing SIZE_MAX to UINT32_MAX, since `value`
is a size_t.

Found by building on NetBSD/macppc with -Wshift-count-overflow
(which is default on in the pkgsrc setup, which this is from).

./third-party/ArenaAlloc/arenaallocimpl.h:111:22: warning: right shift count >=
width of type [-Wshift-count-overflow]
  111 |       value |= value >> 32;
      |                ~~~~~~^~~~~
1 year ago
Tim Stack f7b067db42 [ryml] remove unnecessary include that is triggering a compile error on some archs 2 years ago
Tim Stack 87791ec94b [markdown] add support for going to an anchor 2 years ago
Tim Stack 9c03938ff3 use scnlib instead of sscanf/strtod 2 years ago
Timothy Stack 45270505e3 [status] some more user notification tweaks 2 years ago
Timothy Stack e669f6ca55 [build] distcheck fix for header 2 years ago
Timothy Stack 3c54f20fce [sysclip] support osc 52 for copying to the clipboard
Fixes #825
2 years ago
Timothy Stack 36e9433891 [perf] try to overlap line buffer i/o 2 years ago
Timothy Stack dae3f6b7bc [libs] bump doctest 2 years ago
Timothy Stack f9f797fc9d [logfile_sub_source] add log message watch expressions
Fixes #539
2 years ago
Timothy Stack 31a670ce27 [md4c] initial markdown support 2 years ago
Timothy Stack f03f9e704f [views] add a breadcrumb view 2 years ago
Timothy Stack a27198e8ca [regex101] add an integration with regex101
... and a pile of other changes
2 years ago
Timothy Stack b3b8ed7f07 [bump] update doctest version 3 years ago
Timothy Stack 954e368974 [build] rejigger doctest inclusion a bit 3 years ago
Timothy Stack a8e7a69c49 [build] fix for backward 3 years ago
Timothy Stack db5fd8e0ec [build] some more stacktrace stuff 3 years ago
Timothy Stack 399cf83fc5 [ras] add backward-cpp 3 years ago
Timothy Stack 94b3c0d467 [dbdump] remove keyword_check for now 3 years ago
Timothy Stack c0ed59e61e [sqlite] implement .dump SQL command 3 years ago
Timothy Stack 6f4791ec35 [sqlite] include generate_series() extension 3 years ago