Daniel Scharrer
|
7b8d37c1c9
|
Move to_unsigned() to util/load.{hpp,cpp}
|
12 years ago |
Daniel Scharrer
|
50bb46478c
|
Make local version arrays static
|
12 years ago |
Daniel Scharrer
|
aa444bcfb9
|
Fix warnings with older Boost version
Apparently boost::size(array) used to be signed :(
|
13 years ago |
Daniel Scharrer
|
26989e65bd
|
Replace ARRAY_SIZE with boost::size where possible
Remaining uses need a constexpr value.
|
13 years ago |
Daniel Scharrer
|
205d359346
|
Remove a few unneeded line breaks in version.cpp
|
13 years ago |
Daniel Scharrer
|
85da8836e5
|
Fix build with Boost < 1.52
|
13 years ago |
Daniel Scharrer
|
1f36d0f2e3
|
Remove using std:: statements
|
13 years ago |
Daniel Scharrer
|
e656af214e
|
Mark size_t -> std::streamsize conversions
|
13 years ago |
Daniel Scharrer
|
e392055b59
|
Add support for Inno Setup 5.5.0 installers
|
14 years ago |
Daniel Scharrer
|
d87bb13024
|
Warn about unsupported setup data versions
|
14 years ago |
Daniel Scharrer
|
f4542e8735
|
Fix support for "My Inno Setup Extensions".
|
14 years ago |
Daniel Scharrer
|
4b963d9a7c
|
Basic command-line implementation using boost::program_options.
|
14 years ago |
Daniel Scharrer
|
4d423f27ac
|
Add copyright notices.
|
14 years ago |
Daniel Scharrer
|
ba289bca11
|
Move debug output / header loading into separate files, support ambigous versions.
|
15 years ago |
Daniel Scharrer
|
eba41e0f51
|
Cleanup setup header loading, implement version number parsing.
|
15 years ago |
Daniel Scharrer
|
6a4e07b2c7
|
Start cleaning up setup header parsing code.
|
15 years ago |
Daniel Scharrer
|
3b29b8c4c1
|
Cleanup utils.
|
15 years ago |
Daniel Scharrer
|
bdfa8ddc9b
|
Many fixes.
|
15 years ago |
Daniel Scharrer
|
776d1b7508
|
Implement parsing the remaining setup entry types.
|
15 years ago |
Daniel Scharrer
|
0e0cb08746
|
Parse file entries.
|
15 years ago |
Daniel Scharrer
|
558853ceb0
|
Parse custom message and permission entries.
|
15 years ago |
Daniel Scharrer
|
13925809e4
|
The header is loaded.
|
15 years ago |