aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Move most of Makefile.in to mk/main.mkSimon Sapin2014-08-211-489/+1
* Remove the Rust submodule.Simon Sapin2014-08-211-35/+9
* add rpath back for library buildMike Blumenkrantz2014-08-181-2/+2
* Move UA stylesheet to src/components/styleSimon Sapin2014-08-161-2/+2
* Download Rust snapshots in make rather than configure.Simon Sapin2014-08-151-7/+44
* Merge pull request #2274 from metajack/build-32bitJack Moffitt2014-08-141-15/+32
|\
| * Enable 32bit builds.Jack Moffitt2014-08-141-15/+32
* | Make libscript compilation more verbose on Travis.Ms2ger2014-08-121-0/+7
|/
* Upgrade Rust.Jack Moffitt2014-08-081-0/+4
* Decouple compositing and script crates.Josh Matthews2014-08-081-11/+19
* Merge pull request #2934 from saneyuki/canvasJosh Matthews2014-08-031-2/+2
|\
| * Move CanvasRenderTask to gfx crate.Tetsuharu OHZEKI2014-07-271-2/+2
* | Upgrade Rust.Jack Moffitt2014-08-021-0/+7
|/
* Merge pull request #2922 from servo/rustdocSimon Sapin2014-07-251-16/+18
|\
| * Add doc and doc-$(crate) targets to the Makefile using rustdoc.Simon Sapin2014-07-251-16/+18
* | Exclude host libs from Android package.Matt Brubeck2014-07-241-1/+1
|/
* Break the layout -> compositing dependencyAriel Ben-Yehuda2014-07-211-8/+16
* Deny unused variables.Ms2ger2014-07-171-1/+1
* Add a `task_info` crate and a `task_basic_info` module within it.Nicholas Nethercote2014-07-081-0/+2
* Fix incorrect libcompositing dep.Josh Matthews2014-06-281-1/+1
* Split compositing/pipeline/constellation code into separate crate.Josh Matthews2014-06-281-4/+12
* Split layout code into a separate crate.Josh Matthews2014-06-281-5/+13
* recompile servo when modifying the user-agent style sheetPierre Louis Aublin2014-06-211-1/+1
* Update submodules and ~str/String, to_owned/to_string, & cast/mem to get andr...Luqman Aden2014-06-101-1/+1
* Outside of compositor, store window size in CSS pxMatt Brubeck2014-06-091-2/+2
* Make the bindings make target work on all platforms.Tetsuharu OHZEKI2014-06-081-2/+2
* auto merge of #2586 : ebalint/servo/2327, r=jdmbors-servo2014-06-051-2/+1
|\
| * Reduce the number of times we call rustc in our Makefile #2327Edit Balint2014-06-051-2/+1
* | Upgrade Rust.Jack Moffitt2014-06-051-7/+11
|/
* serious mode engaged: start of embedding crate using FFIMike Blumenkrantz2014-05-261-0/+4
* fix build of embedding crateMike Blumenkrantz2014-05-261-1/+1
* Pass external dependencies to submodule MakefilesMatt Brubeck2014-05-211-0/+2
* Keep initial values in a lazy static instead of passing a parameter around.Simon Sapin2014-05-161-2/+2
* make base all: Makefile rule conditional, only build embedding on non-androidMike Blumenkrantz2014-05-011-1/+2
* fix/simplify embedding build and libservo buildLars Bergstrom2014-05-011-7/+3
* allow warnings in embedding crate, prevent constant rebuild of embedding crateMike Blumenkrantz2014-05-011-1/+2
* add start of embedding crate: build system with CEF typesMike Blumenkrantz2014-05-011-1/+8
* Some minor configure and Makefile cleanup.Jack Moffitt2014-04-291-7/+7
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-1/+1
* split servo build into library (non-android) for use in embeddingMike Blumenkrantz2014-04-111-0/+6
* Update the configuration files to properly build rust. Revert rust-stb-image ...Lars Bergstrom2014-04-101-0/+6
* fix android for rust updateaydin.kim2014-04-101-1/+1
* Android fixes for February Rust UpgradeLars Bergstrom2014-04-101-6/+8
* Build: Use the same Python for Mako as for DOM codegen.Simon Sapin2014-03-311-1/+1
* Build: Ugrade Mako to 0.9.1, to support Python 3.4Simon Sapin2014-03-311-1/+1
* Build: Do not swallow Mako template errors in src/components/style/properties...Simon Sapin2014-03-311-1/+3
* Move common macros into a new crate (fixes #1882)Matt Brubeck2014-03-211-7/+14
* auto merge of #1939 : khodzha/servo/unused_imports, r=jdmbors-servo2014-03-201-0/+1
|\
| * Fix #1480, added -D unused-imports to rustc flagsShamir Khodzha2014-03-191-0/+1
* | Rust upgrade for androidLars Bergstrom2014-03-181-2/+2