Rosen Penev
|
473a5250ae
|
[clang-tidy] change several member functions to const
Found with readability-make-member-function-const
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2020-04-05 10:13:13 +02:00 |
|
Rosen Penev
|
220f0a132d
|
[clang-tidy] use auto when casting
Found with modernize-use-auto
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2020-04-05 10:13:13 +02:00 |
|
Rosen Penev
|
e4a7e7d4f7
|
[clang-tidy] Use strcmp family properly
Found with bugprone-suspicious-string-compare
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2019-11-29 23:46:51 -08:00 |
|
Rosen Penev
|
4087b2ee15
|
[clang-tidy] Use bool literals
Found with modernize-use-bool-literals
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2019-11-29 23:46:50 -08:00 |
|
Rosen Penev
|
1055ff321c
|
[clang-tidy] Replace NULL with nullptr
Found with modernize-use-nullptr
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2019-11-25 14:23:03 -08:00 |
|
Rosen Penev
|
0dfa7421f3
|
[clang-tidy] Convert C casts to C++ ones
Found with google-readability-casting
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2019-11-25 14:17:49 -08:00 |
|
LawAbidingCactus
|
305a657694
|
fix typos
|
2019-10-23 19:38:44 +02:00 |
|
ridiculousfish
|
82eca4bc86
|
Run clang-format on all files
The main change here is to reorder headers.
|
2019-10-13 15:50:48 -07:00 |
|
ridiculousfish
|
0da87d3e5f
|
Equip history_item_t with a default constructor
|
2019-08-17 20:01:44 -07:00 |
|
ridiculousfish
|
ce178fd6fd
|
Make escape_yaml_fish_2_0 and unescape_yaml_fish_2_0 static
They no longer need to be exposed.
|
2019-08-12 09:22:21 -07:00 |
|
ridiculousfish
|
3ae5b23971
|
Migrate append_history_item_to_buffer to history_file.cpp
Also eliminate history_output_buffer_t, which no longer does anything useful.
|
2019-08-12 09:17:10 -07:00 |
|
ridiculousfish
|
2ddde381d4
|
Clean up next_line() interface and implementation
|
2019-08-11 12:57:09 -07:00 |
|
ridiculousfish
|
91987a4548
|
Migrate history file format stuff into new file history_file.cpp
Breaks up the history.cpp monolith.
|
2019-08-11 12:45:04 -07:00 |
|