aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze.cc
Commit message (Expand)AuthorAge
* Cleanup: Pass std::string arguments by reference (this avoids makingGravatar Thiago Farina2015-05-18
* Cleanup: Remove unused GetMountpoint() function.Gravatar Thiago Farina2015-05-15
* Remove declaration of **environ from blaze.cc.Gravatar Thiago Farina2015-05-08
* Cleanup: Use the standard types from stdint.h.Gravatar Thiago Farina2015-05-05
* Cleanup: Mark some functions as static.Gravatar Thiago Farina2015-04-28
* Move blaze_exit_code.h into util/ directory.Gravatar Thiago Farina2015-04-24
* Header cleanups.Gravatar Han-Wen Nienhuys2015-04-22
* 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
* 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
* 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
* Enforce executable flags on embedded binariesGravatar Damien Martin-Guillerez2015-03-26
* Adds some notes about --batch flag.Gravatar Googler2015-03-24
* Recursively create cache dirGravatar Kristina Chodorow2015-03-23
* Use a variable for product name in launcher messagesGravatar Kristina Chodorow2015-03-18
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25