Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changin os.exit to sys.exit | Prabhjyot Singh Sodhi | 2015-02-22 | 1 | -1/+1 |
| | | | | Fixes #5009 | ||||
* | Remove dependency on backup-flame dir | Manish Goregaokar | 2015-02-21 | 1 | -1/+1 |
| | | | | | | We should be using the one in the product target dir instead. This makes the B2G deps distributable again | ||||
* | Add ./mach build-gonk command | Manish Goregaokar | 2015-02-21 | 1 | -1/+37 |
| | |||||
* | Mach bootstrapping will sync modules | Prabhjyot Singh Sodhi | 2015-02-19 | 1 | -0/+1 |
| | | | | Fixes #4916 | ||||
* | Move snapshot dir inside the source dir by default | Matt Brubeck | 2015-01-28 | 1 | -3/+5 |
| | | | | | | | | | This avoids changing any directories outside the repo, which is better for some automation scenarios. The servobuild.example file has a "cache-dir" setting that restores the previous default location of `~/.servo`, which is useful for developers working with multiple clones on the same machine. | ||||
* | Switch android to glutin. | Glenn Watson | 2014-12-12 | 1 | -0/+12 |
| | |||||
* | Use mach to build openssl on android instead of glut makefile. | Glenn Watson | 2014-12-09 | 1 | -0/+3 |
| | | | | | | The glut makefile will be removed shortly after glutin lands for android, so we need to build openssl for android elsewhere in the build process. | ||||
* | Make build system more independent of current directory. | Simon Sapin | 2014-12-02 | 1 | -0/+3 |
| | |||||
* | Use the correct Rust path in Android packaging | Matt Brubeck | 2014-11-14 | 1 | -0/+1 |
| | |||||
* | Issue #3804 : Allow enabling debug-mozjs from servobuild config | Fabrice Desré | 2014-11-06 | 1 | -0/+2 |
| | |||||
* | Automatically update cargo when necessary | Matt Brubeck | 2014-11-05 | 1 | -1/+8 |
| | |||||
* | Fixes #3353: rust snapshot downloads to home directory | Anthony Miyaguchi | 2014-11-05 | 1 | -3/+6 |
| | |||||
* | Add Android build config to mach/servobuild | Matt Brubeck | 2014-10-03 | 1 | -0/+16 |
| | |||||
* | Have the Rust snapshot directory include the Rust version and hash. | Simon Sapin | 2014-09-29 | 1 | -2/+35 |
| | | | | | | | | | | | | | | That way, whenever rust-snapshot-hash changes, mach will look for the Rust snapshot in a different directory and re-boostrap as needed. However, older rust version will be left behind never cleaned up. This is good for git-bisect, but not for disk space: the current snapshot is 618 MB. In the future, we may want `mach clean` or some other comment to remove unused Rust snapshots. CC #3388 | ||||
* | Fix /python/servo code formatting. | Simon Sapin | 2014-09-26 | 1 | -19/+30 |
| | | | | (My editor screams at me for flake8 lint errors.) | ||||
* | Have mach update (not just init) submodules as needed. Fix #3447 | Simon Sapin | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+94 |