summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Merge "Make Join support string delimiters"Casey Dahlin2015-11-022-2/+6
|\
| * Make Join support string delimitersCasey Dahlin2015-11-022-2/+6
* | Fix ParseInt/ParseUint to handle explicit "0x" hex.Elliott Hughes2015-11-022-2/+14
|/
* Fix lseek argument order.Elliott Hughes2015-10-201-7/+7
* base logging: fix errno restoring, severity conditionality, dangling ifsSpencer Low2015-09-213-57/+172
* libbase_test: get it building for WindowsSpencer Low2015-09-112-18/+19
* Merge "Ensure that libbase and liblog can be built for Windows."Dan Albert2015-09-111-0/+1
|\
| * Ensure that libbase and liblog can be built for Windows.Stephen Hines2015-09-111-0/+1
* | Add ParseInt (and ParseUint).Elliott Hughes2015-09-043-0/+140
|/
* Remove USE_MINGW/CYGWIN; Whitelist windows modulesDan Willemsen2015-09-021-0/+1
* adb/base win32 tests: fix comment and open() flagsSpencer Low2015-09-011-3/+3
* Use O_BINARY in base/file for Windows.Elliott Hughes2015-09-011-8/+9
* 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-261-0/+1
* | Include what we use.Dan Albert2015-03-262-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-191-3/+0
* Add common string utilities to libbase.Dan Albert2015-03-164-0/+302