aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/util
Commit message (Expand)AuthorAge
...
* Bazel client, Windows: implement ReadFileGravatar Laszlo Csomor2016-12-21
* Bazel client: remove blaze_util::WhichGravatar Laszlo Csomor2016-12-21
* Bazel client; implement NormalizePathGravatar Laszlo Csomor2016-12-21
* Bazel client, Windows: implement AsWindowsPathGravatar Laszlo Csomor2016-12-20
* Bazel client: fix build on WindowsGravatar Laszlo Csomor2016-12-19
* Bazel client: generalize path handlingGravatar Laszlo Csomor2016-12-19
* Bazel client: SplitPath works with Windows pathsGravatar Laszlo Csomor2016-12-19
* Bazel client, Windows: implement pipe handlingGravatar Laszlo Csomor2016-12-16
* Bazel client, Windows: use file_windows under MSYSGravatar Laszlo Csomor2016-12-15
* fix declaration of Pipe variableGravatar Thiago Farina2016-12-14
* Bazel client: implement Cstring-Wstring conversionGravatar Laszlo Csomor2016-12-14
* move MakeDirectories() into file_platform.hGravatar Thiago Farina2016-12-07
* Add missing <time.h> include.Gravatar Piotr Sikora2016-12-05
* Bazel client: make it compile with MSVCGravatar Laszlo Csomor2016-11-28
* Bazel client: platform-specific {Read,Write}FileGravatar Laszlo Csomor2016-11-28
* Bazel client: MakeCanonical into file_<platform>Gravatar Laszlo Csomor2016-11-24
* Adds logging functionality to the bazel client, which will be activated in a ...Gravatar Chloe Calvarin2016-11-23
* Bazel client: fix compiler warningsGravatar Laszlo Csomor2016-11-22
* Bazel client: create a wrapper around Unix pipesGravatar Laszlo Csomor2016-11-18
* Bazel client: reduce dependency on <unistd.h>Gravatar Laszlo Csomor2016-11-18
* Bazel client: no longer needs <utime.h>Gravatar Laszlo Csomor2016-11-17
* Bazel client: no more `stat` usageGravatar Laszlo Csomor2016-11-17
* Bazel client: platform-dependent GetHashedBaseDirGravatar Laszlo Csomor2016-11-16
* Bazel client: implement directory tree walkingGravatar Laszlo Csomor2016-11-16
* Fix build rule visibility.Gravatar Laszlo Csomor2016-11-11
* Bazel client: wrap some POSIX functionsGravatar Laszlo Csomor2016-11-10
* blaze_utils: fork file handling for platformsGravatar Laszlo Csomor2016-11-09
* cpp: header hygienizationGravatar Thiago Farina2016-10-18
* Refactor: rename file_linux.* to file_posix.*Gravatar Laszlo Csomor2016-10-05
* Rollback of commit a6b4cbbd4a4bbb42eefe8fb0e646cd30780394e4.Gravatar Laszlo Csomor2016-10-04
* Ijar: use utilities from Bazel's sourceGravatar Laszlo Csomor2016-09-30
* Windows: make the port library compile with MSVCGravatar Laszlo Csomor2016-09-30
* Move blaze_util::Which to standalone library.Gravatar Laszlo Csomor2016-09-29
* Windows: make the md5 library compilable with MSVCGravatar Laszlo Csomor2016-09-29
* Placate the compiler.Gravatar Sasha Smundak2016-07-26
* Add missing inlcudeGravatar Kristina Chodorow2016-07-22
* Make Ctrl-C interrupt batch mode builds on Windows.Gravatar Lukacs Berki2016-07-07
* Make the integration tests pass with gRPC client/server comms.Gravatar Lukacs Berki2016-04-21
* Add a bazel-srcs target to the top-level package containing all Bazel sourcesGravatar Damien Martin-Guillerez2016-02-29
* Global cleanup change.Gravatar Googler2016-01-07
* Optionally allow Bazel to pass JVM options containing spaces directly through...Gravatar Janak Ramakrishnan2015-11-16
* add some missing errno.h and string.h includesGravatar Mostyn Bramley-Moore2015-11-11
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Externalize file_test and strings_test, and fix up the BUILD files.Gravatar Ulf Adams2015-08-10
* Add a BUILD file to src/main/cpp/util.Gravatar Ulf Adams2015-07-23
* Remove unused helper functions.Gravatar Han-Wen Nienhuys2015-05-27
* Global cleanup change.Gravatar Googler2015-05-18
* Cleanup: port.cc should include its header file port.hGravatar Thiago Farina2015-05-18
* Update include guards.Gravatar Han-Wen Nienhuys2015-05-15
* Remove comment about a limitation that does not exist anymore.Gravatar Thiago Farina2015-05-07