solidity/test/yulPhaser
Kamil Śliwak 9a7c364c71 Process input files in Standard JSON mode just like in other modes
- This makes `-` for stdin work.
- `--ignore-missing` now works with `--standard-json`, though it's not very useful because there can be at most one input file.
- Separate errors for situations where there are no input files on the command line (this can be detected in the parser) and where they are not present on disk.
2021-07-27 15:54:32 +02:00
..
AlgorithmRunner.cpp TemporaryDirectory: Expose boost::filesystem::path in class interface 2021-05-12 18:08:17 +02:00
Chromosome.cpp Tests for FunctionSpecializer 2021-03-29 11:02:18 +02:00
Common.cpp TemporaryDirectory: Expose boost::filesystem::path in class interface 2021-05-12 18:08:17 +02:00
FitnessMetrics.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
GeneticAlgorithms.cpp Revert "[yul-phaser] Temporarily disable very slow tests for the classic algorithm" 2020-09-11 22:05:56 +02:00
Mutations.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
PairSelections.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
Phaser.cpp TemporaryDirectory: Expose boost::filesystem::path in class interface 2021-05-12 18:08:17 +02:00
Population.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
Program.cpp Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
ProgramCache.cpp [yul-phaser] Chromosome: Add stepsToGenes() and genesToSteps() 2020-09-11 22:05:56 +02:00
Selections.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
SimulationRNG.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
TestHelpers.cpp Extract TemporaryDirectory test helper from yulPhaser's tests into a more general location 2021-05-12 17:16:29 +02:00
TestHelpers.h Process input files in Standard JSON mode just like in other modes 2021-07-27 15:54:32 +02:00
TestHelpersTest.cpp Extract TemporaryDirectory test helper from yulPhaser's tests into a more general location 2021-05-12 17:16:29 +02:00