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