jfreegman
|
529d905bd0
|
Add timestamps to logger and enable widechar for bazel build
|
2022-03-18 12:24:05 -04:00 |
|
iphydf
|
ceb175e3f1
|
chore: Add check that the static build script works.
Otherwise it'll break again in the future and we won't know.
|
2022-01-13 01:37:24 +00:00 |
|
iphydf
|
8d58e8f4d6
|
chore: Fix BUILD format (we check this on toktok-stack now).
|
2021-12-21 12:23:01 +00:00 |
|
iphydf
|
da90ca8b74
|
Fix bazel build for games.
|
2021-12-10 17:52:43 +00:00 |
|
iphydf
|
f39da4d7f2
|
chore: Add a bazel test that calls toxic with --help .
This way we at least know it doesn't crash on load. Some code runs. We'll
want some real tests at some point, but this ensures *something* works.
|
2021-11-26 23:57:39 +00:00 |
|
iphydf
|
6f72a191ba
|
Revert "Add feature flags and missing #includes."
This reverts commit dd5fa236ae .
Also, set `-std=gnu99` in Bazel build.
|
2020-04-17 19:37:22 +00:00 |
|
iphydf
|
46513017e3
|
Half-hearted attempt at making toxic work on osx.
Video has no chance without X11 for now.
|
2020-03-30 18:14:43 +00:00 |
|
jfreegman
|
98cb7f58c0
|
Fix unused parameter and unused result warnings
|
2020-03-15 14:57:00 -04:00 |
|
iphydf
|
206bf407fd
|
Use rules_cc instead of native cc_binary rules.
|
2020-03-12 12:23:57 +00:00 |
|
iphydf
|
bebff3be0e
|
Use (void) for empty parameter list in C.
|
2018-09-08 17:23:07 +00:00 |
|
iphydf
|
2be4847b53
|
Ignore warning about unused result.
These should be fixed, but for now we leave it as warning, not error.
|
2018-09-06 13:46:24 +00:00 |
|
iphydf
|
4557614443
|
Enable .travis.yml check and use non-markdown license.
|
2018-08-17 23:49:01 +00:00 |
|
iphydf
|
5b30ecf2e4
|
Use @x11 instead of the longer @x11//:X11 to link against xlib.
|
2018-08-14 09:55:54 +00:00 |
|
iphydf
|
2413ad2b59
|
Use bazel import libs instead of global -l flags.
Import libs currently also point to the global system installed versions,
but at least we have the freedom to import them properly later.
|
2018-08-05 19:17:57 +00:00 |
|
iphydf
|
4144b868ce
|
Use libconfig built in the WORKSPACE rather than system installed.
Improves hermeticity and reproducibility.
|
2018-07-15 15:34:19 +00:00 |
|
iphydf
|
685837357b
|
Add bazel build file for toxic.
|
2018-07-06 14:41:16 +00:00 |
|