4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bazel: Add workspace status for RBE. More... 7 days ago
bazel: Update to the latest rules_libsdl12. More... 7 days ago
linux / x11-helper: Add libglvnd0 (libGLdispatch.so) and start using Ubuntu 20.04-based container for RBE. More... about 2 months ago
bazel: Add RBE rules using BuildBuddy. More... about 2 months ago
bazel: For GLICT system headers, add dependency on libgl-dev. More... about 2 months ago
bazel: Allow building with libsdl12's deb-derived system headers and libraries, incl. OpenGL. More... about 2 months ago
.bazelversion: Update to 6.5.0, latest which doesn't yet start demanding a move to bzlmod. More... about 2 months ago
bazel: Explicitly declare minimum and preferred version of Bazel to use when building. More... about 2 months ago
.github/workflows: Build GLICT on push. More... 5 months ago
messagebox: Separator. Button caption, alignment, sizing and margins. More... over 4 years ago
bazel: Add .gitignore. More... over 5 years ago
bazel: Update rules for Bazel 0.21.0. More... over 5 years ago
bazel: Don't add .. to includes; have a dep rule add GLICT/ to sys headers instead. More... over 5 years ago
bazel: Replaced depending on .. with specifying a path in external. More... over 5 years ago
bazel: Latest rules_libsdl12 disable pulseaudio. More... over 5 years ago
bazel: Use newer rules_libsdl12. More... over 5 years ago
bazel: Build with OpenGL support.
Ivan Vučica
as Ivan Vučica
More... over 6 years ago
bazel: Update to new rules_libsdl12. More... over 6 years ago
memory_sdl: Bazel rules for building memory_sdl on Windows. More... over 6 years ago
memory_sdl: Add missing font.bmp. This is Verdana 11pt with outline, in a 32x32 grid. More... over 6 years ago
memory_sdl: Find font.bmp in bazel runfiles. On Windows, bazel runfiles are not copied, just enumerated in a MANIFEST; this code processes the manifest. More... over 6 years ago
memory_sdl: Use signed char for flipd; -1 indicates 'no value', and MSVC seems to use unsigned chars by default. More... over 6 years ago
memory_sdl: Add missing <time.h>, needed for msvc. More... over 6 years ago
glict: Fix building with MSVC by transitioning min() and max() to templates in <algorithm>. More... over 6 years ago
bazel: Support building under Windows. More... over 6 years ago
Add COPYING to the root of the project More... over 6 years ago
Use separate rules_libsdl12 repository for getting access to SDL. More... over 6 years ago
Try to fix sdldemo on Mac.
Ivan Vučica
as Ivan Vučica
More... over 6 years ago
Specify frameworks to link with on Mac. Eliminate spaces for SDLMain.h, too. Include function that is mistakenly used by SDL on Mac in DEBUG build.
Ivan Vučica
as Ivan Vučica
More... over 6 years ago
Only pass --follow-symlinks to patch on non-Darwin platforms.
Ivan Vučica
as Ivan Vučica
More... over 6 years ago