Gabriel Fedel
|
6ac10d43b1
|
Fix type comparision on msi.cpp
This change fix the comparision of different signedess (int and long
unsigned int).
|
2021-03-10 09:45:01 +01:00 |
|
Andrew Johnson
|
9b5034f307
|
Restore errlogFlush() call to msi.cpp
|
2019-07-25 14:35:41 -05:00 |
|
Freddie Akeroyd
|
771ad6a442
|
msi: Flush stdout on program exit
On WIN32 if the reopen()ed stdout is not closed it can occasionally
result in missing lines in the output file
|
2019-07-17 10:45:09 -07:00 |
|
Martin Konrad
|
409ee26fae
|
Reduce scope of some variables
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
9a4787155c
|
Convert substitutionName to std::string
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
84dba0d2b7
|
Use bool for more clarity
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
87f6c3dec9
|
Remove unneeded errlogFlush()
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
940814becf
|
Manage psubFile with new/delete
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
68a1a529b2
|
Convert copy to std::string
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
ce38caf41b
|
Use std::list for patternList
This improves type safety and readability.
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
f03f10e664
|
Convert patternNode.var to std::string
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
b4f4fb853d
|
Convert fullname to std::string
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
b518ebe85b
|
Convert inputFile.filename to std::string
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
e461d782f4
|
Simplify inputConstruct()
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
ef2a381e92
|
Use std::list for pathList
This improves type safety and readability.
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
265d4962a4
|
Use std::list for inputFileList
This improves type safety and readability.
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
db9267bbd5
|
Constructor for struct inputData
|
2019-01-08 09:34:55 -05:00 |
|
Martin Konrad
|
1cf3fa9ba9
|
Simplify catMacroReplacements()
This fixes lp:1810946 and lp:1810949.
|
2019-01-08 09:34:40 -05:00 |
|
Martin Konrad
|
3e8b0028dc
|
Constructor for struct subInfo
|
2019-01-08 09:22:52 -05:00 |
|
Martin Konrad
|
d8f18c27f4
|
Add some const keywords
|
2019-01-08 09:22:52 -05:00 |
|
Martin Konrad
|
801c01b9b6
|
Convert MSI to C++
|
2019-01-08 09:22:52 -05:00 |
|