Log

Author Commit Date CI Message
Dan Nicholson fa6a3d12 2009-01-14T18:00:10 Generate keysym tables from X and XF86 keysym definitions The keysym hash table ks_tables.h is generated by makekeys from keysymdef.h and XF86keysym.h.
Dan Nicholson 7f64541c 2009-01-14T18:07:06 ks_tables: Remove table-specific #ifdefs and add header guard Since we'll be including ks_tables.h in a single file, we don't need to make parts conditional. A header guard has been added just to be safe.
Dan Nicholson ddc31789 2009-03-19T10:59:32 makekeys: Coding style cleanup Mostly tab-to-space conversion, but a couple other nits, too.
Dan Nicholson 27fe8d16 2009-01-14T07:35:10 Add makekeys for creating keysym hash tables The makekeys utility is used to generate the keysym hash tables during the build. We try to detect a build machine native compiler so the tables can be generated when cross compiling.
Dan Nicholson b58a95d0 2009-01-13T18:25:35 Initial autotools commit