Sign in
chromium
/
chromium
/
src
/
19cdae86d6482445ed480eeb9af72b38d1e51c81
/
base
/
environment.cc
6c622935
[clang-tidy] Apply modernize-loop-convert in /base
by jdoerrie
· 7 years ago
1c4b8ff
[clang-tidy] Apply modernize-use-auto in /base
by jdoerrie
· 7 years ago
306871de
Fuchsia: Prepare for OS_POSIX removal in base/
by Fabrice de Gans-Riberi
· 7 years ago
bb7211c
Run clang-tidy modernize-use-equals-{delete,default} on //base
by Chris Watkins
· 8 years ago
9532f25
Replace base::MakeUnique with std::make_unique in base/.
by Jeremy Roman
· 8 years ago
4b80ef1
Remove redundant c_str() calls.
by iceman
· 8 years ago
0c412e85
Make base::Environment::Create() return unique_ptrs.
by thestig
· 9 years ago
2396034
Implement IsAsciiUpper and IsAsciiLower in base/strings/string_util.h and remove duplicate code in the code base.
by zhongyi
· 9 years ago
093de9b
Convert //base to use std::unique_ptr
by dcheng
· 9 years ago
9b6f4293
Switch to standard integer types in base/.
by avi
· 10 years ago
0c8d4aa
base: Use std::move() instead of Pass() for real movable types.
by danakj
· 10 years ago
c15100c
Replace StringToLowerASCII with base::ToLowerASCII
by brettw
· 10 years ago
7622fbed
Move StringToUpperASCII to base namespace
by brettw
· 10 years ago
5648818
Standardize usage of virtual/override/final in base/
by dcheng
· 11 years ago
9e096de
replace OVERRIDE and FINAL with override and final in base/
by mostynb
· 11 years ago
df80704
Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."
by
[email protected]
· 11 years ago
eee3522
Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace
by
[email protected]
· 11 years ago
cb1f4ac
Move StringToLowerASCII to base namespace
by
[email protected]
· 11 years ago
b345c48
Move AlterEnvironment to base/environment.h, implement on Windows. This re-implements the Posix version to be more like the Windows version and to share some parsing code. The new version will be somewhat slower due to some extra mallocs, but is shorter and more clear. I didn't want to implement a super optimized version on Windows, and the alternative would be to keep the new Windows version and the old Posix version in parallel which seemed less desirable.
by
[email protected]
· 12 years ago
251cd6e5
Use a direct include of strings headers in base/.
by
[email protected]
· 12 years ago
a4ea1f1
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/.
by
[email protected]
· 12 years ago
604eb05
base: Convert scoped_arrays to the new scoped_ptr style.
by
[email protected]
· 13 years ago
4410618
Add virtual and OVERRIDE to base/ implementation files
by
[email protected]
· 13 years ago
3b63f8f4
Move some files from base to base/memory.
by
[email protected]
· 14 years ago
c1068862
Don't force callers to be ASCII (when some of them already aren't).
by
[email protected]
· 15 years ago
3ba7e08
base: rename Environment::GetEnv to Environment::GetVar.
by
[email protected]
· 15 years ago
c87bcf00
base: rename Environment::SetEnv to Environment::SetVar.
by
[email protected]
· 15 years ago
9432ade
base: rename Environment::HasEnv to Environment::HasVar.
by
[email protected]
· 15 years ago
4fae316
base: rename Environment::UnSetEnv to Environment::UnSetVar.
by
[email protected]
· 15 years ago
76b90d31
base: Rename EnvVarGetter to Environment.
by
[email protected]
· 15 years ago
[Renamed (93%) from base/env_var.cc]
fc586c7
Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API.
by
[email protected]
· 15 years ago
a324a45f
Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API.
by
[email protected]
· 15 years ago
ed45537
base: Add UnSetEnv function to EnvVarGetter API.
by
[email protected]
· 15 years ago
574f6f0c
base: add home environment variable to env_var.h
by
[email protected]
· 15 years ago
e9032c6
base: Return bool instead of void in EnvVarGetter::SetEnv.
by
[email protected]
· 15 years ago
3a3d4747
Move implementation from header to source.
by
[email protected]
· 15 years ago
ac7264c
base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs.
by
[email protected]
· 15 years ago
9bc8cff
Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and rename it EnvVarGetter. Label base::SysInfo::{Get,Has}EnvVar as deprecated.
by
[email protected]
· 15 years ago