summaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* dashboard: more aggressive caching for project/package pagesAndrew Gerrand2010-07-271-52/+124
| | | | | | | | | | Plus automatic package<->project association script. (This is just a helper script for now. I intend to fully automate the associations further down the track.) R=rsc CC=golang-dev http://codereview.appspot.com/1715054
* misc/vim: updated syntax file to recognize constants of the form 1e9Petar Maymounkov2010-07-231-1/+1
| | | | | | | | R=rsc, adg CC=golang-dev http://codereview.appspot.com/1864042 Committer: Andrew Gerrand <adg@golang.org>
* minor error checking to android launcherKai Backman2010-07-191-1/+1
| | | | | | R=dho CC=golang-dev http://codereview.appspot.com/1777041
* cgo: various bug fixesRuss Cox2010-07-147-20/+206
| | | | | | | | | | | | | | | | | * remember #defined names, so that C.stdout can refer to the real name (on OS X) __stdoutp. * better handling of #defined constant expressions * allow n, err = C.strtol("asdf", 0, 123) to get errno as os.Error * write all output files to current directory * don't require gcc output if there was no input Fixes issue 533. Fixes issue 709. Fixes issue 756. R=r CC=dho, golang-dev, iant http://codereview.appspot.com/1734047
* dashboard: use jQuery Autocomplete plugin from Google AJAX Libs APIAndrew Gerrand2010-07-131-4/+6
| | | | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/1677053 Committer: Andrew Gerrand <adg@golang.org>
* godashboard: add Projects pageAndrew Gerrand2010-06-2311-6/+319
| | | | | | R=rsc, r, gri CC=golang-dev http://codereview.appspot.com/1476041
* misc/vim: always override filetype detection for .go filesAndrew Gerrand2010-06-221-1/+1
| | | | | | R=adg CC=golang-dev http://codereview.appspot.com/1665043
* misc/vim: clarifies syntax highlighting installation instructionsJames Whitehead2010-06-211-6/+17
| | | | | | | | | | | | Based on the review of CL 1723044, I've changed the installation instructions for the vim syntax files to suggest symlinking the files rather than copying the files. Also the wording has changed to be more consistent. R=golang-dev, Kyle Lemons, adg CC=golang-dev http://codereview.appspot.com/1702045 Committer: Andrew Gerrand <adg@golang.org>
* misc/vim: reorganize plugin so it uses ftplugin and syntaxJames Whitehead2010-06-203-0/+13
| | | | | | | | | | | | This sets up vim to work out of the box with go programs as long as syntax highlighting is enabled. Both files must be copied to the vim runtime directory in order for the file-type detection and syntax loading to work. R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/1723044 Committer: Andrew Gerrand <adg@golang.org>
* godashboard: change behaviour of top buttonAndrew Gerrand2010-05-251-1/+1
| | | | | | R=gri CC=golang-dev http://codereview.appspot.com/1253046
* kate: convert isn't a built in functionEvan Shaw2010-05-231-1/+0
| | | | | | | | | | I have no idea how that got in there. R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/1240046 Committer: Russ Cox <rsc@golang.org>
* dashboard: reintroduce Benchmark modelAndrew Gerrand2010-05-191-2/+4
| | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/1217046
* dashboard: fix benchmark json outputAndrew Gerrand2010-05-031-1/+1
| | | | | | | | Fixes issue 722. R=rsc CC=golang-dev http://codereview.appspot.com/1065041
* gmp: fix bug in SetStringRuss Cox2010-05-011-1/+1
| | | | | | R=adg CC=golang-dev http://codereview.appspot.com/1004045
* runtime: closures, defer bug fix for Native ClientRuss Cox2010-04-221-0/+15
| | | | | | | | Enable package tests for Native Client build. R=r CC=golang-dev http://codereview.appspot.com/957042
* godashboard: remove obselete data models and conversion codeAndrew Gerrand2010-04-201-61/+0
| | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/919045
* godashboard: bz2 compress logs in data storeAndrew Gerrand2010-04-201-7/+10
| | | | | | | | | | | | | | This results in a 10-20x size reduction per record. (from ~150kb to ~10kb) This revision has been pushed live, as I'm in the process of converting Log records to bz2-compresed CompressedLog records. I would have waited but we're running seriously low on space and it seemed like a sane (and reversible) move. R=rsc CC=golang-dev http://codereview.appspot.com/872048
* the android runner scriptKai Backman2010-04-161-0/+49
| | | | | | | | | | | | | | | | | | | this is a version synthesized from rsc's, dean's and my versions. changes and updates: - embeds the retval script and pushes a new version to the device if needed - passes arguments correctly to the program on the device - export GOARCH, GOTRACEBACK and GOGC from the local environment to the device. - added times.out support to run-arm enabled a few tests that are now passing and moved the GOGC=off workaround to run-arm. R=dpx CC=golang-dev, rsc http://codereview.appspot.com/880046
* A test case for cgo //export.Ian Lance Taylor2010-04-095-0/+174
| | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/881043
* godashboard: fix benchmarks page (first pass)Andrew Gerrand2010-04-053-132/+72
| | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/844044
* kate: Update for recent language changesEvan Shaw2010-03-311-2/+7
| | | | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/849045 Committer: Russ Cox <rsc@golang.org>
* godashboard: new stylesheet, build status paginationAndrew Gerrand2010-03-315-120/+148
| | | | | | R=rsc, gri, r CC=golang-dev http://codereview.appspot.com/822044
* misc/bbedit: support for cmplx, real, imagAnthony Starks2010-03-161-0/+3
| | | | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/582041 Committer: Russ Cox <rsc@golang.org>
* Add new complex types, functions and literals to Vim syntax file.David Symonds2010-03-151-2/+13
| | | | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/224042 Committer: Russ Cox <rsc@golang.org>
* dashboard: include package.htmlAndrew Gerrand2010-03-161-0/+91
| | | | | | | | This was omitted from the original commit. R=rsc CC=golang-dev http://codereview.appspot.com/554043
* goinstall: an experiment in (external) package installationRuss Cox2010-03-042-0/+135
| | | | | | R=adg, r CC=cw, golang-dev http://codereview.appspot.com/224043
* dashboard: more performance tuningRuss Cox2010-02-252-176/+235
| | | | | | | | | | | various caching. make benchmark data a list in a single per-builder,benchmark record instead of having one record for each data point. significant reduction in datastore cpu charges. R=agl1, agl CC=golang-dev http://codereview.appspot.com/217111
* misc/bbedit: treat predeclared identifiers as "keywords"Anthony Starks2010-02-231-1/+26
| | | | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/218064 Committer: Russ Cox <rsc@golang.org>
* dashboard: lots of caching to avoid datastore queriesRuss Cox2010-02-192-118/+143
| | | | | | | | | | | reorganize benchmark computation so that it is incremental. if it times out, it doesn't lose the pieces it already computed, so that next time it has a fighting chance to finish. R=agl1, agl CC=golang-dev http://codereview.appspot.com/216046
* dashboard: auto-update builder.sh.Russ Cox2010-02-092-0/+4
| | | | | | | | avoid possibility of busy loop pounding on dashboard. R=agl1 CC=golang-dev http://codereview.appspot.com/206051
* dashboard: present benchmarksRuss Cox2010-02-056-47/+422
| | | | | | | | | | | * fix bug in benchmark collection: bad benchmark data key meant that all the builders collided when writing data. * report benchmarks even if make bench exits non-zero. * graphical and json presentations R=agl1 CC=golang-dev http://codereview.appspot.com/201065
* dashboard: avoid seeing cron's sh -c in ps checkRuss Cox2010-02-011-1/+3
| | | | | | R=agl1 CC=golang-dev http://codereview.appspot.com/196091
* dashboard: move key.py out of the way,Russ Cox2010-01-281-0/+2
| | | | | | | | | | so that if you have a key.py with the real key, there is no chance hg change will accidentally make a CL with the real key and upload it to codereview. R=agl1 CC=golang-dev http://codereview.appspot.com/196051
* dashboard: builder tweaksRuss Cox2010-01-275-17/+108
| | | | | | R=agl1 CC=golang-dev http://codereview.appspot.com/194116
* dashboard: look for key in $GOROOT before $HOMERuss Cox2010-01-271-3/+6
| | | | | | TBR=agl1 CC=golang-dev http://codereview.appspot.com/195076
* godashboard: fiddlingRuss Cox2010-01-272-31/+59
| | | | | | | | | * some tweaks to dashboard html/css layout * use hmac to generate per-builder subkeys R=agl1 CC=golang-dev http://codereview.appspot.com/194092
* dashboard: add benchmarking support.Adam Langley2010-01-266-12/+212
| | | | | | | | | | | This has actually been running for a while and gathering benchmark data. I haven't had a chance to add a UI for it yet however. R=rsc CC=golang-dev http://codereview.appspot.com/194082 Committer: Russ Cox <rsc@golang.org>
* Fix minor issues with updating go-mode in an empty bufferKevin Ballard2010-01-131-8/+10
| | | | | | | | | | | | | Sometimes during editing, when the buffer is emptied (for example, as part of a call to M-x gofmt), an error is raised when remove-text-properties is called. Ensure that these calls use point-max instead of buffer-size to determine their end point. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/189042 Committer: Rob Pike <r@golang.org>
* kate: Highlighting improvementsEvan Shaw2010-01-121-4/+14
| | | | | | | | | | | | * Highlight built in functions * Add copy built in function * Handle multi-line strings R=rsc CC=golang-dev http://codereview.appspot.com/184059 Committer: Russ Cox <rsc@golang.org>
* Add builder scripts.Adam Langley2010-01-079-0/+697
| | | | | | | | | | | | These are the scripts behind godashboard.appspot.com. Nothing is particularly beautiful about it, but it does run. I still need to add support for per-builder keys and for running the benchmarks. R=rsc CC=golang-dev http://codereview.appspot.com/183153
* Use remove-text-properties instead ofAustin Clements2010-01-061-2/+2
| | | | | | | | | | | | | remove-list-of-test-properties, since the latter is missing from XEmacs. Fixes issue 462. R=rsc CC=golang-dev http://codereview.appspot.com/181152 Committer: Russ Cox <rsc@golang.org>
* Update Emacs go-mode for new semicolon rule.Austin Clements2010-01-051-41/+57
| | | | | | | | | | Fixes issue 415. R=rsc CC=golang-dev http://codereview.appspot.com/183104 Committer: Russ Cox <rsc@golang.org>
* More Xcode support.Robert Griesemer2009-12-301-0/+29
| | | | | | | | | Recognize special comments starting with TODO or BUG. R=r CC=golang-dev http://codereview.appspot.com/183095
* Improved Xcode supportKen Friedenbach2009-12-291-2/+43
| | | | | | | | | | | | | Added definition for raw string. Added definitions for function and method declarations. Enabled function, method, and type declarations to appear in Editor pop up menu. Fixes Issue 466. R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/183065 Committer: Robert Griesemer <gri@golang.org>
* 1) Change default gofmt default settings forRobert Griesemer2009-12-156-173/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 1st set of files. R=rsc CC=agl, golang-dev, iant, ken2, r http://codereview.appspot.com/180047
* Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2009-12-112-4/+5
| | | | | | | | | | | | | | This change removes the necessity to have GOBIN in $PATH, and also doesn't assume that the build is being run from $GOROOT/src. This is a minimal set of necessary changes to get Go to build happily from the FreeBSD ports collection. R=rsc CC=golang-dev http://codereview.appspot.com/171044 Committer: Russ Cox <rsc@golang.org>
* misc/bash: completion file for bashRuss Cox2009-12-111-0/+6
| | | | | | | | suggested by Alex Ray <ajray@ncsu.edu> R=gri CC=golang-dev http://codereview.appspot.com/174063
* Add 'copy' as a Go builtin function for Vim syntax highlighter spec.David Symonds2009-12-011-1/+1
| | | | | | | R=rsc http://codereview.appspot.com/163049 Committer: Russ Cox <rsc@golang.org>
* Syntax coloring and function navigation for BBEdit/TextWranglerAnthony Starks2009-11-301-0/+65
| | | | | | | | R=rsc CC=agl1 http://codereview.appspot.com/154123 Committer: Russ Cox <rsc@golang.org>
* Make comment-start/-end changes buffer-local instead of global.Austin Clements2009-11-291-2/+2
| | | | | | | | | Fixes issue 290. R=rsc http://codereview.appspot.com/160070 Committer: Russ Cox <rsc@golang.org>