aboutsummaryrefslogtreecommitdiffstats
path: root/mk
Commit message (Collapse)AuthorAgeFilesLines
* Clean up check targets in Makefiles.Jack Moffitt2013-07-161-1/+10
|
* Fix silent failure of make clean-servoKeegan McAllister2013-07-111-5/+5
| | | | | Brace expansion is a bashism and doesn't work everywhere (for example, on Debian where /bin/sh is dash).
* Replace glut with glfw.Jack Moffitt2013-07-041-2/+7
| | | | | | Also fixes initial window size to get based on the windowing code instead of being hardcoded everywhere. This code works on HiDPI displays, but does not appropriately scale the output up yet.
* Fix clean targets.Jack Moffitt2013-07-041-6/+6
|
* Fixes check-content target.Sankha Narayan Guria2013-07-011-1/+1
|
* libmsg crate for message interfaces to compositor and engineTim Kuehn2013-06-191-0/+3
|
* Fix dependencies.Jack Moffitt2013-06-141-4/+5
|
* Fix makefile targets.Jack Moffitt2013-06-141-4/+4
|
* Disable tests for nspr and nss.Jack Moffitt2013-06-112-2/+10
|
* Fix spacing.Jack Moffitt2013-06-111-2/+2
|
* Use the scroll hackPatrick Walton2013-06-051-0/+5
|
* Add NSS and NSPR to the buildPatrick Walton2013-05-301-0/+2
|
* Separate the DOM and layout into separate crates.Patrick Walton2013-05-281-1/+4
|
* Remove the `servo-` prefix from core components.Patrick Walton2013-05-281-7/+7
|
* Move the test harnesses into test/.Patrick Walton2013-05-281-3/+3
| | | | | This is preparation for removing the `servo-` prefixes from the various Servo components.
* Add rust-alert to the tree and use it to allow a new URL to be navigated toPatrick Walton2013-05-211-0/+5
|
* Organize all the source files into compiler/, components/, and platform/.Patrick Walton2013-05-153-10/+11
|
* Fixed #434khodzha2013-05-111-1/+7
| | | | | Added "clean-servo-util" and "clean-servo-net" make targets Added new targets to "clean-servo" target
* update: check.mk tidy pathYoungmin Yoo2013-05-091-1/+1
|
* Nuke CairoPatrick Walton2013-04-051-31/+0
|
* Add license check as part of `make tidy` and `make check`Brian Anderson2013-04-041-2/+5
|
* De-mut field, de-DVec, de-assert.Josh Matthews2013-03-131-0/+1
|
* Fix testsBrian Anderson2013-01-221-0/+2
|
* Build cairo in-treeBrian Anderson2013-01-151-0/+26
|
* Use the in-tree Rust compilerBrian Anderson2013-01-101-2/+2
|
* Add clean target for servo gfx; Clean servo_gfx when running make clean-servo.Brian J. Burg2012-11-121-1/+4
|
* gfx: Rename servo-gfx-2 to servo-gfxPatrick Walton2012-11-121-1/+1
|
* Remove the servo-gfx submodulePatrick Walton2012-11-121-17/+1
|
* submodules: Split out GFX and all its dependencies into a servo-gfx submodulePatrick Walton2012-11-111-0/+16
|
* Add make clean-fast target, and clean up make check/check-all.Brian J. Burg2012-11-093-6/+27
|
* Submodule 'done' dependencies were being incorrectly computed, because the ↵Brian J. Burg2012-11-091-1/+1
| | | | wrong name was used.
* De-Cairo font handling.Patrick Walton2012-11-081-1/+4
| | | | This breaks Linux/Freetype.
* Add core-foundation as a dependency of core-graphics.Brian J. Burg2012-11-081-1/+7
|
* rust-layers requires xlib on linuxBrian Anderson2012-11-051-0/+1
|
* Add SLOW_TESTS variable to sub.mk, which expresses the submodules to ↵Brian J. Burg2012-11-052-3/+11
| | | | normally skip tests for. 'make check' will skip SLOW_TESTS submodules, and 'make check-all' will run everything. Fixes #169.
* Add rust-core-graphics as dependency of rust-layers on Mac. Add trailing ↵Brian J. Burg2012-11-051-19/+40
| | | | NULLs to sub.mk.
* Build skiaPatrick Walton2012-11-011-1/+3
|
* Add rust-css submoduleBrian Anderson2012-10-261-0/+4
|
* Fix linux build for recent submodule splits.Brian J. Burg2012-10-251-3/+9
|
* Split out xlib to rust-xlib and cairo to rust-cairo.Brian J. Burg2012-10-251-5/+12
|
* Split fontconfig bindings into rust-fontconfig.Brian J. Burg2012-10-251-4/+5
|
* Split freetype bindings into rust-freetype submodule.Brian J. Burg2012-10-251-0/+16
|
* Update rust-wapcapletBrian Anderson2012-10-241-0/+3
|
* Remove servo-sandbox build codeBrian Anderson2012-10-221-4/+0
|
* Move CoreText bindings into a submodule.Brian J. Burg2012-10-201-0/+4
|
* Add rust-core-graphics submodule; Import CoreGraphics bindings fromBrian J. Burg2012-10-191-6/+6
| | | | that module, not rust-cocoa.
* Begin work on libcss bindingsBrian Anderson2012-10-171-1/+5
|
* Move rust-css to rust-netsurfcssBrian Anderson2012-10-151-1/+1
|
* Add rust-css, bindings for libcssBrian Anderson2012-10-141-0/+3
|
* Make contenttest buildBrian Anderson2012-10-091-2/+2
|