]> Devoid-pointer.net GitWeb - Nine-Q.git/commit
- Add preliminary implementation of Solubility Suite
authorMichal Malý <madcatxster@devoid-pointer.net>
Mon, 24 Nov 2014 13:54:03 +0000 (14:54 +0100)
committerMichal Malý <madcatxster@devoid-pointer.net>
Mon, 24 Nov 2014 13:54:03 +0000 (14:54 +0100)
commit3eb3d198618786cb51a2460b7c4acd9cf96e9b30
tree0aedde3700717a3d38331fbcf969db681bae4d7b
parent1a1f2718a53ece24dee35c0ad51c75060c43bbb9
- Add preliminary implementation of Solubility Suite
- Introduce Auto_Lock (similar to C++11 std::lock_guard)
21 files changed:
bin/templates/face_index.html
bin/templates/face_solubility_c_f_ks_diff.html [new file with mode: 0644]
bin/templates/face_solubility_c_f_ks_shared.html [new file with mode: 0644]
bin/templates/face_solubility_ks_f_g_v.html [new file with mode: 0644]
bin/templates/face_solubility_params.html [new file with mode: 0644]
bin/templates/face_solubility_submit.html [new file with mode: 0644]
bin/templates/face_solubility_v_f_g_ks.html [new file with mode: 0644]
src/face_generators/face_generator.adb
src/face_generators/face_generator.ads
src/formatting_helpers.adb
src/formatting_helpers.ads
src/global_types.adb
src/global_types.ads
src/handlers/handler_start.adb
src/problem_generators/problem_generator-acidobazic_suite.adb
src/problem_generators/problem_generator-solubility_suite.adb [new file with mode: 0644]
src/problem_generators/problem_generator.adb
src/problem_generators/problem_generator.ads
src/problem_generators/problem_generator_syswides.ads
src/problem_manager.adb
src/problem_manager.ads