summaryrefslogtreecommitdiff
path: root/googletest/src/gtest-filepath.cc
Commit message (Expand)AuthorAgeFilesLines
* Add missing std includesTom Hughes2023-04-201-0/+3
* Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-061-18/+20
* Fix formatting of C++ filesTom Hughes2023-01-241-8/+5
* Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...Abseil Team2022-12-121-0/+4
* Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...Abseil Team2022-10-181-18/+57
* Port GoogleTest to QuRT (Hexagon RTOS)Marat Dukhan2022-09-261-2/+2
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-40/+38
* Googletest exportAbseil Team2021-06-111-2/+2
* Googletest exportAbseil Team2021-04-131-3/+4
* Improve FilePath::Normalize methodRuslan Manaev2020-10-071-7/+5
* Merge pull request #2677 from IYP-Programer-Yeah:fix-file-path-normalize-func...Derek Mauro2020-05-281-24/+12
|\
| * Fix always false condition and clean function bodyHosein Ghahramanzadeh2020-01-251-27/+13
|/
* Merge pull request #2515 from ciband:feat/support_esp8266vslashg2019-10-251-1/+4
|\
| * Add ESP8266 configs to PlatformIO buildChris Johnson2019-10-111-1/+4
| * feat: Add support for ESP8266 platformChris Johnson2019-10-111-1/+1
|/
* Googletest exportAbseil Team2019-09-061-2/+2
* clang: fix `-Wsign-conversion` errorsEnji Cooper2019-04-051-1/+1
* Merge pull request #2098 from ciband:feat/finish_platformio_supportGennadiy Civil2019-02-041-2/+3
|\
| * fix: Add Arduino to embedded platform listChris2019-01-311-2/+2
|/
* Googletest exportmisterg2019-01-021-4/+0
* Googletest exportAbseil Team2019-01-021-3/+0
* Replaced all NULLs with nullptr in googletestVadim Barkov2018-10-281-5/+5
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-2/+2
* Comments changes, no functionality changes. Gennadiy Civil2018-08-141-2/+2
* Fixed typosTroy Holsapple2018-02-071-1/+1
* More merge, cleanupGennadiy Civil2018-01-101-6/+4
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+387