├── .gitignore ├── .gitmodules ├── README.md ├── drafting ├── MockingFrameworksConsideredHarmful.pdf ├── MockingFrameworksConsideredHarmful.tex ├── N2621.html ├── N2829.html ├── Nxxxx_smart_pointers_landscape.pdf ├── Nxxxx_smart_pointers_landscape.tex ├── P2968Rx_ignore.md ├── README.md ├── accepted_or_obsolete │ ├── D3188_revision_of_N3113.html │ ├── D3188_with_resurrected_launch-any-policy.html │ ├── D3189_revision_of_n3122.html │ ├── D3269.html │ ├── D3468_revision_of_N3402_UDLsuffixes.pdf │ ├── D3468_revision_of_N3402_UDLsuffixes.tex │ ├── LWG1364_resolved.txt │ ├── LWG1368_resolution.html │ ├── LWG1369_new_resolution.txt │ ├── N3189.html │ ├── N3402_UDLsuffixes.pdf │ ├── N3402_UDLsuffixes.tex │ ├── N3468.pdf │ ├── N3468.tex │ ├── N3531.pdf │ ├── N3531.tex │ ├── N3642.pdf │ ├── N3642.tex │ ├── N3660.pdf │ ├── N3660.tex │ ├── N3779-complex_literals.pdf │ ├── N3779-complex_literals.tex │ ├── N3802-apply_tuple.pdf │ ├── N3802-apply_tuple.tex │ ├── N3829-apply_tupleV2.pdf │ ├── N3829-apply_tupleV2.tex │ ├── N3830_scoped_resource.pdf │ ├── N3830_scoped_resource.tex │ ├── N3915-apply_tupleV3.pdf │ ├── N3915-apply_tupleV3.tex │ ├── N3949_scope_guard_unique_resource_v3.pdf │ ├── N3949_scope_guard_unique_resource_v3.tex │ ├── N4069.html │ ├── N4187.html │ ├── N4189_scope_exit_unique_resource_v4.pdf │ ├── N4189_scope_exit_unique_resource_v4.tex │ ├── P2264R7-assert.md │ ├── p0053r3_pablo_osyncstream.html │ ├── p0053r5_osyncstream (original).pdf │ ├── p0053r6_osyncstream (1)_commentsABQ.pdf │ ├── p0053r7_osyncstream.pdf │ ├── p0053r7_osyncstream.tex │ ├── p0616r0_move_for_accumulators.pdf │ └── p0616r0_move_for_accumulators.tex ├── cleanlatex.sh ├── cpppapers.bib ├── d1906r0_assignmentopslie.pdf ├── d1906r0_assignmentopslie.tex ├── dXXXXr0_SafeAndSaneCplusplusClasses.pdf ├── dXXXXr0_SafeAndSaneCplusplusClasses.tex ├── html_contents ├── html_outline ├── layout.tex ├── macros.tex ├── nodiscard_for_the_standard_library.md ├── other │ ├── ReSYCLatorSchemaSimple.png │ ├── ReSYCLatorSchemaSimpleAbstractTool.png │ ├── ResultSchemaSimple.png │ ├── SimpleArchitectureCRITTER.png │ ├── SimpleArchitectureNsight.png │ ├── articleStauber.bib │ ├── articleStauber_DHCCPP19.pdf │ ├── articleStauber_DHCCPP19.tex │ ├── comment.cut │ ├── cuda-main-a.cpp │ ├── cuda-main.cpp │ ├── cuda-matrix-call.cpp │ ├── cudadecl.cpp │ ├── cudamatrixMultiplication.cu │ ├── cudamult.cpp │ ├── custom_commands.tex │ ├── invoke-example.cpp │ ├── sycl-main-a.cpp │ ├── sycl-main-init.cpp │ ├── sycl-matrix-main.cpp │ ├── sycl-submit.cpp │ ├── sycldecl1.cpp │ ├── sycldecl2.cpp │ ├── syclmatrixMultiplication.cpp │ └── syclmult.cpp ├── p0052r10_scope_exit_unique_resource.pdf ├── p0052r10_scope_exit_unique_resource.tex ├── p0407r2_allocator_stringbuf.pdf ├── p0407r2_allocator_stringbuf.tex ├── p0408r7_stringview_stringbuf.pdf ├── p0408r7_stringview_stringbuf.tex ├── p0448r4_spanstreams.pdf ├── p0448r4_spanstreams.tex ├── p0647r1_scale_for_ratio.pdf ├── p0647r1_scale_for_ratio.tex ├── p0753r2_osyncstream_manipulators.pdf ├── p0753r2_osyncstream_manipulators.tex ├── p0984R0_APRIL_FOOL.pdf ├── p0984R0_APRIL_FOOL.tex ├── p1410r0_remove_strstream.pdf ├── p1410r0_remove_strstream.tex ├── p1411r0_reconsider_p0052.tex ├── p1412r0_User_defined_special_members_for_safety.pdf ├── p1412r0_User_defined_special_members_for_safety.tex ├── p1771r1_nodiscard_for_constructors.pdf ├── p1771r1_nodiscard_for_constructors.tex ├── pXXXXr0_towards_std_units.pdf ├── pXXXXr0_towards_std_units.tex ├── rejected │ ├── N3974_polymorphic_deleter.pdf │ ├── N3974_polymorphic_deleter.tex │ ├── p0506r2_stringview_parameters.pdf │ └── p0506r2_stringview_parameters.tex ├── styles.tex └── tables.tex ├── presentations ├── P2264-presentation.md ├── Pres3974.pdf ├── generated.md ├── include.awk ├── isocpp.xml ├── reveal.js ├── sommerlad2019_special_member_functions.key ├── sommerlad2019_special_member_functions.pdf └── toreveal.sh └── workspace ├── AprilFool2018 ├── .cproject ├── .project ├── AprilFool2018.xml ├── LICENSE.txt ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── ide_listener.h │ ├── ostream_listener.h │ └── xml_listener.h └── src │ ├── Test.cpp │ └── april_fool.h ├── ES.46.checker_test ├── .cproject ├── .project └── src │ └── ES.46.checker_test.cpp ├── Operators ├── .cproject ├── .project ├── Operators.xml ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── gpl.txt │ ├── ide_listener.h │ ├── lgpl.txt │ ├── ostream_listener.h │ └── xml_listener.h └── src │ └── Test.cpp ├── P0052_scope_exit ├── .cproject ├── .project ├── P0052_scope_exit.xml ├── README.md ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── ide_listener.h │ ├── ostream_listener.h │ ├── tap_listener.h │ └── xml_listener.h ├── demo_hello.txt └── src │ ├── Test.cpp │ ├── _scope_guard_common.h │ ├── license.txt │ ├── scope_exit.h │ └── unique_resource.h ├── Psst ├── .cproject ├── .project ├── Psst.xml ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── ide_listener.h │ ├── ostream_listener.h │ └── xml_listener.h └── src │ ├── Test.cpp │ └── psst.h ├── SaneAndSafeExamples ├── .cproject ├── .project ├── SaneAndSafeExamples.xml ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── ide_listener.h │ ├── ostream_listener.h │ ├── tap_listener.h │ └── xml_listener.h └── src │ └── Test.cpp ├── Test_basic_osyncstream ├── .cproject ├── .project ├── .suppressed ├── README.md ├── Test_basic_osyncstream.xml ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_listener.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── gpl.txt │ ├── ide_listener.h │ ├── lgpl.txt │ ├── ostream_listener.h │ └── xml_listener.h └── src │ ├── Test.cpp │ ├── globalstreambuflocks.cpp │ ├── globalstreambuflocks.h │ └── syncstream.h ├── Test_basic_spanbuf ├── .cproject ├── .project ├── Test_basic_spanbuf.xml ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── gpl.txt │ ├── ide_listener.h │ ├── lgpl.txt │ ├── ostream_listener.h │ └── xml_listener.h └── src │ ├── TestSpanstreams.cpp │ ├── span.h │ ├── spanstream.cpp │ └── spanstream.h ├── Test_basic_stringbuf_efficient ├── .cproject ├── .gitignore ├── .project ├── Test_basic_stringbuf_efficient.xml ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── ide_listener.h │ ├── ostream_listener.h │ └── xml_listener.h ├── ori_for_diff │ ├── basic_string.h │ ├── sstream.ori │ └── string └── src │ ├── FixedAllocator.h │ ├── Testp0407-p0408-efficientStringstreams.cpp │ ├── basic_string.h │ ├── basic_string.h.urg │ ├── bits │ └── sstream.tcc │ ├── sstream │ ├── string │ └── string.urg ├── Test_clang_p0407_p0408 ├── .cproject ├── .project ├── Test_clang_p0407_p0408.xml ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── ide_listener.h │ ├── ostream_listener.h │ └── xml_listener.h ├── ori_for_diff │ ├── sstream.ori.h │ └── string.ori.h └── src │ ├── FixedAllocator.h │ ├── Test_clang_p0407-p0408-efficientStringstreams.cpp │ ├── sstream │ └── string ├── UnitsTest ├── .cproject ├── .project ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── gpl.txt │ ├── ide_listener.h │ ├── lgpl.txt │ ├── ostream_listener.h │ └── xml_listener.h ├── include │ ├── chrono.h │ ├── ratio.h │ └── units.h └── src │ ├── CompileTimeArithmetic.cpp │ ├── CompileTimeArithmetic.h │ ├── Constexpr.cpp │ ├── Constexpr.h │ ├── Test.cpp │ ├── TypeTraits.cpp │ ├── TypeTraits.h │ ├── UnitContainer.cpp │ ├── UnitContainer.h │ ├── UnitConversion.cpp │ ├── UnitConversion.h │ ├── UnitManipulators.cpp │ ├── UnitManipulators.h │ ├── UnitMath.cpp │ ├── UnitMath.h │ └── common_for_tests.h ├── accuscc113 ├── .cproject ├── .project ├── feedback.txt └── src │ └── accuscc113.cpp ├── accuscc113_correct ├── .cproject ├── .project ├── accuscc113_correct.xml ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── ide_listener.h │ ├── ostream_listener.h │ ├── tap_listener.h │ └── xml_listener.h └── src │ └── Test.cpp ├── antelope_book_strings ├── .cproject ├── .gitignore ├── .project ├── gettimeofday.h ├── stopwatch.h ├── stopwatch11.cpp ├── stopwatch11.h ├── strings.cpp ├── strings.h ├── test_driver.cpp └── test_driver.h ├── antelope_timing_tests ├── .cproject ├── .gitignore ├── .project ├── antelope_timing_tests.xml ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── gpl.txt │ ├── ide_listener.h │ ├── lgpl.txt │ ├── ostream_listener.h │ └── xml_listener.h └── src │ ├── Test.cpp │ ├── string_functions.cpp │ └── string_functions.h ├── p0053_basic_osyncstreambuf ├── .cproject ├── .project ├── .suppressed ├── README.md ├── Test_basic_osyncstream.xml ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_listener.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── gpl.txt │ ├── ide_listener.h │ ├── lgpl.txt │ ├── ostream_listener.h │ └── xml_listener.h ├── p0053_basic_osyncstreambuf.xml └── src │ ├── Test.cpp │ ├── globalstreambuflocks.cpp │ ├── globalstreambuflocks.h │ └── syncstream.h ├── p0448 ├── .cproject ├── .project ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── gpl.txt │ ├── ide_listener.h │ ├── lgpl.txt │ ├── ostream_listener.h │ └── xml_listener.h ├── p0448.xml └── src │ ├── TestSpanstreams.cpp │ ├── span.h │ ├── spanstream.cpp │ └── spanstream.h ├── p0506_string_view_params_stdlib ├── .cproject ├── .project ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── gpl.txt │ ├── ide_listener.h │ ├── lgpl.txt │ ├── ostream_listener.h │ └── xml_listener.h ├── p0506_string_view_params_stdlib.xml └── src │ ├── Test.cpp │ └── bitset.h ├── p0616_perf ├── .cproject ├── .gitignore ├── .project └── src │ └── p0616_perf.cpp ├── p1906_examples ├── .cproject ├── .project └── src │ ├── cexample.c │ ├── memberbinding.cpp │ └── p1906_examples.cpp ├── p2264_test_for_assert_dotdotdot_on_my_machine ├── .cproject ├── .project └── src │ ├── P2264_test_for_assert_dotdotdot_WG14.c │ ├── P2264_test_for_assert_dotdotdot_on_my_machine.cpp │ ├── cassert_gcc │ ├── system_assert_h_BSD.h │ └── system_assert_original.h ├── ratio_quotient ├── .cproject ├── .project ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── gpl.txt │ ├── ide_listener.h │ ├── lgpl.txt │ ├── ostream_listener.h │ └── xml_listener.h ├── ratio_quotient.xml └── src │ ├── Test.cpp │ ├── ratio.h │ ├── ratio_clang.h │ └── ratio_gcc.h ├── reverseAdapter ├── .cproject ├── .project ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── ide_listener.h │ ├── ostream_listener.h │ ├── tap_listener.h │ └── xml_listener.h ├── reverseAdapter.xml └── src │ ├── Test.cpp │ └── reverse.h ├── size_type_signed ├── .cproject ├── .project └── src │ └── size_type_signed.cpp ├── test_for_indexer_crash_wiht_gcc701_header ├── .cproject ├── .project ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── gpl.txt │ ├── ide_listener.h │ ├── lgpl.txt │ ├── ostream_listener.h │ └── xml_listener.h └── src │ └── Test.cpp ├── test_moveability ├── .cproject ├── .project ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── gpl.txt │ ├── ide_listener.h │ ├── lgpl.txt │ ├── ostream_listener.h │ └── xml_listener.h ├── src │ ├── Test.cpp │ └── fobar.cpp └── test_moveability.xml ├── testfornpe ├── .cproject ├── .project ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── gpl.txt │ ├── ide_listener.h │ ├── lgpl.txt │ ├── ostream_listener.h │ └── xml_listener.h └── src │ └── Test.cpp ├── teststruct_class_forward ├── .cproject ├── .project ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── ide_listener.h │ ├── ostream_listener.h │ └── xml_listener.h └── src │ └── Test.cpp ├── testunits_for_indexer_check ├── .cproject ├── .project ├── cute │ ├── cute.h │ ├── cute_base.h │ ├── cute_counting_listener.h │ ├── cute_data_driven.h │ ├── cute_demangle.h │ ├── cute_deprecated.h │ ├── cute_determine_library.h │ ├── cute_determine_traits.h │ ├── cute_determine_version.h │ ├── cute_diff_values.h │ ├── cute_equals.h │ ├── cute_integer_sequence.h │ ├── cute_listener.h │ ├── cute_range.h │ ├── cute_relops.h │ ├── cute_repeated_test.h │ ├── cute_runner.h │ ├── cute_suite.h │ ├── cute_suite_test.h │ ├── cute_test.h │ ├── cute_test_incarnate.h │ ├── cute_testmember.h │ ├── cute_throws.h │ ├── cute_to_string.h │ ├── cute_version.h │ ├── cute_xml_file.h │ ├── gpl.txt │ ├── ide_listener.h │ ├── lgpl.txt │ ├── ostream_listener.h │ └── xml_listener.h └── src │ ├── Test.cpp │ └── units.h └── ttttttttt ├── .cproject ├── .project ├── bla.cpp └── cute ├── cute.h ├── cute_base.h ├── cute_counting_listener.h ├── cute_data_driven.h ├── cute_demangle.h ├── cute_deprecated.h ├── cute_determine_library.h ├── cute_determine_traits.h ├── cute_determine_version.h ├── cute_diff_values.h ├── cute_equals.h ├── cute_integer_sequence.h ├── cute_listener.h ├── cute_range.h ├── cute_relops.h ├── cute_repeated_test.h ├── cute_runner.h ├── cute_suite.h ├── cute_suite_test.h ├── cute_test.h ├── cute_test_incarnate.h ├── cute_testmember.h ├── cute_throws.h ├── cute_to_string.h ├── cute_version.h ├── cute_xml_file.h ├── gpl.txt ├── ide_listener.h ├── lgpl.txt ├── ostream_listener.h └── xml_listener.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/README.md -------------------------------------------------------------------------------- /drafting/MockingFrameworksConsideredHarmful.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/MockingFrameworksConsideredHarmful.pdf -------------------------------------------------------------------------------- /drafting/MockingFrameworksConsideredHarmful.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/MockingFrameworksConsideredHarmful.tex -------------------------------------------------------------------------------- /drafting/N2621.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/N2621.html -------------------------------------------------------------------------------- /drafting/N2829.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/N2829.html -------------------------------------------------------------------------------- /drafting/Nxxxx_smart_pointers_landscape.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/Nxxxx_smart_pointers_landscape.pdf -------------------------------------------------------------------------------- /drafting/Nxxxx_smart_pointers_landscape.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/Nxxxx_smart_pointers_landscape.tex -------------------------------------------------------------------------------- /drafting/P2968Rx_ignore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/P2968Rx_ignore.md -------------------------------------------------------------------------------- /drafting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/README.md -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/D3269.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/D3269.html -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/LWG1364_resolved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/LWG1364_resolved.txt -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/LWG1368_resolution.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/LWG1368_resolution.html -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/LWG1369_new_resolution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/LWG1369_new_resolution.txt -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3189.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3189.html -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3402_UDLsuffixes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3402_UDLsuffixes.pdf -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3402_UDLsuffixes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3402_UDLsuffixes.tex -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3468.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3468.pdf -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3468.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3468.tex -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3531.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3531.pdf -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3531.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3531.tex -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3642.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3642.pdf -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3642.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3642.tex -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3660.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3660.pdf -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3660.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3660.tex -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3779-complex_literals.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3779-complex_literals.pdf -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3779-complex_literals.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3779-complex_literals.tex -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3802-apply_tuple.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3802-apply_tuple.pdf -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3802-apply_tuple.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3802-apply_tuple.tex -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3829-apply_tupleV2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3829-apply_tupleV2.pdf -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3829-apply_tupleV2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3829-apply_tupleV2.tex -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3830_scoped_resource.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3830_scoped_resource.pdf -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3830_scoped_resource.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3830_scoped_resource.tex -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3915-apply_tupleV3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3915-apply_tupleV3.pdf -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N3915-apply_tupleV3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N3915-apply_tupleV3.tex -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N4069.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N4069.html -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/N4187.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/N4187.html -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/P2264R7-assert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/P2264R7-assert.md -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/p0053r7_osyncstream.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/p0053r7_osyncstream.pdf -------------------------------------------------------------------------------- /drafting/accepted_or_obsolete/p0053r7_osyncstream.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/accepted_or_obsolete/p0053r7_osyncstream.tex -------------------------------------------------------------------------------- /drafting/cleanlatex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/cleanlatex.sh -------------------------------------------------------------------------------- /drafting/cpppapers.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/cpppapers.bib -------------------------------------------------------------------------------- /drafting/d1906r0_assignmentopslie.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/d1906r0_assignmentopslie.pdf -------------------------------------------------------------------------------- /drafting/d1906r0_assignmentopslie.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/d1906r0_assignmentopslie.tex -------------------------------------------------------------------------------- /drafting/dXXXXr0_SafeAndSaneCplusplusClasses.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/dXXXXr0_SafeAndSaneCplusplusClasses.pdf -------------------------------------------------------------------------------- /drafting/dXXXXr0_SafeAndSaneCplusplusClasses.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/dXXXXr0_SafeAndSaneCplusplusClasses.tex -------------------------------------------------------------------------------- /drafting/html_contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/html_contents -------------------------------------------------------------------------------- /drafting/html_outline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/html_outline -------------------------------------------------------------------------------- /drafting/layout.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/layout.tex -------------------------------------------------------------------------------- /drafting/macros.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/macros.tex -------------------------------------------------------------------------------- /drafting/nodiscard_for_the_standard_library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/nodiscard_for_the_standard_library.md -------------------------------------------------------------------------------- /drafting/other/ReSYCLatorSchemaSimple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/ReSYCLatorSchemaSimple.png -------------------------------------------------------------------------------- /drafting/other/ReSYCLatorSchemaSimpleAbstractTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/ReSYCLatorSchemaSimpleAbstractTool.png -------------------------------------------------------------------------------- /drafting/other/ResultSchemaSimple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/ResultSchemaSimple.png -------------------------------------------------------------------------------- /drafting/other/SimpleArchitectureCRITTER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/SimpleArchitectureCRITTER.png -------------------------------------------------------------------------------- /drafting/other/SimpleArchitectureNsight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/SimpleArchitectureNsight.png -------------------------------------------------------------------------------- /drafting/other/articleStauber.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/articleStauber.bib -------------------------------------------------------------------------------- /drafting/other/articleStauber_DHCCPP19.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/articleStauber_DHCCPP19.pdf -------------------------------------------------------------------------------- /drafting/other/articleStauber_DHCCPP19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/articleStauber_DHCCPP19.tex -------------------------------------------------------------------------------- /drafting/other/comment.cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/comment.cut -------------------------------------------------------------------------------- /drafting/other/cuda-main-a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/cuda-main-a.cpp -------------------------------------------------------------------------------- /drafting/other/cuda-main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/cuda-main.cpp -------------------------------------------------------------------------------- /drafting/other/cuda-matrix-call.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/cuda-matrix-call.cpp -------------------------------------------------------------------------------- /drafting/other/cudadecl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/cudadecl.cpp -------------------------------------------------------------------------------- /drafting/other/cudamatrixMultiplication.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/cudamatrixMultiplication.cu -------------------------------------------------------------------------------- /drafting/other/cudamult.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/cudamult.cpp -------------------------------------------------------------------------------- /drafting/other/custom_commands.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/custom_commands.tex -------------------------------------------------------------------------------- /drafting/other/invoke-example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/invoke-example.cpp -------------------------------------------------------------------------------- /drafting/other/sycl-main-a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/sycl-main-a.cpp -------------------------------------------------------------------------------- /drafting/other/sycl-main-init.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/sycl-main-init.cpp -------------------------------------------------------------------------------- /drafting/other/sycl-matrix-main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/sycl-matrix-main.cpp -------------------------------------------------------------------------------- /drafting/other/sycl-submit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/sycl-submit.cpp -------------------------------------------------------------------------------- /drafting/other/sycldecl1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/sycldecl1.cpp -------------------------------------------------------------------------------- /drafting/other/sycldecl2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/sycldecl2.cpp -------------------------------------------------------------------------------- /drafting/other/syclmatrixMultiplication.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/syclmatrixMultiplication.cpp -------------------------------------------------------------------------------- /drafting/other/syclmult.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/other/syclmult.cpp -------------------------------------------------------------------------------- /drafting/p0052r10_scope_exit_unique_resource.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0052r10_scope_exit_unique_resource.pdf -------------------------------------------------------------------------------- /drafting/p0052r10_scope_exit_unique_resource.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0052r10_scope_exit_unique_resource.tex -------------------------------------------------------------------------------- /drafting/p0407r2_allocator_stringbuf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0407r2_allocator_stringbuf.pdf -------------------------------------------------------------------------------- /drafting/p0407r2_allocator_stringbuf.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0407r2_allocator_stringbuf.tex -------------------------------------------------------------------------------- /drafting/p0408r7_stringview_stringbuf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0408r7_stringview_stringbuf.pdf -------------------------------------------------------------------------------- /drafting/p0408r7_stringview_stringbuf.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0408r7_stringview_stringbuf.tex -------------------------------------------------------------------------------- /drafting/p0448r4_spanstreams.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0448r4_spanstreams.pdf -------------------------------------------------------------------------------- /drafting/p0448r4_spanstreams.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0448r4_spanstreams.tex -------------------------------------------------------------------------------- /drafting/p0647r1_scale_for_ratio.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0647r1_scale_for_ratio.pdf -------------------------------------------------------------------------------- /drafting/p0647r1_scale_for_ratio.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0647r1_scale_for_ratio.tex -------------------------------------------------------------------------------- /drafting/p0753r2_osyncstream_manipulators.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0753r2_osyncstream_manipulators.pdf -------------------------------------------------------------------------------- /drafting/p0753r2_osyncstream_manipulators.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0753r2_osyncstream_manipulators.tex -------------------------------------------------------------------------------- /drafting/p0984R0_APRIL_FOOL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0984R0_APRIL_FOOL.pdf -------------------------------------------------------------------------------- /drafting/p0984R0_APRIL_FOOL.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p0984R0_APRIL_FOOL.tex -------------------------------------------------------------------------------- /drafting/p1410r0_remove_strstream.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p1410r0_remove_strstream.pdf -------------------------------------------------------------------------------- /drafting/p1410r0_remove_strstream.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p1410r0_remove_strstream.tex -------------------------------------------------------------------------------- /drafting/p1411r0_reconsider_p0052.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p1411r0_reconsider_p0052.tex -------------------------------------------------------------------------------- /drafting/p1771r1_nodiscard_for_constructors.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p1771r1_nodiscard_for_constructors.pdf -------------------------------------------------------------------------------- /drafting/p1771r1_nodiscard_for_constructors.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/p1771r1_nodiscard_for_constructors.tex -------------------------------------------------------------------------------- /drafting/pXXXXr0_towards_std_units.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/pXXXXr0_towards_std_units.pdf -------------------------------------------------------------------------------- /drafting/pXXXXr0_towards_std_units.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/pXXXXr0_towards_std_units.tex -------------------------------------------------------------------------------- /drafting/rejected/N3974_polymorphic_deleter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/rejected/N3974_polymorphic_deleter.pdf -------------------------------------------------------------------------------- /drafting/rejected/N3974_polymorphic_deleter.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/rejected/N3974_polymorphic_deleter.tex -------------------------------------------------------------------------------- /drafting/rejected/p0506r2_stringview_parameters.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/rejected/p0506r2_stringview_parameters.pdf -------------------------------------------------------------------------------- /drafting/rejected/p0506r2_stringview_parameters.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/drafting/rejected/p0506r2_stringview_parameters.tex -------------------------------------------------------------------------------- /drafting/styles.tex: -------------------------------------------------------------------------------- 1 | ../../draft/source/styles.tex -------------------------------------------------------------------------------- /drafting/tables.tex: -------------------------------------------------------------------------------- 1 | ../../draft/source/tables.tex -------------------------------------------------------------------------------- /presentations/P2264-presentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/presentations/P2264-presentation.md -------------------------------------------------------------------------------- /presentations/Pres3974.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/presentations/Pres3974.pdf -------------------------------------------------------------------------------- /presentations/generated.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/presentations/generated.md -------------------------------------------------------------------------------- /presentations/include.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/presentations/include.awk -------------------------------------------------------------------------------- /presentations/isocpp.xml: -------------------------------------------------------------------------------- 1 | ../../../talks/Firmenkurse/CPPIntro/isocpp.xml -------------------------------------------------------------------------------- /presentations/reveal.js: -------------------------------------------------------------------------------- 1 | ../../../talks/reveal.js/ -------------------------------------------------------------------------------- /presentations/sommerlad2019_special_member_functions.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/presentations/sommerlad2019_special_member_functions.key -------------------------------------------------------------------------------- /presentations/sommerlad2019_special_member_functions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/presentations/sommerlad2019_special_member_functions.pdf -------------------------------------------------------------------------------- /presentations/toreveal.sh: -------------------------------------------------------------------------------- 1 | ../../../talks/Firmenkurse/CPPIntro/toreveal.sh -------------------------------------------------------------------------------- /workspace/AprilFool2018/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/.cproject -------------------------------------------------------------------------------- /workspace/AprilFool2018/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/.project -------------------------------------------------------------------------------- /workspace/AprilFool2018/AprilFool2018.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/AprilFool2018.xml -------------------------------------------------------------------------------- /workspace/AprilFool2018/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/LICENSE.txt -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_counting_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_counting_listener.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_determine_library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_determine_library.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_determine_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_determine_traits.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_determine_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_determine_version.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_integer_sequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_integer_sequence.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/AprilFool2018/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/src/Test.cpp -------------------------------------------------------------------------------- /workspace/AprilFool2018/src/april_fool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/AprilFool2018/src/april_fool.h -------------------------------------------------------------------------------- /workspace/ES.46.checker_test/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ES.46.checker_test/.cproject -------------------------------------------------------------------------------- /workspace/ES.46.checker_test/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ES.46.checker_test/.project -------------------------------------------------------------------------------- /workspace/ES.46.checker_test/src/ES.46.checker_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ES.46.checker_test/src/ES.46.checker_test.cpp -------------------------------------------------------------------------------- /workspace/Operators/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/.cproject -------------------------------------------------------------------------------- /workspace/Operators/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/.project -------------------------------------------------------------------------------- /workspace/Operators/Operators.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/Operators.xml -------------------------------------------------------------------------------- /workspace/Operators/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_counting_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_counting_listener.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_determine_library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_determine_library.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_determine_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_determine_traits.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_determine_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_determine_version.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_integer_sequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_integer_sequence.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/Operators/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/Operators/cute/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/gpl.txt -------------------------------------------------------------------------------- /workspace/Operators/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/Operators/cute/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/lgpl.txt -------------------------------------------------------------------------------- /workspace/Operators/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/Operators/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/Operators/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Operators/src/Test.cpp -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/.cproject -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/.project -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/P0052_scope_exit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/P0052_scope_exit.xml -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/README.md -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_counting_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_counting_listener.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_determine_library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_determine_library.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_determine_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_determine_traits.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_determine_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_determine_version.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_integer_sequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_integer_sequence.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/tap_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/tap_listener.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/demo_hello.txt: -------------------------------------------------------------------------------- 1 | Hello world 2 | -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/src/Test.cpp -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/src/_scope_guard_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/src/_scope_guard_common.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/src/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/src/license.txt -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/src/scope_exit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/src/scope_exit.h -------------------------------------------------------------------------------- /workspace/P0052_scope_exit/src/unique_resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/P0052_scope_exit/src/unique_resource.h -------------------------------------------------------------------------------- /workspace/Psst/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/.cproject -------------------------------------------------------------------------------- /workspace/Psst/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/.project -------------------------------------------------------------------------------- /workspace/Psst/Psst.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/Psst.xml -------------------------------------------------------------------------------- /workspace/Psst/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_counting_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_counting_listener.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_determine_library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_determine_library.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_determine_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_determine_traits.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_determine_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_determine_version.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_integer_sequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_integer_sequence.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/Psst/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/Psst/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/Psst/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/Psst/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/Psst/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/src/Test.cpp -------------------------------------------------------------------------------- /workspace/Psst/src/psst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Psst/src/psst.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/.cproject -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/.project -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/SaneAndSafeExamples.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/SaneAndSafeExamples.xml -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/tap_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/tap_listener.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/SaneAndSafeExamples/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/SaneAndSafeExamples/src/Test.cpp -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/.cproject -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/.project -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/.suppressed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/README.md -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/gpl.txt -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/lgpl.txt -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/src/Test.cpp -------------------------------------------------------------------------------- /workspace/Test_basic_osyncstream/src/syncstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_osyncstream/src/syncstream.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/.cproject -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/.project -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/Test_basic_spanbuf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/Test_basic_spanbuf.xml -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/gpl.txt -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/lgpl.txt -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/src/TestSpanstreams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/src/TestSpanstreams.cpp -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/src/span.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/src/span.h -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/src/spanstream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/src/spanstream.cpp -------------------------------------------------------------------------------- /workspace/Test_basic_spanbuf/src/spanstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_spanbuf/src/spanstream.h -------------------------------------------------------------------------------- /workspace/Test_basic_stringbuf_efficient/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_stringbuf_efficient/.cproject -------------------------------------------------------------------------------- /workspace/Test_basic_stringbuf_efficient/.gitignore: -------------------------------------------------------------------------------- 1 | /Release/ 2 | -------------------------------------------------------------------------------- /workspace/Test_basic_stringbuf_efficient/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_stringbuf_efficient/.project -------------------------------------------------------------------------------- /workspace/Test_basic_stringbuf_efficient/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_stringbuf_efficient/cute/cute.h -------------------------------------------------------------------------------- /workspace/Test_basic_stringbuf_efficient/src/sstream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_stringbuf_efficient/src/sstream -------------------------------------------------------------------------------- /workspace/Test_basic_stringbuf_efficient/src/string: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_stringbuf_efficient/src/string -------------------------------------------------------------------------------- /workspace/Test_basic_stringbuf_efficient/src/string.urg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_basic_stringbuf_efficient/src/string.urg -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/.cproject -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/.project -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/src/FixedAllocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/src/FixedAllocator.h -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/src/sstream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/src/sstream -------------------------------------------------------------------------------- /workspace/Test_clang_p0407_p0408/src/string: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/Test_clang_p0407_p0408/src/string -------------------------------------------------------------------------------- /workspace/UnitsTest/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/.cproject -------------------------------------------------------------------------------- /workspace/UnitsTest/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/.project -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_counting_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_counting_listener.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_determine_library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_determine_library.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_determine_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_determine_traits.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_determine_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_determine_version.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_integer_sequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_integer_sequence.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/gpl.txt -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/lgpl.txt -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/UnitsTest/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/UnitsTest/include/chrono.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/include/chrono.h -------------------------------------------------------------------------------- /workspace/UnitsTest/include/ratio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/include/ratio.h -------------------------------------------------------------------------------- /workspace/UnitsTest/include/units.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/include/units.h -------------------------------------------------------------------------------- /workspace/UnitsTest/src/CompileTimeArithmetic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/CompileTimeArithmetic.cpp -------------------------------------------------------------------------------- /workspace/UnitsTest/src/CompileTimeArithmetic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/CompileTimeArithmetic.h -------------------------------------------------------------------------------- /workspace/UnitsTest/src/Constexpr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/Constexpr.cpp -------------------------------------------------------------------------------- /workspace/UnitsTest/src/Constexpr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/Constexpr.h -------------------------------------------------------------------------------- /workspace/UnitsTest/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/Test.cpp -------------------------------------------------------------------------------- /workspace/UnitsTest/src/TypeTraits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/TypeTraits.cpp -------------------------------------------------------------------------------- /workspace/UnitsTest/src/TypeTraits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/TypeTraits.h -------------------------------------------------------------------------------- /workspace/UnitsTest/src/UnitContainer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/UnitContainer.cpp -------------------------------------------------------------------------------- /workspace/UnitsTest/src/UnitContainer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/UnitContainer.h -------------------------------------------------------------------------------- /workspace/UnitsTest/src/UnitConversion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/UnitConversion.cpp -------------------------------------------------------------------------------- /workspace/UnitsTest/src/UnitConversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/UnitConversion.h -------------------------------------------------------------------------------- /workspace/UnitsTest/src/UnitManipulators.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/UnitManipulators.cpp -------------------------------------------------------------------------------- /workspace/UnitsTest/src/UnitManipulators.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/UnitManipulators.h -------------------------------------------------------------------------------- /workspace/UnitsTest/src/UnitMath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/UnitMath.cpp -------------------------------------------------------------------------------- /workspace/UnitsTest/src/UnitMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/UnitMath.h -------------------------------------------------------------------------------- /workspace/UnitsTest/src/common_for_tests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/UnitsTest/src/common_for_tests.h -------------------------------------------------------------------------------- /workspace/accuscc113/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113/.cproject -------------------------------------------------------------------------------- /workspace/accuscc113/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113/.project -------------------------------------------------------------------------------- /workspace/accuscc113/feedback.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113/feedback.txt -------------------------------------------------------------------------------- /workspace/accuscc113/src/accuscc113.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113/src/accuscc113.cpp -------------------------------------------------------------------------------- /workspace/accuscc113_correct/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/.cproject -------------------------------------------------------------------------------- /workspace/accuscc113_correct/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/.project -------------------------------------------------------------------------------- /workspace/accuscc113_correct/accuscc113_correct.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/accuscc113_correct.xml -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/tap_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/tap_listener.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/accuscc113_correct/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/accuscc113_correct/src/Test.cpp -------------------------------------------------------------------------------- /workspace/antelope_book_strings/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_book_strings/.cproject -------------------------------------------------------------------------------- /workspace/antelope_book_strings/.gitignore: -------------------------------------------------------------------------------- 1 | /Release/ 2 | -------------------------------------------------------------------------------- /workspace/antelope_book_strings/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_book_strings/.project -------------------------------------------------------------------------------- /workspace/antelope_book_strings/gettimeofday.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_book_strings/gettimeofday.h -------------------------------------------------------------------------------- /workspace/antelope_book_strings/stopwatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_book_strings/stopwatch.h -------------------------------------------------------------------------------- /workspace/antelope_book_strings/stopwatch11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_book_strings/stopwatch11.cpp -------------------------------------------------------------------------------- /workspace/antelope_book_strings/stopwatch11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_book_strings/stopwatch11.h -------------------------------------------------------------------------------- /workspace/antelope_book_strings/strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_book_strings/strings.cpp -------------------------------------------------------------------------------- /workspace/antelope_book_strings/strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_book_strings/strings.h -------------------------------------------------------------------------------- /workspace/antelope_book_strings/test_driver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_book_strings/test_driver.cpp -------------------------------------------------------------------------------- /workspace/antelope_book_strings/test_driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_book_strings/test_driver.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/.cproject -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/.gitignore: -------------------------------------------------------------------------------- 1 | /Release/ 2 | -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/.project -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/gpl.txt -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/lgpl.txt -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/src/Test.cpp -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/src/string_functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/src/string_functions.cpp -------------------------------------------------------------------------------- /workspace/antelope_timing_tests/src/string_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/antelope_timing_tests/src/string_functions.h -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/.cproject -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/.project -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/.suppressed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/README.md -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/cute/cute.h -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/cute/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/cute/gpl.txt -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/cute/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/cute/lgpl.txt -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/src/Test.cpp -------------------------------------------------------------------------------- /workspace/p0053_basic_osyncstreambuf/src/syncstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0053_basic_osyncstreambuf/src/syncstream.h -------------------------------------------------------------------------------- /workspace/p0448/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/.cproject -------------------------------------------------------------------------------- /workspace/p0448/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/.project -------------------------------------------------------------------------------- /workspace/p0448/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_counting_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_counting_listener.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_determine_library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_determine_library.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_determine_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_determine_traits.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_determine_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_determine_version.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_integer_sequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_integer_sequence.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/p0448/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/p0448/cute/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/gpl.txt -------------------------------------------------------------------------------- /workspace/p0448/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/p0448/cute/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/lgpl.txt -------------------------------------------------------------------------------- /workspace/p0448/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/p0448/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/p0448/p0448.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/p0448.xml -------------------------------------------------------------------------------- /workspace/p0448/src/TestSpanstreams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/src/TestSpanstreams.cpp -------------------------------------------------------------------------------- /workspace/p0448/src/span.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/src/span.h -------------------------------------------------------------------------------- /workspace/p0448/src/spanstream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/src/spanstream.cpp -------------------------------------------------------------------------------- /workspace/p0448/src/spanstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0448/src/spanstream.h -------------------------------------------------------------------------------- /workspace/p0506_string_view_params_stdlib/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0506_string_view_params_stdlib/.cproject -------------------------------------------------------------------------------- /workspace/p0506_string_view_params_stdlib/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0506_string_view_params_stdlib/.project -------------------------------------------------------------------------------- /workspace/p0506_string_view_params_stdlib/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0506_string_view_params_stdlib/cute/cute.h -------------------------------------------------------------------------------- /workspace/p0506_string_view_params_stdlib/cute/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0506_string_view_params_stdlib/cute/gpl.txt -------------------------------------------------------------------------------- /workspace/p0506_string_view_params_stdlib/cute/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0506_string_view_params_stdlib/cute/lgpl.txt -------------------------------------------------------------------------------- /workspace/p0506_string_view_params_stdlib/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0506_string_view_params_stdlib/src/Test.cpp -------------------------------------------------------------------------------- /workspace/p0506_string_view_params_stdlib/src/bitset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0506_string_view_params_stdlib/src/bitset.h -------------------------------------------------------------------------------- /workspace/p0616_perf/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0616_perf/.cproject -------------------------------------------------------------------------------- /workspace/p0616_perf/.gitignore: -------------------------------------------------------------------------------- 1 | /Release/ 2 | -------------------------------------------------------------------------------- /workspace/p0616_perf/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0616_perf/.project -------------------------------------------------------------------------------- /workspace/p0616_perf/src/p0616_perf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p0616_perf/src/p0616_perf.cpp -------------------------------------------------------------------------------- /workspace/p1906_examples/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p1906_examples/.cproject -------------------------------------------------------------------------------- /workspace/p1906_examples/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p1906_examples/.project -------------------------------------------------------------------------------- /workspace/p1906_examples/src/cexample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p1906_examples/src/cexample.c -------------------------------------------------------------------------------- /workspace/p1906_examples/src/memberbinding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p1906_examples/src/memberbinding.cpp -------------------------------------------------------------------------------- /workspace/p1906_examples/src/p1906_examples.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/p1906_examples/src/p1906_examples.cpp -------------------------------------------------------------------------------- /workspace/ratio_quotient/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/.cproject -------------------------------------------------------------------------------- /workspace/ratio_quotient/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/.project -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_determine_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_determine_traits.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_integer_sequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_integer_sequence.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/gpl.txt -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/lgpl.txt -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/ratio_quotient.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/ratio_quotient.xml -------------------------------------------------------------------------------- /workspace/ratio_quotient/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/src/Test.cpp -------------------------------------------------------------------------------- /workspace/ratio_quotient/src/ratio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/src/ratio.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/src/ratio_clang.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/src/ratio_clang.h -------------------------------------------------------------------------------- /workspace/ratio_quotient/src/ratio_gcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ratio_quotient/src/ratio_gcc.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/.cproject -------------------------------------------------------------------------------- /workspace/reverseAdapter/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/.project -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_determine_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_determine_traits.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_integer_sequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_integer_sequence.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/tap_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/tap_listener.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/reverseAdapter/reverseAdapter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/reverseAdapter.xml -------------------------------------------------------------------------------- /workspace/reverseAdapter/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/src/Test.cpp -------------------------------------------------------------------------------- /workspace/reverseAdapter/src/reverse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/reverseAdapter/src/reverse.h -------------------------------------------------------------------------------- /workspace/size_type_signed/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/size_type_signed/.cproject -------------------------------------------------------------------------------- /workspace/size_type_signed/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/size_type_signed/.project -------------------------------------------------------------------------------- /workspace/size_type_signed/src/size_type_signed.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/size_type_signed/src/size_type_signed.cpp -------------------------------------------------------------------------------- /workspace/test_moveability/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/.cproject -------------------------------------------------------------------------------- /workspace/test_moveability/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/.project -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/gpl.txt -------------------------------------------------------------------------------- /workspace/test_moveability/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/lgpl.txt -------------------------------------------------------------------------------- /workspace/test_moveability/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/test_moveability/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/test_moveability/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/src/Test.cpp -------------------------------------------------------------------------------- /workspace/test_moveability/src/fobar.cpp: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | void foobar() {throw 42;} 6 | -------------------------------------------------------------------------------- /workspace/test_moveability/test_moveability.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/test_moveability/test_moveability.xml -------------------------------------------------------------------------------- /workspace/testfornpe/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/.cproject -------------------------------------------------------------------------------- /workspace/testfornpe/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/.project -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_counting_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_counting_listener.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_determine_library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_determine_library.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_determine_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_determine_traits.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_determine_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_determine_version.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_integer_sequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_integer_sequence.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/gpl.txt -------------------------------------------------------------------------------- /workspace/testfornpe/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/lgpl.txt -------------------------------------------------------------------------------- /workspace/testfornpe/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/testfornpe/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/cute/xml_listener.h -------------------------------------------------------------------------------- /workspace/testfornpe/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testfornpe/src/Test.cpp -------------------------------------------------------------------------------- /workspace/teststruct_class_forward/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/teststruct_class_forward/.cproject -------------------------------------------------------------------------------- /workspace/teststruct_class_forward/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/teststruct_class_forward/.project -------------------------------------------------------------------------------- /workspace/teststruct_class_forward/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/teststruct_class_forward/cute/cute.h -------------------------------------------------------------------------------- /workspace/teststruct_class_forward/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/teststruct_class_forward/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/teststruct_class_forward/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/teststruct_class_forward/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/teststruct_class_forward/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/teststruct_class_forward/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/teststruct_class_forward/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/teststruct_class_forward/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/teststruct_class_forward/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/teststruct_class_forward/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/teststruct_class_forward/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/teststruct_class_forward/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/teststruct_class_forward/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/teststruct_class_forward/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/teststruct_class_forward/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/teststruct_class_forward/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/teststruct_class_forward/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/teststruct_class_forward/src/Test.cpp -------------------------------------------------------------------------------- /workspace/testunits_for_indexer_check/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testunits_for_indexer_check/.cproject -------------------------------------------------------------------------------- /workspace/testunits_for_indexer_check/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testunits_for_indexer_check/.project -------------------------------------------------------------------------------- /workspace/testunits_for_indexer_check/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testunits_for_indexer_check/cute/cute.h -------------------------------------------------------------------------------- /workspace/testunits_for_indexer_check/cute/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testunits_for_indexer_check/cute/gpl.txt -------------------------------------------------------------------------------- /workspace/testunits_for_indexer_check/cute/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testunits_for_indexer_check/cute/lgpl.txt -------------------------------------------------------------------------------- /workspace/testunits_for_indexer_check/src/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testunits_for_indexer_check/src/Test.cpp -------------------------------------------------------------------------------- /workspace/testunits_for_indexer_check/src/units.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/testunits_for_indexer_check/src/units.h -------------------------------------------------------------------------------- /workspace/ttttttttt/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/.cproject -------------------------------------------------------------------------------- /workspace/ttttttttt/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/.project -------------------------------------------------------------------------------- /workspace/ttttttttt/bla.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/bla.cpp -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_base.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_counting_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_counting_listener.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_data_driven.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_data_driven.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_demangle.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_deprecated.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_determine_library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_determine_library.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_determine_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_determine_traits.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_determine_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_determine_version.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_diff_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_diff_values.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_equals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_equals.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_integer_sequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_integer_sequence.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_listener.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_range.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_relops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_relops.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_repeated_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_repeated_test.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_runner.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_suite.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_suite_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_suite_test.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_test.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_test_incarnate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_test_incarnate.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_testmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_testmember.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_throws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_throws.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_to_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_to_string.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_version.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/cute_xml_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/cute_xml_file.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/gpl.txt -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/ide_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/ide_listener.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/lgpl.txt -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/ostream_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/ostream_listener.h -------------------------------------------------------------------------------- /workspace/ttttttttt/cute/xml_listener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSommerlad/SC22WG21_Papers/HEAD/workspace/ttttttttt/cute/xml_listener.h --------------------------------------------------------------------------------