Stop using DisplayLocks for every MakeCurrent context call.
[platform/core/csapi/opentk.git] / tests /
2017-10-19 Jarl GullbergMerge pull request #652 from Nihlus/glwidget-glarea
2017-10-03 Fraser WatersMerge pull request #641 from Frassle/vector
2017-09-17 Fraser WatersAdd Distance[Squared] methods to Vector3[d]
2017-09-17 Fraser WatersAdd Distance[Squared] methods to Vector2[d]
2017-09-13 varonMerge pull request #650 from Frassle/half
2017-09-10 Fraser WatersAdd some tests for the Half type
2017-08-02 Fraser WatersMerge pull request #590 from Frassle/gamewindowtests
2017-08-01 Fraser WatersMerge pull request #597 from ppy/fix-white-flash
2017-07-30 Fraser WatersAdd GameWindow tests
2017-07-30 Fraser WatersAdd debug actions to run xUnit to Tests.fsproj
2017-07-28 Jarl GullbergMerge pull request #609 from leezer3/RailDriver
2017-07-28 Jarl GullbergMerge pull request #600 from Nihlus/stylecop-1-initial
2017-07-26 Jarl GullbergAdded StyleCop.Analyzers to the solution.
2017-07-17 Fraser WatersMerge pull request #574 from Frassle/bind_settings
2017-07-17 Jarl GullbergMerge pull request #572 from Nihlus/converter-better...
2017-07-15 Jarl GullbergBumped Mono.Cecil version to correct build errors.
2017-07-15 Jarl GullbergBumped framework target of Generator.Convert and update...
2017-07-15 Jarl GullbergAdded CommandLineParser to Generator.Converter
2017-07-05 Jarl GullbergMerge pull request #559 from Nihlus/purge-region
2017-07-05 Jarl GullbergMerge pull request #558 from Nihlus/deterministic-build
2017-07-05 Jarl GullbergAdded deterministic option to all relevant projects.
2017-07-05 Jarl GullbergMerge pull request #543 from VPeruS/fix-mouse-wheel
2017-07-04 varonMerge pull request #553 from VPeruS/interop-macos-set...
2017-07-04 varonMerge pull request #542 from VPeruS/drag-and-drop
2017-07-04 varonMerge pull request #549 from Nihlus/remove-obsolete...
2017-07-04 varonMerge pull request #524 from Nihlus/glwidget-gtk3
2017-06-25 Jarl GullbergMerge branch 'develop' into glwidget-gtk3
2017-06-13 Malcolm StillMerge branch 'develop' of github.com:malcolmstill/opent...
2017-06-13 Jarl GullbergMerge branch 'develop' into glwidget-gtk3
2017-06-13 Jarl GullbergUpdated FSharp.Core reference as a side effect.
2017-06-12 David JeskeMerge branch 'issue_488_input_events_fired_more_than_on...
2017-06-11 varonMerge pull request #532 from UnknownShadow200/develop
2017-06-08 Jarl GullbergMerge branch 'develop' into glwidget-gtk3
2017-06-08 varonMerge pull request #507 from varon/fscheck_testing
2017-06-07 varonMerge pull request #6 from Nihlus/fix-equal-approxequal
2017-06-07 Jarl GullbergCorrected bad search & replace.
2017-06-07 Jarl GullbergChanged all tests to use the new method.
2017-06-07 Jarl GullbergMerged new equivalence function.
2017-06-04 Jarl GullbergAdded new and improved floating-point equality tester.
2017-06-03 Jarl GullbergChanged some Equals to ApproximatelyEquals.
2017-06-03 varonMerge pull request #4 from Nihlus/fix-division-rounding
2017-06-03 varonMerge pull request #5 from Nihlus/fix-vector-componentm...
2017-06-02 varonMerge pull request #3 from Nihlus/fix-vector4-clamp
2017-06-02 Jarl GullbergImproved test name.
2017-06-02 Jarl GullbergDecreased approximation sensitivity even more.
2017-06-02 Jarl GullbergDecreased approximation sensitivity again.
2017-06-02 Jarl GullbergFixed MagnitudeMin test.
2017-06-02 Jarl GullbergImplemented all ComponentMin/Max and MagnitudeMin/Max...
2017-06-02 Jarl GullbergAdded filtering for vector generation to only produce...
2017-06-02 Jarl GullbergMerge branch 'fscheck-testing-rebased' into fix-vector4...
2017-06-02 varonFix additional compile inference errors under VS2015
2017-06-02 varonMerge branch 'nihlus_fscheck_testing2' into fscheck_testing
2017-06-02 varonMerge pull request #2 from Nihlus/fscheck-testing-rebased
2017-06-02 varonFix compile inference error under VS2015
2017-06-02 Jarl GullbergAdded test of multiplication operators.
2017-06-02 Jarl GullbergAdded extra filtering to generated Quaternions.
2017-06-01 Jarl GullbergIncreased delta bits and changed quaternion generator.
2017-06-01 Jarl GullbergRemoved fake casts.
2017-06-01 Jarl GullbergAdded transformation by quaternion test.
2017-06-01 Jarl GullbergStrip trailing spaces.
2017-06-01 Jarl GullbergImproved test naming.
2017-06-01 Jarl GullbergAdded Vector4 tests.
2017-06-01 Jarl GullbergCorrected row variables.
2017-06-01 Jarl GullbergAdd row property tests.
2017-06-01 Jarl GullbergMore tests.
2017-06-01 Jarl GullbergComplete coverage for Vector2.
2017-05-31 Jarl GullbergPorted more arithmetic tests.
2017-05-31 Jarl GullbergMissed one.
2017-05-31 Jarl GullbergFixed normalization tests in Vector3 and ported some...
2017-05-31 Jarl GullbergAdded final multiplication test and split one test...
2017-05-31 Jarl GullbergAdded additional multiplication and division tests.
2017-05-31 Jarl GullbergAdded Vector4 constructor test.
2017-05-31 Jarl GullbergAdded preventing of division-by-zero cases when normali...
2017-05-31 Jarl GullbergIncreased approximation tolerance.
2017-05-31 Jarl GullbergAdded additional check against nonmatrix objects.
2017-05-31 Jarl GullbergPorted all Vector3 tests.
2017-05-31 Jarl GullbergPorted existing Matrix4 tests.
2017-05-31 Jarl GullbergEnsure that the vectors are different.
2017-05-31 Jarl GullbergCorrected badly formed tests.
2017-05-31 Jarl GullbergAdded more tests for the Vector2 class.
2017-05-31 Jarl GullbergRenamed Vectors.fs to Vector2Tests.fs.
2017-05-31 varonUpdate project deps
2017-05-31 varonMerge branch 'develop' into fscheck_testing
2017-03-19 varonFix div-by-zero in component division test
2017-03-19 varonfixed and disabled test with possibly broken implementation
2017-03-19 varonAdd additional Vector2 tests
2017-03-19 varonSlightly reduce approxEq bit equality accuracy
2017-03-19 varonEnhance testing; add more generators; add testing for...
2017-03-19 varonImprove vector test organization
2017-03-19 varonAdd property based testing framework + example for...
2017-03-19 varonRemoved old tests
2016-08-12 HarryMerge pull request #417 from varon/restructure_repo
2016-07-17 varonRemoved old build configuration from tests
2016-07-17 varonAdded test projects
2016-07-17 varonMoved Tests.API.Desktop to Tests folder.
2016-07-17 varonMoved OpenTK.Tests to tests folder