index
:
gstreamer/cerbero
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.20
1.22
1.24
1.4
1.6
1.8
main
master
Cerbero build system used to build the official upstream GStreamer 1.0 SDK binaries (mirrored from https://gitlab.freedesktop.org/gstreamer/cerbero)
tpm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-14
config/ios: remove unneeded (-Wl) minimum ios version
Matthew Waters
1
-3
/
+0
2023-06-09
Bump minimum macOS version to 10.13 (High Sierra)
Nirbheek Chauhan
1
-1
/
+1
2023-06-09
macOS: Ensure errors on unguarded use of new APIs
Nirbheek Chauhan
1
-1
/
+1
2023-01-13
android.config: Stop excluding static libs in ldflags
Nirbheek Chauhan
1
-1
/
+1
2023-01-12
android.config: Use versioned llvm-triples everywhere
Nirbheek Chauhan
1
-4
/
+4
2023-01-12
android.config: Use f-strings for all string formatting
Nirbheek Chauhan
1
-23
/
+23
2023-01-12
gnustl.recipe: Eliminate libandroid_support from gnustl
Nirbheek Chauhan
1
-7
/
+0
2023-01-12
cross-android-{armv7,universal,x86}: bump target API version to v21
Tim-Philipp Muller
3
-3
/
+3
2022-12-05
macOS, iOS: Fix Xcode 14 ABI breakage with older Xcode
Nirbheek Chauhan
2
-2
/
+22
2022-11-10
cerbero: Fix install prefix when no variant is specified on Windows
Nirbheek Chauhan
1
-6
/
+0
2022-11-02
Use Visual Studio by default for building on Windows
Nirbheek Chauhan
1
-1
/
+7
2022-09-15
Enable Rust plugins on Linux, macOS, MSVC
Nirbheek Chauhan
3
-2
/
+7
2022-09-03
Remove Apple Bitcode support
Nirbheek Chauhan
2
-2
/
+2
2022-03-30
config: rename cross-macos-x86_64 -> x86-64 like all the other config files
Matthew Waters
2
-2
/
+2
2022-03-04
windows: enable parallel builds with MSYS2
Andoni Morales Alastruey
1
-6
/
+6
2022-03-04
Add support for MSYS2
Andoni Morales Alastruey
1
-9
/
+7
2021-10-18
android: set ANDROID_NDK_HOME instead of ANDROID_NDK
Jonas Vautherin
1
-1
/
+1
2021-07-13
config/ios: put iphone sdk version minimum into CPPFLAGS
Matthew Waters
1
-4
/
+6
2021-05-14
macos/universal: fix pkg-config packaging
Matthew Waters
1
-0
/
+5
2021-01-21
macOS: fix Objective-C++ cross-compilation
Andoni Morales Alastruey
1
-2
/
+2
2020-12-07
x264: add support for macOS ARM64
Andoni Morales Alastruey
1
-0
/
+6
2020-12-07
macos: add new configuration files for macos
Andoni Morales Alastruey
3
-0
/
+18
2020-12-07
macos: add support for targetting ARM64
Andoni Morales Alastruey
1
-4
/
+18
2020-09-30
windows.config: Use MinGW Perl instead of MSYS Perl
Nirbheek Chauhan
1
-0
/
+5
2020-09-21
Don't override the 64 bit linker with the 32 bit one
Brent Gardner
1
-1
/
+1
2020-07-12
Add a uwp-universal target to build all uwp arches at once
Nirbheek Chauhan
3
-8
/
+35
2020-07-09
config: Don't set prefix for Windows builds
Nirbheek Chauhan
4
-4
/
+0
2020-06-08
windows.config: Add UWP flags to C++ flags too
Nirbheek Chauhan
1
-0
/
+1
2020-05-29
config: Remove glib-specific autoconf hacks
Nirbheek Chauhan
2
-12
/
+2
2020-05-26
cerbero/genlib: Reuse msvc env found at startup
Nirbheek Chauhan
1
-16
/
+27
2020-05-26
Rewrite MSVC/MinGW toolchain config for UWP cross compilation
Nirbheek Chauhan
2
-122
/
+147
2020-05-26
cerbero: Refactor variant handling in platform config files
Nirbheek Chauhan
12
-43
/
+24
2020-05-26
cerbero: Add configs to cross-compile on Windows to ARM/ARM64
Nirbheek Chauhan
2
-0
/
+6
2020-05-26
cerbero: Add a variant for the Universal Windows Platform
Nirbheek Chauhan
1
-3
/
+21
2020-05-26
cerbero: Allow fetching UWP Visual Studio env vars
Nirbheek Chauhan
1
-1
/
+2
2020-04-18
cerbero/windows: Don't require visual studio for genlib
Nirbheek Chauhan
1
-1
/
+2
2020-04-06
android: update to NDK r21
Matthew Waters
1
-6
/
+27
2020-04-03
cerbero: Add a new variant for optimization
Nirbheek Chauhan
5
-11
/
+11
2020-04-01
config/darwin: don't symlink gl headers
Matthew Waters
1
-13
/
+0
2020-03-04
windows.config: Place temporary wine files in var/tmp
Nirbheek Chauhan
1
-1
/
+3
2020-03-04
cerbero/windows: Don't try to use objc/objc++ compilers
Nirbheek Chauhan
1
-0
/
+7
2020-03-03
Don't show wine 'fixme' logs when calling Wix installer
Loïc Le Page
1
-0
/
+1
2020-02-25
cerbero/config: Avoid using env vars for compiler paths
Nirbheek Chauhan
1
-4
/
+8
2020-02-25
windows.config: Bump requirement to Windows 7
Nirbheek Chauhan
1
-1
/
+1
2020-02-24
cerbero: Allow specifying a custom location for Visual Studio
Nirbheek Chauhan
1
-1
/
+1
2020-02-22
cerbero/shell: Unbreak visualstudio shell
Nirbheek Chauhan
1
-1
/
+1
2020-02-03
cerbero: Move from deprecated check_call to check_output
Nirbheek Chauhan
1
-1
/
+1
2019-12-16
config: Cosmetic whitespace fixes
Nirbheek Chauhan
1
-17
/
+17
2019-12-16
cerbero/genlib: Define gendef in windows.config
Nirbheek Chauhan
1
-0
/
+1
2019-12-16
windows.config: Avoid leading spaces in LDFLAGS
Nirbheek Chauhan
1
-11
/
+17
[next]