Age | Commit message (Collapse) | Author | Files | Lines |
|
The "internal" name never made much sense to begin with (since this is a
program, not a library), but now this header only describes the "main" Jalv
struct and functions directly associated with it (the top-level interface of
the application), so name it accordingly.
This also makes include-what-you-use actually check this header, which it
wasn't before for some mysterious reason.
|
|
Removes the source directory from the include path flags passed to the
compiler, so that quoted includes always refer to files relative to the one
they're in, and angled includes never refer to anything in the source tree.
This fixes potential clashes between the name of headers here and on the
system.
|
|
|
|
|
|
|
|
Replaces highly questionable cross-thread use of the request_update flag.
|
|
|
|
|
|
|