Commit Graph

11 Commits (6f6826238e4f5678636e234d7bb6678187aa6403)

Author SHA1 Message Date
nick black b2dcc50606
notcurses_options: fold bools into flags 4 years ago
nick black ba8d80d444
procroller: don't recurse on argv[0], whoops 4 years ago
nick black 7f2888269f
all PoCs: use NCOPTION_INHIBIT_SETLOCALE 4 years ago
nick black 20d0048838
CMake improvements/cleanup #565
Rather than inspecting CMAKE_BUILD_TYPE manually and setting
DEBUG_OPTIONS based off the results, set CMAKE_{C/CXX}_FLAGS_DEBUG,
and allow that to be picked up by CMake #565. Remove repeated -W
flags that were all over the place, making them global compiler
flags. Remove repeated FORTIFY=2 definition that was all over the
place, making it a global compiler definition. Remove all uses of
${DEBUG_FLAGS}. Also, since CMake doesn't define a CMAKE_BUILD_TYPE
by default, instead just setting neither debugging nor optimization
flags, in what seems a pretty fucking boneheaded move, set it by
default to RelWithDebInfo. ugh. Explicitly disuse unused PoC variables.
4 years ago
nick black 6e0fd72e33
proc/fileroller: don't call ncfdplane_destroy() from within callbacks 4 years ago
nick black f92a5805bd
pocroller/fileroller: destroy widgets 4 years ago
nick black 7da3847b50
ncsubproc: get client exit notification #310 4 years ago
nick black 16a336fd21
ncsubproc: tease apart from ncfdplane 4 years ago
nick black 3e853f6635
ncsubproc: map new pipe onto stdio #310 4 years ago
nick black 04f90fa1ea
ncsubproc: launch processes, make pipes
link to LWN article in History section of README.md.
4 years ago
nick black ee15d4c1f4
new procroller PoC 4 years ago