Martijn Laan
|
035e940148
Cleanup ISPP period adding in errors.
|
1 месяц назад |
Martijn Laan
|
c5a34435a9
Fix remaining ISPP warnings. Again assumes some counts will never be larger than MaxInt.
|
1 месяц назад |
Martijn Laan
|
a91473a7d3
Fix a few ISPP warnings + a bit of formatting cleanup.
|
1 месяц назад |
Martijn Laan
|
c56b11a706
Fix ISPP 64-bit compilation: it used a TStack with elements of type Pointer which was then used to stuff in elements of 2 other types with size <= SizeOf(Pointer): TConditionalBlockInfo and TPreprocessor. Especially the former is an issue because it's a record. And casting a record directly to or from a Pointer is not something Delphi likes. Fix/clean this by using generic T type instead of Pointer for TStack.
|
1 месяц назад |
Martijn Laan
|
a4bbfc564e
Clarify a few TPreprocessorCommand names, to better match the PreprocCommands string array. For example, change pcGlue, which is #insert, to pcInsert.
|
1 месяц назад |
Martijn Laan
|
a566b20e61
Cleanup: use PathFunc.
|
2 месяцев назад |
Martijn Laan
|
95c2ce560e
More cleanup.
|
4 месяцев назад |
Martijn Laan
|
0f01ba70bd
Fix 64-bit issue + add check for TConditionalBlockInfo size.
|
4 месяцев назад |
Martijn Laan
|
79f6abac06
Cleanup / clarify.
|
4 месяцев назад |
Martijn Laan
|
5220dad995
Fix final ISPP warnings and update project/build.
|
4 месяцев назад |
Martijn Laan
|
8d00080b8d
More ISPP warning fixes.
|
4 месяцев назад |
Martijn Laan
|
1500ac811a
ISPP: 'Rename' __FILE__ to __FILENAME__ and add __DIR__.
|
8 месяцев назад |
Martijn Laan
|
6db7a31745
Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code.
|
1 год назад |