Vegard Kippe
|
76667d613b
|
Introduce struct to reduce number of constructor params
|
2025-01-15 13:34:05 +01:00 |
|
Vegard Kippe
|
495831c090
|
Separate keyword validation for fully supported keywords
|
2025-01-13 13:31:09 +01:00 |
|
Arne Morten Kvarving
|
8197b6083a
|
ValidationFunctions: some cleanup
- introduce a type alias for the std::function type
- make implementation of specialValidations() private
- make validateBRINE private
|
2024-11-12 16:20:32 +01:00 |
|
Arne Morten Kvarving
|
5d54d36dc4
|
add missing include
in particular fixes build with gcc14
|
2024-05-13 15:05:47 +02:00 |
|
Arne Morten Kvarving
|
92fa9577da
|
consistently use std::size_t
|
2023-08-15 09:32:10 +02:00 |
|
Atgeirr Flø Rasmussen
|
04d2b8f39d
|
Make KeywordValidation::validateDeck() more flexible.
Adding a bool argument 'treat_critical_as_noncritical' to possibly
reduce terminating errors to warnings.
|
2023-04-25 10:44:59 +02:00 |
|
Atgeirr Flø Rasmussen
|
77d151e0b5
|
Refactor get_error_report() for more flexibility.
|
2023-04-25 10:33:20 +02:00 |
|
Atgeirr Flø Rasmussen
|
d1bfd48b6e
|
Add missing include for unordered_map.
|
2021-09-09 12:17:54 +02:00 |
|
Joakim Hove
|
060eac4999
|
Add basic functionality for validating special case keywords
|
2021-08-24 13:50:40 +02:00 |
|
Peter Verveer
|
fd753e20c4
|
Add keyword validation using a predicate function
|
2021-06-14 18:10:36 +02:00 |
|
Peter Verveer
|
ad0b62ab1c
|
Simplify the message for keywords with only a single record
|
2021-05-14 15:12:12 +02:00 |
|
Arne Morten Kvarving
|
306593af3b
|
changed: put unsupported keywords in separate compile unit
avoid triggering full simulator rebuilds when updating
this list
|
2021-05-12 14:29:33 +02:00 |
|
Arne Morten Kvarving
|
bbfda699d3
|
KeywordValidation: use forwarding
|
2021-04-29 12:46:49 +02:00 |
|
Peter Verveer
|
1640c4afcf
|
Implement a new keyword validator
|
2021-04-12 16:47:02 +02:00 |
|