m9710797
|
8e96880015
Use c++17 std::string_view instead of our own version
|
5 년 전 |
Wouter Vermaelen
|
4fc1763ac3
Replace 'array_ref' utility with 'span'
|
6 년 전 |
m9710797
|
ac039c81b6
Renamed string_ref to string_view
|
6 년 전 |
m9710797
|
c78bd93d2c
[4/5] Mark virtual method overrides with new c++11 'override' keyword
|
10 년 전 |
m9710797
|
fcbcac823e
[1/5] Added final class annotations
|
10 년 전 |
wouter
|
593bad6db5
Replace std::deque with array_ref in CommandLineParser
|
11 년 전 |
wouter
|
d089095d55
Various text-processing stuff
|
11 년 전 |
Wouter Vermaelen
|
13f75ad13b
Changed return type from bool->void for CLIOption::parseOption()
|
12 년 전 |
Wouter Vermaelen
|
979ab50f29
[11/n] string_ref stuff: CliOption help texts
|
12 년 전 |
Wouter Vermaelen
|
1e9781409a
small tweak: prefer to use std::deque (instead of std::list) when we only need to insert/remove at the begin/end of the collection
|
16 년 전 |
Wouter Vermaelen
|
5b0303d311
split CommandLineParser in CommandLineParser and CLIOption
|
18 년 전 |
Manuel Bilderbeek
|
430b377f3e
Added explicit to one-argument constructor declarations to prevent undesired implicit conversions
|
19 년 전 |
Wouter Vermaelen
|
73cbad2d85
removed HardwareConfig singleton
|
19 년 전 |
Maarten ter Huurne
|
2e359aa9ef
Removed trailing whitespace from all source files.
|
19 년 전 |
Wouter Vermaelen
|
a91b7c61c2
Changed include guards from __FOO_HH__ to FOO_HH
|
19 년 전 |
Wouter Vermaelen
|
c2e9dc16b9
large cleanup, see ChangeLog for details
|
20 년 전 |
Wouter Vermaelen
|
a3b5874749
machines/extensions don't need their own subdir anymore (but is still allowed)
|
20 년 전 |
Wouter Vermaelen
|
e811359b12
removed duplicate code for case insensitive string comparisons
|
20 년 전 |
Wouter Vermaelen
|
6a3ce4a858
don't use global objects
|
20 년 전 |
Reikan
|
bd07b4f7ac
initial step to support Win32.
|
21 년 전 |
Herman Oudejans
|
159d775346
Added priority to the commandlineparser. Fixed -h behaviour
|
21 년 전 |
Maarten ter Huurne
|
659286f276
Put all openMSX code in namespace "openmsx".
|
21 년 전 |
Wouter Vermaelen
|
069f6b7799
more cleanups
|
21 년 전 |
Wouter Vermaelen
|
80f940f48d
Implemented command line extensions
|
22 년 전 |