index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
cr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GOMA_DIR to the set of searched paths, and default it to something sensib...
iancottrell@chromium.org
2014-03-28
1
-2
/
+7
*
Add support for arm64 as a CR architecture.
anton@chromium.org
2014-03-25
1
-0
/
+11
*
New style goma support, also magical gyp defines
iancottrell@chromium.org
2014-03-25
4
-15
/
+38
*
Make targets full Context objects, and them push them on the context stack
iancottrell@chromium.org
2014-03-25
5
-81
/
+92
*
[cr tool] Make context implicit
iancottrell@chromium.org
2014-03-21
33
-371
/
+348
*
Rename chromium_testshell target to chrome_shell_apk.
aurimas@chromium.org
2014-03-12
2
-8
/
+8
*
remove -d from adb install since it does not seem to be supported anymore
miguelg@chromium.org
2014-03-07
1
-1
/
+0
*
Rename ChromiumTestShell classes to ChromeShell.
aurimas@chromium.org
2014-03-05
1
-1
/
+1
*
Rename to ChromiumTestShell package from testshell to shell
aurimas@chromium.org
2014-03-04
1
-1
/
+1
*
android envsetup: Stop honoring --target-arch parameter.
thakis@chromium.org
2014-02-19
2
-4
/
+6
*
cr: Ignore Ctrl-C while running shell programs
skyostil@chromium.org
2014-02-17
1
-6
/
+12
*
Fix cr-bash-helpers for Mac w/ Homebrew, which doesn't have realpath.
jyasskin@chromium.org
2014-02-05
1
-1
/
+5
*
Use array to be compatible with zsh.
qsr@chromium.org
2014-01-24
1
-3
/
+5
*
[cr tool] Re-run activation until the active set is stable.
iancottrell@chromium.org
2014-01-15
1
-9
/
+21
*
[cr tool] Make cr module load deterministic
iancottrell@chromium.org
2014-01-14
1
-1
/
+1
*
[cr tool] Android client upgrade.
iancottrell@chromium.org
2014-01-14
5
-22
/
+85
*
cr: Print a list of closest matching targets when no match is found
skyostil@chromium.org
2014-01-13
2
-0
/
+12
*
Make cr build run goma_ctl.py ensure_start before building.
johnme@chromium.org
2014-01-10
2
-2
/
+30
*
[cr tool] Fixing import problems
iancottrell@chromium.org
2014-01-09
4
-19
/
+20
*
[cr tool] Change client scanning to override the environment
iancottrell@chromium.org
2013-12-17
2
-41
/
+21
*
cr: Handle Ctrl-C more gracefully
skyostil@chromium.org
2013-12-13
1
-1
/
+6
*
cr: Fix quoting of shell arguments
skyostil@chromium.org
2013-12-13
1
-1
/
+3
*
cr: Fix the run command on Linux
skyostil@chromium.org
2013-12-13
1
-1
/
+1
*
[cr tool] Fixes detecting android downstream clients
bulach@chromium.org
2013-12-11
1
-4
/
+6
*
[cr tool] Renaming cr.sh to cr-bash-helpers.sh
iancottrell@chromium.org
2013-12-11
2
-42
/
+56
*
[cr tool] Improving init hooks
iancottrell@chromium.org
2013-12-10
3
-19
/
+35
*
[cr tool] Read the .gclient file, and use it for android test
iancottrell@chromium.org
2013-12-10
3
-6
/
+41
*
[cr tool] Adding debugger support to cr
iancottrell@chromium.org
2013-12-10
3
-0
/
+131
*
[cr tool] Fixing init with no arguments failing
iancottrell@chromium.org
2013-12-09
2
-10
/
+10
*
[cr tool] Adding adb action suppport for the android platform.
iancottrell@chromium.org
2013-12-05
1
-0
/
+144
*
[cr tool] Adding architecture support
iancottrell@chromium.org
2013-12-05
2
-1
/
+71
*
[cr tool] Adding architecture fixups
iancottrell@chromium.org
2013-12-05
4
-1
/
+66
*
[cr tool] Adding the install command
iancottrell@chromium.org
2013-12-03
1
-0
/
+36
*
[cr tool] Adding the run command
iancottrell@chromium.org
2013-12-03
1
-0
/
+50
*
[cr tool] Adding the linux action support (install and run)
iancottrell@chromium.org
2013-12-03
1
-0
/
+50
*
[cr tool] Adding the Runner base class
iancottrell@chromium.org
2013-12-02
1
-0
/
+87
*
[cr tool] Adding the Installer base class
iancottrell@chromium.org
2013-12-02
1
-0
/
+55
*
cr tool] Don't visit disabled nodes
iancottrell@chromium.org
2013-12-02
1
-0
/
+2
*
[cr tool] Adding ninja support to cr.
iancottrell@chromium.org
2013-11-29
1
-0
/
+86
*
[cr tool] Adding build command
iancottrell@chromium.org
2013-11-29
1
-0
/
+81
*
[cr tool] Adding the shell command
iancottrell@chromium.org
2013-11-29
1
-0
/
+53
*
[cr tool] Adding the builder action base class
iancottrell@chromium.org
2013-11-28
1
-0
/
+72
*
[cr tool] Adding the select command.
iancottrell@chromium.org
2013-11-28
1
-0
/
+61
*
[cr tool] Adding init command
iancottrell@chromium.org
2013-11-28
1
-0
/
+166
*
Adding the gyp command.
iancottrell@chromium.org
2013-11-28
1
-0
/
+26
*
Adding the sync command
iancottrell@chromium.org
2013-11-28
1
-0
/
+55
*
Adding the prepare command
iancottrell@chromium.org
2013-11-23
1
-0
/
+48
*
Changing exit to raise for not overridden test, to match the change made in 8...
iancottrell@chromium.org
2013-11-22
1
-2
/
+1
*
Adding standard targets
iancottrell@chromium.org
2013-11-22
3
-0
/
+83
*
Adding base class for targets
iancottrell@chromium.org
2013-11-22
2
-0
/
+166
[next]