Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NaCl SDK] make example Makefiles quiet by default | sbc@chromium.org | 2013-02-12 | 6 | -96/+86 |
* | [NaCl SDK] Fix regression when running "naclsdk -h". | binji@chromium.org | 2013-02-11 | 2 | -3/+17 |
* | [NaCl SDK] Print nice error if host build can't find gcc or cl.exe | binji@chromium.org | 2013-02-11 | 5 | -19/+143 |
* | Fix Windows | noelallen@chromium.org | 2013-02-09 | 1 | -1/+1 |
* | Reassign FD | noelallen@google.com | 2013-02-09 | 4 | -28/+28 |
* | Fix dependencies. | noelallen@google.com | 2013-02-09 | 5 | -35/+72 |
* | [NaCl SDK] Revert change to win32 library locations. | binji@chromium.org | 2013-02-08 | 2 | -4/+4 |
* | Change NaCl mount to support STDOUT by default | noelallen@google.com | 2013-02-07 | 9 | -23/+164 |
* | [NaCl SDK] ppapi_main: use line buffering for stdout/stderr | sbc@chromium.org | 2013-02-07 | 1 | -0/+2 |
* | Rename mount | noelallen@google.com | 2013-02-05 | 87 | -303/+303 |
* | Roll naclports revision | sbc@chromium.org | 2013-02-05 | 1 | -1/+1 |
* | Additional cleanup | noelallen@google.com | 2013-02-02 | 21 | -175/+179 |
* | Add manifest file for MountHttp | noelallen@google.com | 2013-02-01 | 12 | -70/+421 |
* | Add Release versions | noelallen@chromium.org | 2013-02-01 | 1 | -4/+6 |
* | Fix pnacl and arm builds | noelallen@google.com | 2013-01-31 | 10 | -19/+11 |
* | [NaCl SDK] Add dup2 to nacl-mounts. | binji@chromium.org | 2013-01-30 | 31 | -268/+464 |
* | [NaCl SDK] Remove old SDK bundles from manifest (<= 20). | binji@chromium.org | 2013-01-30 | 1 | -166/+0 |
* | [NaCl SDK] Used cached size when calling MountNodeHttp::GetSize. | binji@chromium.org | 2013-01-30 | 2 | -10/+7 |
* | Add 3D version of instance. | noelallen@google.com | 2013-01-30 | 26 | -54/+1376 |
* | [NaCl SDK] Fix clamping bug in http mount w/ partial reads. | binji@chromium.org | 2013-01-30 | 1 | -2/+5 |
* | [NaCl SDK] Fix off-by-one bug in http mount. | binji@chromium.org | 2013-01-29 | 1 | -1/+1 |
* | Fix create_nmf tests so they are less dependent on checked in binaries. | sbc@chromium.org | 2013-01-29 | 3 | -8/+47 |
* | [NaCl SDK] Add link/symlink stubs to nacl_mounts. | binji@chromium.org | 2013-01-28 | 10 | -2/+53 |
* | Add debugging | noelallen@google.com | 2013-01-23 | 6 | -16/+46 |
* | [NaCl SDK] Allow multiple archives to live in a bundle. | binji@chromium.org | 2013-01-23 | 6 | -38/+79 |
* | Fix annotator output for naclports archiving. | sbc@chromium.org | 2013-01-23 | 1 | -19/+15 |
* | NaCl SDK example failson Windows | noelallen@google.com | 2013-01-21 | 3 | -6/+12 |
* | Fix NaCl SDK | noelallen@google.com | 2013-01-20 | 1 | -2/+1 |
* | [NaCl SDK] Add HTTP mount. | binji@chromium.org | 2013-01-19 | 18 | -36/+771 |
* | Have create_nmf.py generate a hash of PNaCl pexes for caching. | jvoung@chromium.org | 2013-01-19 | 1 | -1/+6 |
* | [NaCl SDK] Build a naclports bundle (linux only) | sbc@chromium.org | 2013-01-18 | 1 | -5/+70 |
* | Fix IGNORE_DEPS | noelallen@google.com | 2013-01-18 | 5 | -11/+17 |
* | [NaCl SDK] Remove test for "valid" keys in manifest_util. | binji@chromium.org | 2013-01-17 | 1 | -18/+24 |
* | [NaCl SDK] fix failing create_nmf tests on win32 | sbc@chromium.org | 2013-01-17 | 1 | -3/+4 |
* | Fix missing $ | noelallen@google.com | 2013-01-17 | 2 | -2/+2 |
* | Convert all project to use common.mk | noelallen@google.com | 2013-01-17 | 64 | -218/+2421 |
* | [NaCl SDK] Run unittests first buildbots. | sbc@chromium.org | 2013-01-17 | 2 | -9/+11 |
* | [NaCl SDK] Fix update issues in sdk_tools. | binji@chromium.org | 2013-01-16 | 2 | -10/+32 |
* | [NaCl SDK] fix staging of extra libraries by create_nmf. | sbc@chromium.org | 2013-01-15 | 3 | -41/+198 |
* | [NaCl SDK] Publish new VS add addin version | sbc@chromium.org | 2013-01-12 | 1 | -169/+169 |
* | Fix hello_world_stdio | noelallen@chromium.org | 2013-01-11 | 7 | -41/+39 |
* | [NaCl SDK] Add binaries for create_nmf testing | binji@chromium.org | 2013-01-11 | 5 | -0/+0 |
* | [NaCl SDK] Add binaries for create_nmf testing | sbc@chromium.org | 2013-01-11 | 5 | -0/+0 |
* | Add args to DidCreate | noelallen@google.com | 2013-01-10 | 1 | -1/+10 |
* | [NaCl SDK] Revert sdk_tools back to 160493. 174973 needs some work. | binji@chromium.org | 2013-01-10 | 2 | -22/+22 |
* | Update make for hello examples | noelallen@google.com | 2013-01-09 | 12 | -17/+349 |
* | [NaCl SDK] Update sdk_tools to 160493->174973. Also added script to make upda... | binji@chromium.org | 2013-01-09 | 3 | -201/+329 |
* | Move headers | noelallen@chromium.org | 2013-01-09 | 2 | -44/+38 |
* | [NaCl SDK] Change the kernel_wrap OS #ifdefs in nacl_mounts. | binji@chromium.org | 2013-01-09 | 5 | -18/+26 |
* | Add the raw texture file. | noelallen@google.com | 2013-01-09 | 1 | -0/+0 |