summaryrefslogtreecommitdiff
path: root/HACKING
Commit message (Collapse)AuthorAgeFilesLines
* Use HTTPS URLs for freedesktop.org domainsPaul Menzel2018-10-161-2/+2
| | | | | | | | Run the command below suggested by geirha in ##sed@irc.freenode.net. git grep -l 'http://.*freedesktop.org' | xargs sed -i 's|http\(://\([[:alnum:].-]*\.\)\{0,1\}freedesktop\.org\)|https\1|g' Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
* Use HTTPS URLs for cairographics.org domainsPaul Menzel2018-10-161-4/+4
| | | | | | | | Run the command below suggested by geirha in ##sed@irc.freenode.net. git grep -l 'http://.*cairographics.org' | xargs sed -i 's|http\(://\([[:alnum:].-]*\.\)\{0,1\}cairographics\.org\)|https\1|g' Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
* HACKING: Add link to git tutorial and wordsmith a bitBryce Harrington2015-03-061-10/+8
|
* HACKING: Make mention of the separate cairo-traces repoBryce W. Harrington2013-08-111-4/+5
| | | | | Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
* Fix various README typosBehdad Esfahbod2009-01-021-1/+1
|
* Add README.win32, courtesy of Damian FrankBehdad Esfahbod2008-09-241-1/+1
|
* [HACKING] Write some more paragraphsBehdad Esfahbod2008-09-031-1/+22
|
* [HACKING] Improve win32 note.Behdad Esfahbod2008-09-021-1/+1
|
* Revamp the build system.Behdad Esfahbod2008-09-021-0/+165
Quick summary of changes: - Move list of cairo source files out of src/Makefile.am and into src/Sources.mk, - Generate files src/Config.mk and src/Config.mk.win32 that choose the right set of source files and headers based on configured backends and features. This drastically simplifies building using other build systems. The src/Makefile.win32 file needs to be updated to reflect these changes. - Add README files to various directories, - Add toplevel HACKING file.