Age | Commit message (Expand) | Author | Files | Lines |
2020-06-27 | project: add cflag overrides to CFLAGS_LAST (thus override also user's CFLAGS). | midipix | 1 | -1/+1 |
2019-02-23 | linkage & visibility: employ the newly added -mstatic compiler option. | midipix | 1 | -2/+10 |
2019-02-02 | project: apply protected visibility to the static build. | midipix | 1 | -2/+2 |
2019-02-02 | project: remove the obsolete clbuild.sh. | midipix | 2 | -227/+0 |
2019-02-02 | project: apply hidden visibility to the static build. | midipix | 1 | -2/+2 |
2018-12-31 | project: set ARCH (nt32/nt64) based on CC_BITS. | midipix | 1 | -0/+3 |
2018-08-09 | front-end utility: ptyc_main(): remove the redundant argc parameter. | midipix | 1 | -0/+1 |
2018-07-15 | internals: added ptyc_dprintf(), a signal-resilient dprintf implementation. | midipix | 2 | -0/+2 |
2016-12-26 | added clbuild-bat: a poor man's transitional clbuild command translator. | midipix | 3 | -0/+231 |
2016-12-12 | project: properly set the free-standing build environment. | midipix | 1 | -0/+5 |
2016-11-19 | ptycon_api.h: fix export/import inconsistency. | midipix | 1 | -1/+1 |
2016-08-10 | bridge: added initial virtual key-code translation table. | midipix | 1 | -0/+1 |
2016-07-21 | ptyc_spawn(): initial implementation and integration. | midipix | 1 | -0/+1 |
2016-07-21 | internals: ptyc_open_file(), ptyc_open_dir(): [implementation and] integration. | midipix | 1 | -0/+1 |
2016-07-21 | daemon: added initial signal handling logic. | midipix | 1 | -0/+1 |
2016-07-21 | daemon: added ptyc_daemon_connect(). | midipix | 1 | -0/+1 |
2016-07-21 | daemon: added daemon initialization logic. | midipix | 2 | -0/+3 |
2016-07-21 | daemon: added initial definitions and interface declarations. | midipix | 1 | -0/+1 |
2016-07-21 | bridge: added initial sgr logic. | midipix | 1 | -0/+1 |
2016-07-21 | bridge: added initial csi logic. | midipix | 1 | -0/+1 |
2016-07-21 | bridge: added initial esi logic. | midipix | 2 | -0/+2 |
2016-07-21 | bridge: added state machine definitions. | midipix | 1 | -0/+1 |
2016-07-21 | debug: ptyc_dbg_cat(): implementation and integration. | midipix | 1 | -0/+1 |
2016-07-21 | logic: added console initialization and threaded loop allocation. | midipix | 2 | -0/+10 |
2016-07-21 | free-standing environment: added minimal gdi definitions and accessor table. | midipix | 3 | -0/+5 |
2016-07-21 | pty layer: added ptyc_alloc_pty(), ptyc_free_pty(). | midipix | 3 | -0/+3 |
2016-07-21 | driver context: added ptyc_set_status(). | midipix | 1 | -0/+1 |
2016-07-21 | driver: added native console accessor table. | midipix | 1 | -1/+1 |
2016-07-21 | created free-standing project skeleton. | midipix | 9 | -0/+53 |