index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile.am
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-08
Use detected EGREP instead of generic grep
Dagobert Michelsen
1
-2
/
+2
2010-12-15
gl: Remove GLEW from the build system and the source tree
Alexandros Frantzis
1
-2
/
+0
2010-07-16
build: Add explicit dependcy to cxx lib
Benjamin Otte
1
-1
/
+1
2010-07-11
build: Fix typo that makes C++ libs not build
Benjamin Otte
1
-1
/
+1
2010-07-09
build: Remove wrong flags from libcairo_cxx.la
Benjamin Otte
1
-1
/
+1
2010-07-09
build: copy/paste failure: Don't build libcxx.la
Benjamin Otte
1
-1
/
+1
2010-07-09
build: Fix C++ issues with automake
Benjamin Otte
1
-1
/
+19
2010-07-09
build: Get rid of $(foo_files) Makefile.am variables
Benjamin Otte
1
-1
/
+0
2009-09-14
Add a private copy of GLEW
Chris Wilson
1
-0
/
+2
2009-08-29
[tessellator] Use a priority queue for the events
Chris Wilson
1
-4
/
+1
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-0
/
+2
2009-06-16
Import Qt backend by Mozilla
Vladimir Vukicevic
1
-1
/
+1
2009-02-06
Don't distribute cairo-features.h (#19992)
Behdad Esfahbod
1
-4
/
+3
2009-01-09
[build] Include all generated win32 build files in the repo
Behdad Esfahbod
1
-1
/
+1
2008-12-14
Fix compilation with gcov
Chris Wilson
1
-1
/
+2
2008-11-16
[skiplist] Inline testing.
Chris Wilson
1
-1
/
+4
2008-09-22
[Makefile.win32] Add makefile rules to generate cairo-features.h
Behdad Esfahbod
1
-2
/
+2
2008-09-22
Generate build/Makefile.win32.features
Behdad Esfahbod
1
-3
/
+5
2008-09-22
Rename Makefile.*.config to Makefile.*.features as they should not be modified
Behdad Esfahbod
1
-1
/
+1
2008-09-20
Make sure feature macros are checked using #if, not #ifdef; add a test for it
Behdad Esfahbod
1
-3
/
+3
2008-09-19
[src/Makefile.am.analysis] Check that all headers can be compiled standalone
Behdad Esfahbod
1
-1
/
+5
2008-09-19
Make sure (and check) that all private headers include some cairo header first
Behdad Esfahbod
1
-1
/
+1
2008-09-18
[src/check-*.sh] Use computed list of source files instead of running "find"
Behdad Esfahbod
1
-0
/
+6
2008-09-17
Revert "[Makefile.am] Add CAIRO_LIBS to check-link."
Behdad Esfahbod
1
-1
/
+1
2008-09-16
[Makefile.am] Add CAIRO_LIBS to check-link.
Chris Wilson
1
-1
/
+1
2008-09-16
[src/Makefile.am.analysis] Split off from src/Makefile.am
Behdad Esfahbod
1
-20
/
+1
2008-09-16
[boilerplate/Makefile.am] Distribute Makefile.win32.config
Behdad Esfahbod
1
-2
/
+1
2008-09-16
[Makefile] Amend checks for horrible msys environment.
Chris Wilson
1
-1
/
+1
2008-09-15
[src/Makefile.am] Add comment referring to Makefile.sources
Behdad Esfahbod
1
-0
/
+2
2008-09-11
[configure.ac.enable] Cleanup Makefile.*.config generation
Behdad Esfahbod
1
-6
/
+0
2008-09-11
[Makefile.am.common] Unify more common rules
Behdad Esfahbod
1
-2
/
+0
2008-09-11
Makefile.am cleanup
Behdad Esfahbod
1
-9
/
+2
2008-09-08
[Makefile.am] Rename INCLUDES to AM_CPPFLAGS
Behdad Esfahbod
1
-5
/
+5
2008-09-04
Rename src/*.mk to src/Makefile.*
Behdad Esfahbod
1
-3
/
+3
2008-09-04
Get rid of CAIRO_LDADD in favor of CAIRO_LIBS
Behdad Esfahbod
1
-1
/
+1
2008-09-03
[Makefile.am] Use check_PROGRAMS
Behdad Esfahbod
1
-2
/
+1
2008-09-03
[doc] Fix out-of-tree build
Behdad Esfahbod
1
-2
/
+2
2008-09-03
[src/Makefile.am] Minor fix in MAINTAINERCLEANFILES
Behdad Esfahbod
1
-1
/
+1
2008-09-03
[src/Makefile.am] s/libcairo_la_CFLAGS/INCLUDES/
Chris Wilson
1
-6
/
+6
2008-09-03
[src/Makefile.am] make check compile fix
Chris Wilson
1
-1
/
+1
2008-09-02
Also test linking when cross-compiling
Behdad Esfahbod
1
-0
/
+1
2008-09-02
[src/check-link.c] Simple test to check we can link to the built cairo.so
Behdad Esfahbod
1
-4
/
+26
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-342
/
+41
2008-08-28
Some nasty tracks to make changing version number not cause a total rebuild
Behdad Esfahbod
1
-0
/
+2
2008-08-28
Move version number to src/cairo-version.h
Behdad Esfahbod
1
-0
/
+1
2008-08-27
Cleanup libtool version handling
Behdad Esfahbod
1
-2
/
+2
2008-08-27
[src/Makefile.am] Remove gcc dependency
Behdad Esfahbod
1
-1
/
+1
2008-08-17
[Makefile.am] Support uno.
Chris Wilson
1
-0
/
+6
2008-08-17
[Makefile.am] Delete intermediates
Chris Wilson
1
-0
/
+4
2008-08-11
[src/Makefile.am] Include missing header file
Behdad Esfahbod
1
-0
/
+1
[next]