boxes/src
2023-12-02 13:51:55 +01:00
..
boxes.c Add ncurses library to check terminal's color support 2023-05-08 21:12:00 +02:00
boxes.in.h Add ncurses library to check terminal's color support 2023-05-08 21:12:00 +02:00
bxstring.c Add bxstring support to 'generate' module 2023-05-19 22:12:51 +02:00
bxstring.h Add bxstring support to 'generate' module 2023-05-19 22:12:51 +02:00
cmdline.c Add new command line options --color and --no-color 2023-05-07 15:25:23 +02:00
cmdline.h Add new command line options --color and --no-color 2023-05-07 15:25:23 +02:00
config.h Add _DARWIN_C_SOURCE if APPLE (#119) 2023-08-24 15:50:57 +02:00
discovery.c Add first test case for a UTF-8 config file 2023-05-04 21:32:49 +02:00
discovery.h Use UTF-8 data read from config file #72 2023-04-19 21:06:00 +02:00
generate.c Add bxstring support to 'generate' module 2023-05-19 22:12:51 +02:00
generate.h Update copyright statements for 2023 2023-03-26 21:32:08 +02:00
input.c Use UTF-8 data read from config file #72 2023-04-19 21:06:00 +02:00
input.h Update copyright statements for 2023 2023-03-26 21:32:08 +02:00
lexer.l Enable lexer and parser to handle UTF-8 config file #72 2023-04-07 21:10:00 +02:00
list.c Add first test case for a UTF-8 config file 2023-05-04 21:32:49 +02:00
list.h Update copyright statements for 2023 2023-03-26 21:32:08 +02:00
Makefile Update Makefile, src/Makefile, and utest/Makefile to support MacOS unit tests 2023-12-02 13:51:55 +01:00
parsecode.c Print useful error message on invalid design name 2023-04-30 17:44:32 +02:00
parsecode.h Move code on shape lines from parser.y to parsecode.c 2023-04-30 14:14:21 +02:00
parser.y Print useful error message on invalid design name 2023-04-30 17:44:32 +02:00
parsing.c Use UTF-8 data read from config file #72 2023-04-19 21:06:00 +02:00
parsing.h Use UTF-8 data read from config file #72 2023-04-19 21:06:00 +02:00
query.c Update copyright statements for 2023 2023-03-26 21:32:08 +02:00
query.h Update copyright statements for 2023 2023-03-26 21:32:08 +02:00
regulex.c Use UTF-8 data read from config file #72 2023-04-19 21:06:00 +02:00
regulex.h Use UTF-8 data read from config file #72 2023-04-19 21:06:00 +02:00
remove.c Update copyright statements for 2023 2023-03-26 21:32:08 +02:00
remove.h Update copyright statements for 2023 2023-03-26 21:32:08 +02:00
shape.c Use UTF-8 data read from config file #72 2023-04-19 21:06:00 +02:00
shape.h Use UTF-8 data read from config file #72 2023-04-19 21:06:00 +02:00
tools.c Change bx_fprintf to a function pointer to enable unit testing on MacOS 2023-12-02 13:51:55 +01:00
tools.h tools.h - change set_bx_fprintf() function declaration to match renamed parameter 2023-12-02 13:51:55 +01:00
unicode.c Add bxstring support to 'generate' module 2023-05-19 22:12:51 +02:00
unicode.h Add bxstring support to 'generate' module 2023-05-19 22:12:51 +02:00