user-gcc/src
King_DuckZ c3cab484b6 Add a bash-based implementation of replace_bash_vars().
You can choose at configure time if you want the old
c++ variable string replacement implementation or the
new one that execs bash -c 'echo blah blah'. It supports
using both EnvReal and EnvFake.
2020-04-15 00:37:49 +02:00
..
StringCRC32.hpp Manage the case EnvReal = EnvReal. 2020-04-14 17:41:31 +02:00
chost.cpp Rename SysPaths to RunContext 2020-04-13 21:29:17 +02:00
chost.hpp Rename SysPaths to RunContext 2020-04-13 21:29:17 +02:00
config.h.in Add a bash-based implementation of replace_bash_vars(). 2020-04-15 00:37:49 +02:00
env_base.cpp Add new to_c_array() method to get a char** back. 2020-04-15 00:32:05 +02:00
env_base.hpp Add new to_c_array() method to get a char** back. 2020-04-15 00:32:05 +02:00
env_fake.cpp Add new to_c_array() method to get a char** back. 2020-04-15 00:32:05 +02:00
env_fake.hpp Add new to_c_array() method to get a char** back. 2020-04-15 00:32:05 +02:00
env_real.cpp Add new to_c_array() method to get a char** back. 2020-04-15 00:32:05 +02:00
env_real.hpp Add new to_c_array() method to get a char** back. 2020-04-15 00:32:05 +02:00
env_to_c_array.hpp Add new to_c_array() method to get a char** back. 2020-04-15 00:32:05 +02:00
gentoofunctions.cpp Rename SysPaths to RunContext 2020-04-13 21:29:17 +02:00
gentoofunctions.hpp Rename SysPaths to RunContext 2020-04-13 21:29:17 +02:00
list_profiles.cpp Rename SysPaths to RunContext 2020-04-13 21:29:17 +02:00
list_profiles.hpp Rename SysPaths to RunContext 2020-04-13 21:29:17 +02:00
load_file.cpp Attach GPL3 licence. 2020-04-12 15:45:55 +02:00
load_file.hpp Attach GPL3 licence. 2020-04-12 15:45:55 +02:00
main.cpp Add a bash-based implementation of replace_bash_vars(). 2020-04-15 00:37:49 +02:00
meson.build Rename SysPaths to RunContext 2020-04-13 21:29:17 +02:00
replace_bash_vars.cpp Add a bash-based implementation of replace_bash_vars(). 2020-04-15 00:37:49 +02:00
replace_bash_vars.hpp Rename SysPaths to RunContext 2020-04-13 21:29:17 +02:00
run_cmd.cpp This is prefixed with std it seems. 2020-04-12 17:44:09 +02:00
run_cmd.hpp Attach GPL3 licence. 2020-04-12 15:45:55 +02:00
run_context.cpp Rename SysPaths to RunContext 2020-04-13 21:29:17 +02:00
run_context.hpp Allow for easy switching between fake and real env. 2020-04-15 00:32:45 +02:00
safe_print.cpp Allow copy-assigning one Env object to the other. 2020-04-13 19:04:15 +02:00
safe_print.hpp Allow copy-assigning one Env object to the other. 2020-04-13 19:04:15 +02:00
string_view_cat.hpp Allow copy-assigning one Env object to the other. 2020-04-13 19:04:15 +02:00
to_var_map.cpp Attach GPL3 licence. 2020-04-12 15:45:55 +02:00
to_var_map.hpp Drop the VarMap stuff, use the new EnvFake class. 2020-04-13 21:24:03 +02:00