mpl
fc8ecb3b29
closure: changed the library setup, added the compiler
...
1) The code to get the closure library has been moved from
dev-server to misc/get_closure.pl
2) The svn checkout version for the closure library was bumped
to the latest: 2459
3) The closure library checkout now goes into tmp/closure-library/,
to keep tmp/ clean for other things we might want to add there
(like the compiler). So the path to the actual libraries is now
tmp/closure-library/closure/
4) The code to get the closure compiler build was added in
misc/get_closure.pl. The compiler goes to
tmp/closure-compiler/compiler.jar
5) The version of the closure compiler is the latest build as
of this time: 20121212
Change-Id: I7e03ad7d6fe440430c5727cf56a956efed360d43
2013-01-25 17:13:19 +01:00
mpl
e28418946c
camlibot: use make full
...
Change-Id: If4a8e3ea7add16137263d25c7d9540d19e0116bd
2013-01-22 01:55:45 +01:00
Brad Fitzpatrick
fb24b240cc
dev-server: more verbose, build camdbinit lazily (speeds start-up)
...
Change-Id: I0a5dc255efd2cfcde7ff735a79ceeeb4b9965b08
2013-01-20 12:33:35 -08:00
mpl
b8a8e86012
buildbot: now hits on http://localhost:3179/ui/new/ since home.html gone
...
Change-Id: I58d2f5b7fc06fc326e08d95daa69a1e6e5bd2753
2012-12-24 02:14:06 +01:00
mpl
2d094d4ea5
camlibot: print stdout as well on failure page
...
Change-Id: Iabe2734fb6013c62a19ead5a2232975a445dac32
2012-12-23 23:56:58 +01:00
mpl
f59fe1d535
Merge "buildbot: now with history and prettier output"
2012-12-20 13:35:20 +00:00
mpl
f45e6f5508
buildbot: now with history and prettier output
...
Change-Id: I863a5899024a74930bfa534f2ce79bcd083326fe
2012-12-19 15:49:56 +01:00
Brad Fitzpatrick
c966fe8c12
Remove old cgo tests
...
Change-Id: Iebdfadd483e858b9127342fc35f21ea7da69da80
2012-12-16 20:43:48 -08:00
mpl
489068e277
buildbot
...
Change-Id: I6ae90b2ea75af6d0ca45905a5f2316cc94953b9e
2012-12-07 22:19:44 +01:00
mpl
c2b746a086
pre-commit hook: warn about broken third party imports
...
Change-Id: Ib1315af2833a757093b36127b62d64abbd055963
2012-10-24 13:09:06 +02:00
Brad Fitzpatrick
3c80cc17f8
Move old broken dev-* scripts away.
...
Change-Id: Ide5dfe2dffc5d1af8f1c88be0a897c97932eb14c
2012-10-19 13:38:55 -07:00
mpl
4a184c84d5
pre-commit git hook:
...
-gofmt
-trailing space check
Change-Id: Icd63483b1873b21cd5ff6f00fff4b191095942ad
2012-10-16 18:18:46 +02:00
Brad Fitzpatrick
e0d10d941f
hack
2012-08-05 10:49:20 +10:00
Brad Fitzpatrick
1b63c44b4e
Update all os.ENOENT references to ErrNotExist. Mostly docs/dead code.
...
Change-Id: I2bb4d5a9d9c610e8dce2309335d06046dbb1e049
2012-05-13 12:06:21 -07:00
Brad Fitzpatrick
136f0ab3b6
more helpful error message in devlib.pl
...
Change-Id: I6ce4b94cd772a2a5687188f886a638e9dd5b1ac2
2012-04-22 17:50:13 -07:00
Brad Fitzpatrick
0fa34e75b0
update dev-* scripts to use misc/devlib.pl and install binaries in gopath/bin/OS_ARCH
...
Change-Id: Iec928f786e7763a104d10f7e2a34a1bc6d948919
2012-03-27 10:37:21 -07:00
Brad Fitzpatrick
413cac1eb9
remove hack, now that http://code.google.com/p/go/source/detail?r=91c826464 is in
...
Change-Id: Ib8191696a7a8edbd3dde848bbdf4b5f8a84263e3
2012-03-27 09:17:16 -07:00
Brad Fitzpatrick
10cf23c700
Get the MySQL indexer working again.
...
It now uses the generic indexing layer, rather than its own schema.
Also, move it under pkg/index/, like mongo.
Also, link in mongo to the main binary.
Not using the tests yet (leaving for mpl :))
Change-Id: I47a2203ca6c0b5244cd458aedec46227c4363c62
2012-03-26 13:57:53 -07:00
Brad Fitzpatrick
284407ac8f
Fixed site config.
...
Change-Id: Iee2226f4d6cb8c541de2a7800c4d4230c12a7953
2011-11-30 15:37:39 -08:00
Brad Fitzpatrick
81fa1f3199
test commit
...
Change-Id: Ie4e6f185895b04bc08539a2003f71faaf0675c19
2011-11-30 09:29:03 -08:00
Brad Fitzpatrick
331cae6e42
fixing email
...
Change-Id: I6980acf8deaa1d1dfa0660d16cf7193aa78ceeeb
2011-11-30 09:27:03 -08:00
Brad Fitzpatrick
6bfaf3b0b2
test
...
Change-Id: I14a9730dbcf84a22e2db8f63745297b362368282
2011-11-30 09:16:05 -08:00
Brad Fitzpatrick
9036922eda
test
...
Change-Id: Ie7bf9effd9b5a6771aa06647738067225493867b
2011-08-14 19:54:38 -07:00
Brad Fitzpatrick
23498e85b6
sqlite: more windows work. not quite working yet.
...
Change-Id: I2f724ef8a923497d6d10d2aa2079d0c62c79b55f
2011-07-21 11:00:12 -07:00
Brad Fitzpatrick
f349ccfeab
sqlite: make sqlite3_os_init conditional, move guts to go_init_vfs
...
Change-Id: I5144911fbcdf9bbd7859a7c862773fa713338e5d
2011-07-20 18:33:13 -07:00
Brad Fitzpatrick
d1f82c3464
sqlite: add place to put windows stuff
...
Change-Id: I53dd835401f824af8f2129a66016f0d23fcde793
2011-07-20 18:27:38 -07:00
Brad Fitzpatrick
4429eb8bbb
more sqlite cleanup
...
Change-Id: Iacd48d581bcd4d60e34b1152ffe16ecf06077846
2011-07-20 18:02:19 -07:00
Brad Fitzpatrick
63e31b53a3
sqlite: rearrange a bit, from windows WIP port pain + learning
...
Change-Id: Ice1e49bca5955637c08528cece67cf6b0f0fd12e
2011-07-20 18:00:30 -07:00
Brad Fitzpatrick
19efe6b2e8
sqlite: don't need LDFLAGS -ldl, missing on Windows
...
Change-Id: Icae43e1843a5c3751ecd746b97a20161e145401f
2011-07-19 20:29:34 -07:00
Brad Fitzpatrick
aa771ad925
sqlite: don't use non-portable *os.File.Fd(); not an int on windows
...
also, remove from fileMap on Close.
Change-Id: If5e44b84c3a876b05e678bc0ef65502bcbc2caf6
2011-07-19 20:26:08 -07:00
Brad Fitzpatrick
5ce7133f14
sqlite: remove the tempdir too
...
Change-Id: I49b22bf093a55b4d9bdfbe8fa9fa3e5001d822bb
2011-07-19 18:48:59 -07:00
Brad Fitzpatrick
bc13dafec9
sqlite: start of better tests
...
Change-Id: I7106d4e1950e0152d83f672aacc78a4783acf940
2011-07-19 18:47:56 -07:00
Daniel Erat
0aebead810
sqlite: avoid truncating files on SQLITE_OPEN_CREATE. whoops.
...
Change-Id: If64057ed9c603c42f4e92af54757f57209cc53d4
2011-07-20 01:45:26 +00:00
Daniel Erat
8709a77644
sqlite: support getting time and deleting
...
Change-Id: I7abef164a64e2358134cbbf076adf3b225145033
2011-07-20 01:35:57 +00:00
Daniel Erat
f5b1dc96fd
sqlite: minor cleanup; make test do a bit more
...
Change-Id: I7ad67a929ca6a439577610c383214622103dfd45
2011-07-20 01:03:19 +00:00
Daniel Erat
746b16216b
sqlite: implement write. simple test passes now!
...
Change-Id: I260c71bdf4fcf6c35cb9caf73f430a31cdeebb78
2011-07-20 00:43:21 +00:00
Daniel Erat
77d921371c
sqlite: fix args passed to exec call
...
Change-Id: Id24ad8d3baadf8db4324ad006095fb14c93bb892
2011-07-20 00:10:04 +00:00
Daniel Erat
27f7e9ecf6
sqlite: more stubs; test fails instead of crashing
...
Change-Id: I3a9e08d7228c39b8a333469c0ea4f1a6c1cf2b47
2011-07-19 22:55:07 +00:00
Daniel Erat
f4f3f877b4
sqlite: add xAccess
...
Change-Id: Ibf7d21ea6eb20150f4268a4334c6fc77ab0dc2be
2011-07-19 22:39:30 +00:00
Daniel Erat
aaa6617666
sqlite: make read match behavior of unix vfs
...
Change-Id: Ibcae7ee7f989ad535b00df87a2fa03316f3dad01
2011-07-19 22:24:58 +00:00
Brad Fitzpatrick
44b42519c9
more sqlite printfs
...
Change-Id: I74a5d84ed430636f8d0c3ddda5b10d465bed7869
2011-07-18 07:39:48 -07:00
Brad Fitzpatrick
054797ca82
old file
...
Change-Id: Ieffee948a020cae346667babfa450ded4ffce337
2011-07-18 07:03:15 -07:00
Daniel Erat
8875ffeff0
sqlite: add unused file size impl
...
Change-Id: Ia0985ad51c716ac7a06c479655a60cc641977854
2011-07-18 00:49:54 +00:00
Daniel Erat
8d19dabe73
sqlite: read
...
Change-Id: I925cce717ead61ae35d06602e9a7df16cc78db22
2011-07-18 00:24:15 +00:00
Daniel Erat
5b1774164e
sqlite: handle open flags
...
Change-Id: I8382ea56aee06fc029e9538946598e70fe6fbb62
2011-07-17 23:58:53 +00:00
Daniel Erat
82110d81c9
sqlite go vfs work of dubious correctness: open, close
...
Change-Id: I1bf4e67a3f96a53285635f0816075790a4543b55
2011-07-17 23:12:02 +00:00
Daniel Erat
b424a1b912
move sqlite3.c compilation to separate target
...
Change-Id: I277302c0e8c3c3f640fc4d01b5d71492007106f6
2011-07-17 21:57:53 +00:00
Brad Fitzpatrick
eb288d95f1
fix sqlite linking
...
Change-Id: I540d45d787df0e18091c26a6961b2ac97e1fac4d
2011-07-17 14:44:33 -07:00
Brad Fitzpatrick
c91c3b1dab
more static sqlite work
...
Change-Id: I9232a929087cce4a0ae893228bd01cf32ef764fe
2011-07-17 14:33:36 -07:00
Brad Fitzpatrick
936d9e27c7
cgo test dir
...
Change-Id: Id4c17b85124c40b00e3c88b7d052c2158bfb79a5
2011-07-17 14:03:47 -07:00
Daniel Erat
c9d80f4bb8
broken start of sqlite vfs implementation for go
...
something is busted in cgo between char and schar, i think
Change-Id: I03d8423c7c6a72ff381f88cfff25ea69fd6335f2
2011-07-16 01:30:46 +00:00
Daniel Erat
0099626906
static sqlite work in progress
...
Change-Id: I33db758bfec3226c1d90a3ea79d79b90ee883720
2011-07-16 00:26:36 +00:00
Brad Fitzpatrick
b3efd08c05
sqlite test files
...
Change-Id: I1845f4906fe7ab7b3fa75519a017559fc229f2cb
2011-07-15 16:00:57 -07:00
Brad Fitzpatrick
87783c0ee8
Rewrite misc/review in Perl for portability.
...
Change-Id: I428773e5464eb53e64cc94590aa5731ebf74b03b
2011-07-08 15:34:06 -07:00
Daniel Erat
ca441a0e1a
Make review script download Change-Id hook if missing.
...
Change-Id: I22fd093a6bcad6671700423c27f557aa045a028f
2011-07-01 19:41:33 +00:00
Brad Fitzpatrick
d3376ae239
testing ref-updated email hook
...
Change-Id: Iaf219679c428a5fa155cf12e65c40fce40b72e11
2011-06-25 18:51:17 -07:00
Brad Fitzpatrick
305d76915e
testing hooks
...
Change-Id: Ica4a09f09b4315b05486ef93f6bb98d4985b4ecd
2011-06-25 18:29:50 -07:00
Brad Fitzpatrick
28a08a8bdc
testing hooks
...
Change-Id: Ia74dfbb16f80f27943a43c594427fb2082052f3d
2011-06-25 18:26:47 -07:00
Brad Fitzpatrick
71d73143a3
Test commit without review.
2011-06-13 17:50:49 -07:00
Brad Fitzpatrick
38588f0985
Changes for switch to Gerrit.
...
Change-Id: Ie3834ba594d379b881bff1b23d69267262d9dfa2
2011-06-13 14:24:51 -07:00
Brad Fitzpatrick
221381d77f
Add test file for playing with Gerrit.
...
Change-Id: Id688151e63e3cc8b112754a363f31b159a92fe62
2011-06-13 13:21:46 -07:00
Brad Fitzpatrick
83d4188863
Change default codereview server.
2011-06-10 10:30:03 -07:00
caine tighe
7db3a91c68
Add git cl to misc/codereview and update website/content/docs/contributing
2011-06-10 10:21:14 -07:00
Brad Fitzpatrick
8673270a76
Slap on copyright headers; java + aidl.
2011-01-27 23:10:13 -08:00
Brad Fitzpatrick
9148279f3d
Script to add missing copyright headers on files.
2011-01-27 22:59:58 -08:00