Commit graph

67 commits

Author SHA1 Message Date
aydin.kim
05d5edafe0 fix Mac build 2013-08-22 19:02:20 +09:00
Yongjin Kim
3230f4c2e3 support android build 2013-08-22 15:26:08 +09:00
Peng Liu
bcf67d9d7f Pull libpng in tree to avoid the configuration issue related to libpng.
Most work done by @pliu6
2013-08-20 14:43:08 -06:00
Keegan McAllister
ef50acfa89 Remove HTTP support (!)
We'll need a new HTTP client lib written against newrt.
2013-08-15 13:56:29 -07:00
Keegan McAllister
9346cab684 Remove rust-glut 2013-08-15 13:55:40 -07:00
Jack Moffitt
e9b1657df6 Add rust-png submodule. 2013-07-16 09:55:19 -06:00
Simon Sapin
d75489356e Add a submodule for rust-cssparser
Even though this parser is not used yet, having it built
and tested with the rest of Servo helps ensure it does not bitrot.
2013-07-10 20:40:01 +01:00
Jack Moffitt
1230282cec Add glfw and glfw-rs to servo build. 2013-07-04 12:51:02 -06:00
Konrad Borowski
ab31e3165d It's actually uname -m lying. 2013-06-24 15:01:07 +02:00
Tim Kuehn
2253365735 libmsg crate for message interfaces to compositor and engine 2013-06-19 21:31:12 -07:00
Patrick Walton
98a730c703 Use full paths for submodules in the configure script 2013-06-06 16:21:18 -07:00
Patrick Walton
97eb5671bb Update the configure script to pass --enable-64bit 2013-06-06 13:47:52 -07:00
Patrick Walton
0af3bbf953 Add NSS and NSPR to the build 2013-05-30 14:05:22 -07:00
Patrick Walton
bf82bc54f3 Separate the DOM and layout into separate crates. 2013-05-28 17:13:40 -07:00
Patrick Walton
c7bce98236 Remove the servo- prefix from core components. 2013-05-28 15:40:47 -07:00
Patrick Walton
c658c6dea9 Move the test harnesses into test/.
This is preparation for removing the `servo-` prefixes from the various
Servo components.
2013-05-28 15:40:39 -07:00
Patrick Walton
4d7f003cd9 Add rust-alert to the tree and use it to allow a new URL to be navigated to 2013-05-21 14:10:49 -07:00
Patrick Walton
7caa209039 Organize all the source files into compiler/, components/, and platform/. 2013-05-15 15:39:19 -07:00
Patrick Walton
932070b9e7 Split the network stuff out of servo-gfx into servo-net 2013-05-09 14:06:03 -07:00
Brian Anderson
b4d227008d configure: Remove CFG_C_COMPILER. Unused 2013-04-30 14:44:30 -07:00
Tetsuharu OHZEKI
baada2503b Remove '--quiet' option from git submodule commands in /configure. 2013-04-29 23:02:01 +09:00
Brian J. Burg
43c8b85014 Invocations of autoconf213 should also include argument specifying the
calculated shared macro path. This is necessary if autoconf213 is not
installed globally.

Closes #382.
2013-04-19 11:36:57 -07:00
Jack Moffitt
5242291b88 Merge pull request #372 from bdaehlie/servo-util-refactor
Servo util refactor
2013-04-16 16:39:04 -07:00
Josh Aas
3e0b2ff011 Add modified files not added in last commit. Part of util code refactoring. 2013-04-16 17:13:25 -05:00
aydin.kim
a0450e475e added --enable-debug flag to mozjs 2013-04-16 13:20:21 +09:00
Thomas Baquet
8b15f9eced fixed #336 2013-04-11 13:24:37 +02:00
klutzy
6962c8b2c6 configure: print rustc version 2013-04-09 23:12:16 +09:00
Marco Schulze
9790e46269 Do not assume python is an interpreter for Python 2
On some distributions and configurations, the python command might refer to
python3 instead of python2, breaking the build. Fix this by using the first of
python2, python2.7, or python.
2013-04-08 17:35:06 -03:00
Patrick Walton
b399b157ed Nuke Cairo 2013-04-05 15:08:15 -07:00
klutzy
14d6babd88 Sync submodule recursively
Submodule may have its own submodules, and the sub-sub-module url may be
changed.
Thus, if `submodule update --recursive` is done without url sync,
sub-sub-module may fail to find appropriate commit.
This patch fixes the problem by `git submodule update` locally
before recursive sync.
2013-03-16 22:19:38 +09:00
Brian Anderson
5f672775b2 Make --local-rust-root configuration flag work correctly
configure will no longer try to find a local rust by default,
but if you pass --local-rust-root it will use it and not build rust
2013-03-15 14:26:36 -07:00
oncemoreification
95588f61c7 Branch for different aclocal dirs 2013-02-16 21:05:45 -08:00
Patrick Walton
0458783bc7 Upgrade for language changes 2013-02-13 17:28:07 -08:00
Brian Anderson
2325db188f Add some comments to configure 2013-01-17 15:24:29 -08:00
Brian Anderson
dc4c1c10f3 Fix build 2013-01-15 12:50:25 -08:00
Brian Anderson
f13e6ac388 Build cairo in-tree 2013-01-15 11:28:08 -08:00
Brian Anderson
5e40aa6aa3 Use the in-tree Rust compiler 2013-01-10 11:56:48 -08:00
Patrick Walton
4fb082db4a Update rust-azure 2012-11-27 16:19:32 -08:00
Patrick Walton
7bbff6154c gfx: Rename servo-gfx-2 to servo-gfx 2012-11-12 12:28:20 -08:00
Patrick Walton
463b80090c Remove the servo-gfx submodule 2012-11-12 12:08:38 -08:00
Patrick Walton
a38887194f submodules: Split out GFX and all its dependencies into a servo-gfx submodule 2012-11-11 19:42:44 -08:00
Patrick Walton
1c2c4021d7 Build skia 2012-11-01 19:00:40 -07:00
Brian Anderson
2e5afb7050 Add rust-css submodule 2012-10-26 18:51:03 -07:00
Brian J. Burg
5c68d158f0 Split out xlib to rust-xlib and cairo to rust-cairo. 2012-10-25 14:56:07 -07:00
Brian J. Burg
e01d97460b Split fontconfig bindings into rust-fontconfig. 2012-10-25 12:34:01 -07:00
Brian J. Burg
9bde1e9f26 Split freetype bindings into rust-freetype submodule. 2012-10-25 11:32:10 -07:00
Patrick Walton
0eea6621a8 Fix CFG_RUSTC variable in configure 2012-10-24 22:18:27 -07:00
Gabriel
ee09ea78ed Fix the mozjs special case in ./configure
Fix the mozjs special case so that build products are where rust-mozjs
expects them.
2012-10-23 02:58:21 +02:00
Brian Anderson
e5da995280 Remove servo-sandbox build code 2012-10-22 16:29:18 -07:00
Brian J. Burg
658edb6ec8 Move CoreText bindings into a submodule. 2012-10-20 15:33:55 -07:00