4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
linux / x11-helper: Add libglvnd0 (libGLdispatch.so) and start using Ubuntu 20.04-based container for RBE. More... 3 days ago
bazel: Add RBE rules using BuildBuddy. More... 3 days ago
bazel: For GLICT system headers, add dependency on libgl-dev. More... 3 days ago
bazel: Allow building with libsdl12's deb-derived system headers and libraries, incl. OpenGL. More... 3 days ago
.bazelversion: Update to 6.5.0, latest which doesn't yet start demanding a move to bzlmod. More... 3 days ago
bazel: Explicitly declare minimum and preferred version of Bazel to use when building. More... 3 days ago
.github/workflows: Build GLICT on push. More... 4 months ago
messagebox: Separator. Button caption, alignment, sizing and margins. More... about 4 years ago
bazel: Add .gitignore. More... about 5 years ago
bazel: Update rules for Bazel 0.21.0. More... about 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... about 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
Bazel on Linux uses symlinks for sandboxing. patch(1) needs --follow-symlinks even if we specify an alternative output file. More... almost 7 years ago
Fixes for building SDL on Mac, in particular on 10.12+.
Ivan Vučica
as Ivan Vučica
More... almost 7 years ago