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
/
darwin.config
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-16
darwin: Tell python to use 32bit version when targetting 32bit
Edward Hervey
1
-0
/
+1
2014-05-16
config: Silence more warnings on osx 10.7
Edward Hervey
1
-0
/
+4
2014-05-15
cerbero: add a variant called 'gi' for enabling gobject-introspection
Mark Howell
1
-0
/
+3
2014-04-26
Use clang instead of gcc on OSX
Sebastian Dröge
1
-4
/
+4
2014-04-26
Drop support for OS X Leopard (10.5)
Sebastian Dröge
1
-17
/
+1
2014-03-30
darwin: Only enable clang cflags if we use clang
Edward Hervey
1
-1
/
+4
2014-03-28
Silence clang errors for now in OSX and iOS
Andoni Morales
1
-1
/
+1
2014-02-04
darwin: Fix ccache setup
Edward Hervey
1
-2
/
+6
2014-01-30
Add missing env variables for common build tools
Andoni Morales Alastruey
1
-0
/
+9
2013-10-27
osx: add support for mavericks
Josep Torra
1
-0
/
+1
2013-09-28
darwin: The XCode 5.0 compiler also has -Werror for -Wformat-nonliteral by de...
Sebastian Dröge
1
-0
/
+2
2013-03-02
Add -Wall to CFLAGS everywhere to get meaningful compiler warnings in some cases
Sebastian Dröge
1
-1
/
+1
2013-01-18
Handle new path for GL header in the Mac OSX 10.8 SDK
Thibault Saunier
1
-0
/
+3
2012-12-03
config: set defaults for prefix sources and cache in the config
Andoni Morales Alastruey
1
-12
/
+0
2012-11-19
Use Snow Leopard as the minimum required version
Andoni Morales Alastruey
1
-1
/
+1
2012-11-05
Typos in comments
Xavi Artigas
1
-3
/
+3
2012-10-29
darwin.config: Fix checks for GL headers path
Andoni Morales Alastruey
1
-0
/
+4
2012-09-14
config: differenciate the SDK version to use and the min SDK version to target
Andoni Morales Alastruey
1
-3
/
+4
2012-08-25
darwin.config: don't override the cache file
Andoni Morales Alastruey
1
-4
/
+4
2012-08-08
darwin: adds universal target to default config file
Thiago Santos
1
-0
/
+5
2012-06-14
config: add support for using ccache in the builds
Andoni Morales Alastruey
1
-0
/
+4
2012-06-07
darwing.config: link -headerpad_max_install_names
Andoni Morales Alastruey
1
-1
/
+1
2012-05-31
revert change pshed by mistake
Andoni Morales Alastruey
1
-12
/
+0
2012-05-31
gstreamer-sdk: update.rtf license
Andoni Morales Alastruey
1
-0
/
+12
2012-05-30
Fix CFLAGS/OBJCFLAGS/etc for OSX
Josep Torra
1
-20
/
+15
2012-05-29
Set OBJC for OSX leopard
Josep Torra
1
-0
/
+1
2012-05-29
Revert "darwin.config: add arch in ASFLAGS too"
Andoni Morales Alastruey
1
-4
/
+1
2012-05-28
darwin.config: add arch in ASFLAGS too
Andoni Morales Alastruey
1
-1
/
+4
2012-05-21
darwin.config: pass -arch option as a linker option in LDFLAGS too
Andoni Morales Alastruey
1
-2
/
+2
2012-05-21
darwin.config: set sdk_path depending on whether it exists and not its version
Andoni Morales Alastruey
1
-4
/
+3
2012-05-21
darwin.config: don't add sdk include path but instead link GL headers
Andoni Morales Alastruey
1
-2
/
+11
2012-05-21
darwin.config: set properly sdk's version and allow setting it from config
Andoni Morales Alastruey
1
-9
/
+15
2012-04-19
darwin.config: fix typo, 10.7 is Lion, not Mountain Lion
Alvaro Soliverez
1
-1
/
+1
2012-04-19
darwin.config: Add option specific for Mountain Lion
Alvaro Soliverez
1
-0
/
+6
2012-04-19
darwin.config: add missing import
Andoni Morales Alastruey
1
-1
/
+1
2012-04-19
darwin.config: fix typo
Andoni Morales Alastruey
1
-1
/
+1
2012-04-18
darwin.config: add leopard specific config properly
Andoni Morales Alastruey
1
-2
/
+5
2012-03-20
Add missing not for darwing and linux
Andoni Morales Alastruey
1
-0
/
+5
2012-03-20
don't override flags already set
Andoni Morales Alastruey
1
-3
/
+3
2012-03-20
Add a global flag to allow using system libraries
Andoni Morales Alastruey
1
-0
/
+4
2012-03-20
Make sure to set CFLAGS/CXXFLAGS/OBJFLAGS to "-O2 -g" everywhere
Sebastian Dröge
1
-0
/
+2
2012-03-20
Add OBJCFLAGS to select the proper arch for Objective-C code. Fixes applemedi...
Josep Torra
1
-1
/
+4
2012-03-20
XCode 3.1.4 compes with gcc 4.0 and 4.2. Using gcc 4.2 instead of the default...
Josep Torra
1
-2
/
+7
2012-03-20
In OSX build the multiple architectures in different directories. Add support...
Josep Torra
1
-3
/
+27
2012-03-20
Fix copy&paste error in darwin.config.
Josep Torra
1
-2
/
+2
2012-03-20
Fixes some build issues in OSX 10.6 32 bits and rearrenge some stuff.
Josep Torra
1
-8
/
+16
2012-03-20
Fix typo
Andoni Morales Alastruey
1
-1
/
+1
2012-03-20
Add environment config for darwin platforms
Andoni Morales Alastruey
1
-0
/
+21