Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding vscode and intellij settings folders to gitignore | David Raifaizen | 2016-04-23 | 1 | -0/+9 |
| | |||||
* | gitignore: /python/tidy/servo_tidy.egg-info/ | Peter | 2016-04-17 | 1 | -0/+1 |
| | |||||
* | Stop generating a parser.out file in the source. | Ms2ger | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Revert "Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for ↵ | Corey Farwell | 2015-09-02 | 1 | -1/+1 |
| | | | | | | breaking web-platform-tests." This reverts commit 47d6d958f58f5011742a18abcdd5a76bf4390966. | ||||
* | Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for breaking ↵ | Ms2ger | 2015-08-09 | 1 | -1/+1 |
| | | | | | | | web-platform-tests. This reverts commit c315404db80c92a695531b0aa4bcf61c125a3bff, reversing changes made to b00583bd4e7169a6b952633df718268904f2bd0c. | ||||
* | Use one Python virtual environment for all mach commands | Corey Farwell | 2015-08-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this commit: * Our Python dependency story was a bit of a mess. We had complete Python packages (wheels and directories) living in-tree, despite not having any changes from upstream. This is particularly bad because `setup.py` never gets run on these packages which could (sometimes silently) unintended breakage. * Python virtual environments (virtualenv) were only utilized for testing web-platform tests After this commit: * A single virtualenv (`python/_virtualenv`) is activated upon *every* call to mach * A requirements file (`python/requirements.txt`) is added to describe the dependencies needed by Python modules in `python/`. The child commit immediately following this will remove all the dependencies no longer needed in-tree (for the sake of keeping this commit readable). Relevant to https://github.com/servo/servo/issues/861 Fixes https://github.com/servo/servo/issues/6999 | ||||
* | Generate code into OUT_DIR. | Jack Moffitt | 2015-06-17 | 1 | -11/+2 |
| | | | | | | | | This is necessary to ensure Cargo knows when to rebuild. Normally .gitignore would be enough to exclude these from Cargo's freshness calculation, but https://github.com/rust-lang/cargo/issues/1729 prevents this currently. This is the new, correct way to do these thigns, just like the style crate does. | ||||
* | remove the trailing slash for consistence. | Tetsuharu OHZEKI | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | Ignore /.cargo/ | Tetsuharu OHZEKI | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -0/+1 |
| | |||||
* | Add /.servo .gitignore to ignore the local compiler binary cache. | Tetsuharu OHZEKI | 2015-01-31 | 1 | -0/+1 |
| | |||||
* | Update PowerMeasure.py post-cargoify | Jack Moffitt | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | auto merge of #4238 : froydnj/servo/remove-cpp-files-from-gitignore, ↵ | bors-servo | 2014-12-05 | 1 | -4/+0 |
|\ | | | | | | | | | | | | | | | r=Manishearth These files don't exist in the tree, and the codegen doesn't create them, so we shouldn't have them sitting around in .gitignore. There are h/cpp files sitting around in the bindings codegen directory; I suppose one could make the argument that they're useful for examples, so we should keep them around, too? | ||||
| * | remove bindings codegen h/cpp files from .gitignore | Nathan Froyd | 2014-12-02 | 1 | -4/+0 |
| | | | | | | | | | | These files don't exist in the tree, and the codegen doesn't create them, so we shouldn't have them sitting around in .gitignore. | ||||
* | | Warn when Cargo is run directly. Fix #3957. | Simon Sapin | 2014-12-02 | 1 | -0/+2 |
| | | |||||
* | | Move the servo crate from root to components/servo | Simon Sapin | 2014-12-02 | 1 | -4/+2 |
|/ | |||||
* | Add .cargo/config to .gitignore, move content to ports/android | Simon Sapin | 2014-11-25 | 1 | -0/+1 |
| | | | | | This allows using .cargo/config at the root of the repository for local path override, without risk of accidentally committing it. | ||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -10/+20 |
| | |||||
* | Parallelize test runs on Travis (fixes #2980). | Manish Goregaokar | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -0/+1 |
| | |||||
* | Change how backup/restore make task works. | Jack Moffitt | 2014-04-29 | 1 | -0/+1 |
| | | | | | | | Now we write $SRC/.config.mk.last to store the most recent configure variables for the backup and restore task. Also, they no longer fail if they can't find the variables, and will skip the backup/restore stages and keep going. | ||||
* | Some minor configure and Makefile cleanup. | Jack Moffitt | 2014-04-29 | 1 | -4/+0 |
| | | | | | | | | Move CFG_TARGET_TRIPLES to CFG_TARGET, since only one target is supported anyway. Create config.{mk,tmp,status} files in build directory instead of the source directory. | ||||
* | Track MANIFEST.json | Manish Goregaokar | 2014-04-19 | 1 | -1/+0 |
| | |||||
* | Add web-platform-tests submodule and test runner | Manish Goregaokar | 2014-04-18 | 1 | -0/+1 |
| | |||||
* | Adding .DS_Store to list of ignored files | Bruno de Oliveira Abinader | 2014-04-04 | 1 | -0/+1 |
| | |||||
* | added vim tmp files to git ignore | Isabelle Carter | 2014-01-22 | 1 | -0/+2 |
| | |||||
* | gitignore dirs like build.foo | Keegan McAllister | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | DOM bindings: Autogenerate list of prototypes and binding registration goop. | Josh Matthews | 2013-07-12 | 1 | -0/+1 |
| | |||||
* | Update ignores for new bindings path. | Jack Moffitt | 2013-06-14 | 1 | -6/+6 |
| | |||||
* | Ignore objdir directory. | Jack Moffitt | 2013-05-22 | 1 | -0/+1 |
| | | | | This is the directory that moz buildbots use to build Servo. | ||||
* | Update ignores. | Jack Moffitt | 2013-05-15 | 1 | -6/+6 |
| | |||||
* | Adding config.tmp to the ignore list | Vivek Galatage | 2013-04-08 | 1 | -0/+1 |
| | | | | | | | | In case the ../configure script fails or the user cancels it, the temporary file generated is shown as "untracked file" when running "git status". Adding it to the ignore file. Fixes #341 | ||||
* | Integrate codegen into the build system. | Josh Matthews | 2013-03-13 | 1 | -0/+6 |
| | |||||
* | Initial dump of codegen work. Requires manual running of various python ↵ | Josh Matthews | 2013-03-13 | 1 | -1/+4 |
| | | | | scripts to build servo. | ||||
* | Rewrite configure script to be more robust; move autogen.sh logic into ↵ | Brian J. Burg | 2012-09-04 | 1 | -1/+2 |
| | | | | configure script. | ||||
* | Require running autogen.sh | Brian Anderson | 2012-05-10 | 1 | -1/+2 |
| | |||||
* | Support out of tree builds | Brian Anderson | 2012-05-05 | 1 | -0/+1 |
| | |||||
* | Build an app bundle on OS X | Brian Anderson | 2012-04-23 | 1 | -0/+1 |
| | |||||
* | Work on integrating rust-cocoa | Brian Anderson | 2012-04-18 | 1 | -1/+8 |
| | |||||
* | Remove servo from .gitignore again | Brian Anderson | 2012-04-16 | 1 | -1/+0 |
| | |||||
* | .gitignore servo and servo-test again | Brian Anderson | 2012-04-15 | 1 | -0/+2 |
| | |||||
* | Move the main function to servo.rs | Brian Anderson | 2012-04-12 | 1 | -2/+0 |
| | |||||
* | Add servo-test to .gitignore | Brian Anderson | 2012-04-10 | 1 | -1/+2 |
| | |||||
* | Add Makefile, servo to .gitignore | Brian Anderson | 2012-04-10 | 1 | -0/+2 |
| | |||||
* | reorganize code, add tests for tree, add 'make test' | Niko Matsakis | 2012-03-27 | 1 | -0/+1 |