aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp
Commit message (Expand)AuthorAge
...
* Remove vestigial references to 32-bit/64-bit binaries.Gravatar Janak Ramakrishnan2015-07-30
* Fix some C++ compiler warnings to comply with -Wall.Gravatar Ulf Adams2015-07-27
* Add #include <sys/socket.h> to blaze_util_mingw.ccGravatar Googler2015-07-23
* Use custom util instead of std::to_string.Gravatar Googler2015-07-23
* Add a BUILD file to src/main/cpp/util.Gravatar Ulf Adams2015-07-23
* Add #include <cstdio>.Gravatar Googler2015-07-23
* Support --nowatchfs global option in the launcher.Gravatar Han-Wen Nienhuys2015-06-26
* Support the --[no]master_bazelrc flagGravatar Damien Martin-Guillerez2015-06-25
* Added /etc/bazel.bazelrc as a global Bazel's master rc.Gravatar Damien Martin-Guillerez2015-06-15
* Cleanup: Initialize field members through ctor initializer list.Gravatar Thiago Farina2015-06-12
* Support --bazelrc= syntax to specify rcfileGravatar Damien Martin-Guillerez2015-06-05
* Cleanup: Mark single-parameter constructors as explicit.Gravatar Thiago Farina2015-06-05
* Pass user-specified JVM flags to AddJVMArguments so that JVM flags can be cus...Gravatar Janak Ramakrishnan2015-06-03
* Use the ijar ZIP implementation in Blaze instead of libarchiveGravatar Damien Martin-Guillerez2015-06-01
* launcher: observe umask in MakeDirectories.Gravatar Han-Wen Nienhuys2015-06-01
* Cleanup: Remove unused Is64BitBlazeJavabase() function declaration.Gravatar Thiago Farina2015-06-01
* Remove unused helper functions.Gravatar Han-Wen Nienhuys2015-05-27
* Store RcFile pointers, rather than inline objects.Gravatar Han-Wen Nienhuys2015-05-22
* Global cleanup change.Gravatar Googler2015-05-18
* Cleanup: Pass std::string arguments by reference (this avoids makingGravatar Thiago Farina2015-05-18
* Cleanup: port.cc should include its header file port.hGravatar Thiago Farina2015-05-18
* Remove hack for OSX javabaseGravatar Damien Martin-Guillerez2015-05-18
* Remove race condition from directory creation in launcherGravatar Kristina Chodorow2015-05-15
* Build 'client' target with -Wno-sign-compare.Gravatar Thiago Farina2015-05-15
* Cleanup: Remove unused GetMountpoint() function.Gravatar Thiago Farina2015-05-15
* Update include guards.Gravatar Han-Wen Nienhuys2015-05-15
* Remove declaration of **environ from blaze.cc.Gravatar Thiago Farina2015-05-08
* Fix the remaining 'seperated' typos.Gravatar Thiago Farina2015-05-08
* Fix 'seperated' typo in ProcessArg() parameter.Gravatar Thiago Farina2015-05-07
* Cleanup: Remove GetJvm() function declaration.Gravatar Thiago Farina2015-05-07
* Remove comment about a limitation that does not exist anymore.Gravatar Thiago Farina2015-05-07
* Cleanup: Use the standard types from stdint.h.Gravatar Thiago Farina2015-05-05
* Cleanup: Mark some functions as static.Gravatar Thiago Farina2015-04-28
* Cleanup: Do not include unnecessary headers in blaze_util.h.Gravatar Thiago Farina2015-04-28
* Explain extra_options more clearly.Gravatar Han-Wen Nienhuys2015-04-27
* Move blaze_exit_code.h into util/ directory.Gravatar Thiago Farina2015-04-24
* Header cleanups.Gravatar Han-Wen Nienhuys2015-04-22
* Check that getenv() returns non-null in blaze::Which()Gravatar Damien Martin-Guillerez2015-04-14
* Cleanup: Build file.cc as part of util library.Gravatar Thiago Farina2015-04-14
* Use int64_t for the offset argument of libarchive function call.Gravatar Han-Wen Nienhuys2015-04-13
* Fix the compilation of blaze_startup_options.cc on old Ubuntu systems.Gravatar Ulf Adams2015-04-10
* Cleanup: Create hash buffer reusing Md5Digest's length constant.Gravatar Thiago Farina2015-04-09
* Add logging of blaze_cpu flag usage. Before we can remove this flag we need t...Gravatar Marian Lobur2015-04-09
* Cleanup: Change is IsSharedLibrary() to take a const-reference parameter.Gravatar Thiago Farina2015-04-08
* Remove reference to LinuxThreads, which should be thoroughly dead byGravatar Han-Wen Nienhuys2015-04-08
* Automated [] rollback of [].Gravatar Kristina Chodorow2015-04-08
* Fix TODO in recursive directory creationGravatar Kristina Chodorow2015-04-08
* Cleanup: Refactor the test of TEST_TMPDIR env variable.Gravatar Thiago Farina2015-04-08
* Cleanup: Remove unused SPAM variable.Gravatar Thiago Farina2015-04-03
* Removes warning if disk is almost fullGravatar Googler2015-03-27