Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 17 | -151/+0 |
| | |||||
* | Unify fontconfig source code so that one branch builds on both linux + android. | Glenn Watson | 2014-09-04 | 3 | -0/+0 |
| | |||||
* | Enable 32bit builds. | Jack Moffitt | 2014-08-14 | 4 | -2/+2 |
| | | | | You specify a 32bit build by setting --target on configure. | ||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-08 | 4 | -0/+0 |
| | |||||
* | Merge pull request #3011 from glennw/android-log-update | Jack Moffitt | 2014-08-05 | 1 | -0/+0 |
|\ | | | | | DO NOT MERGE YET - Disable script logging on android. perf-rainbow now loads in ~12 seconds on nexus7. | ||||
| * | Disable script logging on android. perf-rainbow now loads in ~12 seconds on ↵ | Glenn Watson | 2014-08-05 | 1 | -0/+0 |
| | | | | | | | | a nexus7. | ||||
* | | Generate rustdoc documenation for submodules. | Simon Sapin | 2014-08-05 | 3 | -0/+0 |
|/ | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 12 | -7/+5 |
| | |||||
* | Bump submodule ptr to allow ndk-gdb debugging. | Glenn Watson | 2014-07-31 | 1 | -0/+0 |
| | |||||
* | Update submodule pointer for core-graphics | Glenn Watson | 2014-07-16 | 1 | -0/+0 |
| | |||||
* | Add a `task_info` crate and a `task_basic_info` module within it. | Nicholas Nethercote | 2014-07-08 | 5 | -0/+153 |
| | | | | | | | | | | The crate provides an interface to the Mac-specific `task_info()` function in general, and the module provides an interface to the TASK_BASIC_INFO flavor. Currently only the `virtual_size` and `resident_size` values of the `task_basic_info` struct are exposed, but there's obvious room for expansion. This is used to implement the -m measurements on Mac. | ||||
* | Update to latest servo-android-glue | Matt Brubeck | 2014-07-02 | 1 | -0/+0 |
| | |||||
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 5 | -0/+0 |
| | |||||
* | Linux freetype context uses custom allocator callbacks to enable memory ↵ | Glenn Watson | 2014-06-25 | 1 | -0/+0 |
| | | | | profiling. | ||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 6 | -0/+0 |
| | |||||
* | Eliminate some warnings | Brian Anderson | 2014-06-02 | 1 | -0/+0 |
| | |||||
* | Update submodules for EXT_DEPS dependency tracking. | Jack Moffitt | 2014-05-28 | 3 | -0/+0 |
| | |||||
* | Submodule updates for #2137 | Matt Brubeck | 2014-05-27 | 2 | -0/+0 |
| | |||||
* | Update Rust. | Ms2ger | 2014-05-22 | 5 | -0/+0 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 9 | -0/+0 |
| | | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries. | ||||
* | Update fontconfig submodule version to fix linker order bug | Lars Bergstrom | 2014-04-11 | 1 | -0/+0 |
| | |||||
* | auto merge of #2070 : larsbergstrom/servo/android_201404c, ↵ | bors-servo | 2014-04-10 | 1 | -0/+0 |
|\ | | | | | | | | | | | r=larsbergstrom,metajack r? @metajack | ||||
| * | Update the configuration files to properly build rust. Revert rust-stb-image ↵ | Lars Bergstrom | 2014-04-10 | 1 | -0/+0 |
| | | | | | | | | submodule misupdate. | ||||
| * | fix android for rust update | aydin.kim | 2014-04-10 | 1 | -0/+0 |
| | | |||||
| * | Android fixes for February Rust Upgrade | Lars Bergstrom | 2014-04-10 | 1 | -0/+0 |
| | | |||||
* | | auto merge of #2040 : SimonSapin/servo/fontconfig-compile, r=jdm | bors-servo | 2014-04-08 | 1 | -0/+0 |
|\ \ | |/ |/| | | | This of course depends on https://github.com/mozilla-servo/fontconfig/pull/1 being merged. | ||||
| * | Update fontconfig submodule for ↵ | Simon Sapin | 2014-04-04 | 1 | -0/+0 |
| | | | | | | | | | | | | https://github.com/mozilla-servo/fontconfig/pull/1 This of course depends on https://github.com/mozilla-servo/fontconfig/pull/1 being merged. | ||||
* | | Update to merged commits in submodules. | Ms2ger | 2014-04-04 | 8 | -0/+0 |
| | | |||||
* | | Upgrade rust. | Ms2ger | 2014-04-04 | 8 | -0/+0 |
|/ | |||||
* | Clean files associated with static linking | Lars Bergstrom | 2014-03-19 | 7 | -0/+0 |
| | |||||
* | Rust upgrade for new master rebase | Lars Bergstrom | 2014-03-18 | 3 | -0/+0 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -0/+0 |
| | |||||
* | Update submodules for warning police. | Josh Matthews | 2014-03-18 | 2 | -0/+0 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 8 | -0/+0 |
| | |||||
* | Build Fontconfig 2.11 in-tree on Linux | Keegan McAllister | 2014-02-27 | 2 | -0/+0 |
| | | | | | | | | | After applying this patch, on Linux you will need to ../configure make clean-rust-azure clean-fontconfig clean-rust-fontconfig Fixes #1752. | ||||
* | Upgrade to latest Rust. | Jack Moffitt | 2014-01-12 | 9 | -0/+0 |
| | |||||
* | Servo-Android App packaging works | aydin.kim | 2013-12-31 | 1 | -0/+0 |
| | |||||
* | Build with make instead of rustpkg. | Jack Moffitt | 2013-12-26 | 5 | -0/+0 |
| | |||||
* | Update mac platform submodules. | Jack Moffitt | 2013-11-14 | 5 | -0/+0 |
| | |||||
* | Build some dependencies with rustpkg | Keegan McAllister | 2013-11-14 | 5 | -0/+0 |
| | | | | | | Also take a rust-layers bugfix. In collaboration with Jack Moffitt. | ||||
* | Update submodules. | Jack Moffitt | 2013-10-31 | 3 | -0/+0 |
| | |||||
* | Upgrade submodules | Keegan McAllister | 2013-10-31 | 3 | -0/+0 |
| | |||||
* | Implement CPU rendering. Replace texture sharing with native OS surface sharing. | Patrick Walton | 2013-10-25 | 2 | -0/+0 |
| | |||||
* | Update to latest Rust. | Jack Moffitt | 2013-10-21 | 8 | -0/+0 |
| | |||||
* | Update rust-core-foundation | Brian Anderson | 2013-09-06 | 1 | -0/+0 |
| | |||||
* | Upgrade to rustc 0.8-pre (0ac3e02 2013-08-30 05:45:45 -0700) | Simon Sapin | 2013-09-02 | 4 | -0/+0 |
| | |||||
* | Update Rust | Brian Anderson | 2013-08-29 | 5 | -0/+0 |
| | |||||
* | add native submodules for android | aydin.kim | 2013-08-22 | 3 | -0/+0 |
| | |||||
* | Revert to using -o for tests | Keegan McAllister | 2013-08-16 | 8 | -0/+0 |
| | |||||
* | Fix macos interators, warnings, and updating submodules. | Jack Moffitt | 2013-08-16 | 8 | -0/+0 |
| |