summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fix the Mac libbase build.Elliott Hughes2015-08-131-0/+2
* libbase: logging fixesSpencer Low2015-08-132-27/+51
* win32: adb_test/libbase_test fixesSpencer Low2015-08-061-27/+10
* adb_test/libbase_test: win32: get some tests workingSpencer Low2015-08-031-14/+14
* libbase_test: win32: get some tests workingSpencer Low2015-08-033-22/+39
* Write mkdirs in more idiomatic C++ style.Alex Vallée2015-07-305-22/+64
* Revert "Turn on -Wformat-nonliteral."Dan Albert2015-07-092-18/+19
* Turn on -Wformat-nonliteral.Dan Albert2015-07-092-19/+18
* Generalize Join to work for any container/element.Dan Albert2015-05-223-22/+36
* Merge "adb / libbase: clean up NOGDI and evil ERROR macro"Dan Albert2015-05-202-10/+9
|\
| * adb / libbase: clean up NOGDI and evil ERROR macroSpencer Low2015-05-202-10/+9
* | Don't use TEMP_FAILURE_RETRY on close()Nick Kralevich2015-05-201-3/+3
|/
* adb: win32: fix StringPrintf format string checking of %zd and PRIu64Spencer Low2015-05-131-3/+19
* adb: win32: fix adb emu commandSpencer Low2015-05-061-0/+2
* Add additional shielding against the ERROR macro.Dan Albert2015-05-042-1/+9
* Fix comparison between signed and unsigned error on darwinColin Cross2015-04-301-1/+1
* Support base::logging on Windows.Dan Albert2015-04-294-23/+102
* Get libbase tests working on Windows.Dan Albert2015-04-294-3/+36
* Print strerror instead of errno in tests.Dan Albert2015-04-291-8/+13
* Remove strtok from adb.Elliott Hughes2015-04-273-17/+11
* Add ReadFully and WriteFully to libbase.Elliott Hughes2015-04-243-0/+52
* Fix comment typo.Elliott Hughes2015-04-171-1/+1
* Add base/memory.h.Dan Albert2015-04-091-0/+47
* Cleanup base/logging.Dan Albert2015-04-032-40/+26
* Support arbitrary loggers.Dan Albert2015-04-034-66/+128
* Support logging to other log buffers.Dan Albert2015-04-032-34/+66
* Merge "Remove LogMessage::LogLineLowStack."Dan Albert2015-04-032-48/+0
|\
| * Remove LogMessage::LogLineLowStack.Dan Albert2015-04-022-48/+0
* | Don't show lint errors for rvalue references.Dan Albert2015-04-021-1/+1
|/
* Enable building libbase on Windows.Dan Albert2015-03-301-4/+8
* Merge "Pull in Windows compatibility header."Dan Albert2015-03-271-0/+1
|\
| * Pull in Windows compatibility header.Dan Albert2015-03-271-0/+1
* | Include what we use.Dan Albert2015-03-272-0/+2
|/
* Move gettid() into libcutils.Dan Albert2015-03-232-23/+6
* Update string Split API.Dan Albert2015-03-234-28/+63
* Add google3 style logging to libbase.Dan Albert2015-03-209-24/+864
* Use mingw on Windows.Dan Albert2015-03-201-3/+0
* Add common string utilities to libbase.Dan Albert2015-03-164-0/+302
* Revert "Revert "Add commonly used C++ macros to libbase.""Dan Albert2015-03-162-1/+189
* Revert "Revert "Create libbase.""Dan Albert2015-03-169-0/+560
* Revert "Create libbase."Nicolas Geoffray2015-03-169-560/+0
* Revert "Add commonly used C++ macros to libbase."Nicolas Geoffray2015-03-162-189/+1
* Add commonly used C++ macros to libbase.Dan Albert2015-03-142-1/+189
* Create libbase.Dan Albert2015-03-149-0/+560