Commit graph

  • cbfbbf4126 Merge pull request #2 from Nihlus/fscheck-testing-rebased varon 2017-06-02 13:49:01 +0200
  • 87dcb3144a Fix compile inference error under VS2015 varon 2017-06-02 13:48:29 +0200
  • 0cd47f2c3c
    Added test of multiplication operators. Jarl Gullberg 2017-06-02 10:56:02 +0200
  • c12eefa0cf
    Added extra filtering to generated Quaternions. Jarl Gullberg 2017-06-02 10:39:13 +0200
  • c64327b8a9
    Increased delta bits and changed quaternion generator. Jarl Gullberg 2017-06-01 23:22:57 +0200
  • 5c4ef39c92
    Removed fake casts. Jarl Gullberg 2017-06-01 22:09:04 +0200
  • a2a9c922d4
    Added transformation by quaternion test. Jarl Gullberg 2017-06-01 21:26:34 +0200
  • 7d846c4459
    Strip trailing spaces. Jarl Gullberg 2017-06-01 21:12:59 +0200
  • c7298d8784
    Improved test naming. Jarl Gullberg 2017-06-01 21:09:10 +0200
  • 469a8d275f
    Fixed use of incorrect components in clamping function. Jarl Gullberg 2017-06-01 19:58:25 +0200
  • 8993dffad2
    Set CI report to always run, even if script fails. Jarl Gullberg 2017-06-01 19:54:05 +0200
  • cae5619c0e
    Added Vector4 tests. Jarl Gullberg 2017-06-01 19:53:32 +0200
  • 3c2cda885b
    Corrected row variables. Jarl Gullberg 2017-06-01 16:07:21 +0200
  • ca0d549534
    Add row property tests. Jarl Gullberg 2017-06-01 16:05:14 +0200
  • e33c3395af
    More tests. Jarl Gullberg 2017-06-01 16:05:02 +0200
  • d352853f47
    Complete coverage for Vector2. Jarl Gullberg 2017-06-01 16:04:51 +0200
  • a658d7a1cd
    Ported more arithmetic tests. Jarl Gullberg 2017-05-31 22:38:54 +0200
  • 476d55b5dd
    Missed one. Jarl Gullberg 2017-05-31 22:28:51 +0200
  • be213a7828
    Fixed normalization tests in Vector3 and ported some common tests to Vector2. Jarl Gullberg 2017-05-31 22:28:27 +0200
  • 05fcf7961e
    Added final multiplication test and split one test into two. Jarl Gullberg 2017-05-31 22:20:46 +0200
  • 72b00b4460
    Added additional multiplication and division tests. Jarl Gullberg 2017-05-31 22:09:04 +0200
  • 03f916abbb
    Added Vector4 constructor test. Jarl Gullberg 2017-05-31 21:40:44 +0200
  • e4ec841e7a
    Added preventing of division-by-zero cases when normalizing. Jarl Gullberg 2017-05-31 21:31:11 +0200
  • 754e577623
    Increased approximation tolerance. Jarl Gullberg 2017-05-31 21:26:21 +0200
  • b83174af94
    Added additional check against nonmatrix objects. Jarl Gullberg 2017-05-31 20:21:16 +0200
  • 108906dfe4
    Ported all Vector3 tests. Jarl Gullberg 2017-05-31 20:08:41 +0200
  • 48889ad308
    Ported existing Matrix4 tests. Jarl Gullberg 2017-05-31 17:48:33 +0200
  • 9ac04b9e36
    Ensure that the vectors are different. Jarl Gullberg 2017-05-31 16:45:18 +0200
  • c4c4dfecc5
    Corrected badly formed tests. Jarl Gullberg 2017-05-31 16:39:19 +0200
  • 890d96798a
    Added more tests for the Vector2 class. Jarl Gullberg 2017-05-31 16:14:04 +0200
  • 89f49e35e7
    Corrected mangled reapplication. Jarl Gullberg 2017-05-31 15:01:06 +0200
  • 7d883f2ca9
    Updated gitignore. Jarl Gullberg 2017-05-31 14:59:34 +0200
  • 23bbe37eb9
    Renamed Vectors.fs to Vector2Tests.fs. Jarl Gullberg 2017-05-31 14:46:50 +0200
  • 043c4e3c5a
    Added code coverage CI step. Jarl Gullberg 2017-05-31 14:45:23 +0200
  • 4ee0700bab Update project deps varon 2017-05-31 14:13:17 +0200
  • 83e0175a9f Merge branch 'develop' into fscheck_testing varon 2017-05-31 14:08:32 +0200
  • c697eaed75 Merge pull request #527 from Nihlus/rewriter-cecil-0.10 varon 2017-05-30 21:51:35 +0200
  • b8975c5626
    Added catching of error thrown when the assembly has been rewritten but the debug symbols do not match. Jarl Gullberg 2017-05-30 18:16:45 +0200
  • d5e060d4e0
    Merge branch 'develop' into glwidget-gtk3 Jarl Gullberg 2017-05-30 17:44:11 +0200
  • c05ac4f7a0 Merge pull request #526 from Nihlus/rewriter-cecil-0.10 varon 2017-05-30 16:29:04 +0200
  • 1cda816b97
    Changed signatures back to IEnumerable and added full enumeration to list where needed. Jarl Gullberg 2017-05-29 22:22:26 +0200
  • b420ce8735
    Changed signature of RemoveNativeSignatures. Jarl Gullberg 2017-05-29 22:08:48 +0200
  • 7b65131fb5
    Pulled repeated logic out into a helper method. Jarl Gullberg 2017-05-29 22:05:07 +0200
  • 86e0898811
    Restricted access to internal and sealed the class. Jarl Gullberg 2017-05-29 21:58:38 +0200
  • ff413b8a6c
    Dropped project target back down to 3.5. Jarl Gullberg 2017-05-29 20:55:09 +0200
  • 8514b5c78e
    Added static modifier to methods which could have it. Jarl Gullberg 2017-05-29 20:19:17 +0200
  • 57de60ba96
    Tightened variable identifier picking even more. Jarl Gullberg 2017-05-29 20:16:43 +0200
  • dd0de0a75b
    Added additional identifier constraints. Jarl Gullberg 2017-05-29 19:47:00 +0200
  • 879da06b29
    Added additional identifier constraints. Jarl Gullberg 2017-05-29 19:45:38 +0200
  • 19995fdc2e
    Removed unused using statement. Jarl Gullberg 2017-05-29 19:00:12 +0200
  • 71c900630f
    Added ordinal comparison to string index search. Jarl Gullberg 2017-05-29 18:59:37 +0200
  • 760e68ed4e
    Removed uses of out variables and introduced a generated variable identifier class. Jarl Gullberg 2017-05-29 18:57:13 +0200
  • 092ffb480c
    Added a class that can identify a generated variable. Jarl Gullberg 2017-05-29 18:31:39 +0200
  • bc981ceccf
    Better variable naming and line breaks. Jarl Gullberg 2017-05-29 18:23:33 +0200
  • f3f90691e6
    Changed manual stream closing to a using statement. Jarl Gullberg 2017-05-29 18:15:49 +0200
  • 9f4eb8546e
    Removed obsolete manual detection of debug symbol file. Jarl Gullberg 2017-05-29 18:14:46 +0200
  • a29f72663c
    Changed uses of IEnumerable to List in order to prevent multiple enumerations. Jarl Gullberg 2017-05-29 18:12:43 +0200
  • da71abb963
    Updated Generator.Rewrite to use the new Cecil API. Dirty fix. Jarl Gullberg 2017-05-26 13:48:00 +0200
  • 5a5c85ab18
    Changed Mac library from libgtk to libgdk - both work, but it's the same as the others. Jarl Gullberg 2017-05-22 13:19:43 +0200
  • 7f04ea5134
    Corrected indents. Jarl Gullberg 2017-05-21 22:27:24 +0200
  • a501a83acf
    Removed unused using statement. Jarl Gullberg 2017-05-21 02:32:52 +0200
  • b95197e6ca
    Tightened access restrictions to native functions. Jarl Gullberg 2017-05-21 02:32:09 +0200
  • 66568d567e
    Corrected style of this. qualifier. Jarl Gullberg 2017-05-21 02:30:50 +0200
  • a85dd49178
    Added preprocessor switching for Mac GTK3. Jarl Gullberg 2017-05-21 01:48:00 +0200
  • 80f8cdc63f
    Added preproccessor switching for Win32 GTK3. Jarl Gullberg 2017-05-21 01:45:12 +0200
  • 55dfd7a3c9
    Removed unneeded inheritance from IDisposable. Jarl Gullberg 2017-05-21 01:36:51 +0200
  • 9c2c0815d1 Merge pull request #521 from tzachshabtay/develop varon 2017-05-13 10:33:42 +0200
  • d490fa4b3c Fix formatting in markdown news varon 2017-05-08 23:00:25 +0200
  • 239a47a559 update readme about 3.0.0-pre release varon 2017-05-08 22:58:47 +0200
  • de6a4a796f Merge branch 'develop' of github.com:opentk/opentk into develop varon 2017-05-08 22:50:38 +0200
  • fffb05a917 Release 3.0.0-pre varon 2017-05-08 22:33:09 +0200
  • fa449fc8aa Merge pull request #518 from yas-online/fix-angle-mobile varon 2017-05-01 09:14:13 +0200
  • 974e02b03e fix AngleWindowInfo compile errors on mobile introduced by #458 Neico 2017-04-29 21:33:33 +0200
  • 5acdf69aa8 Merge pull request #516 from ShardTheBroken/Issue/514 varon 2017-04-27 10:45:51 +0200
  • 5fd4e9acd7 Fixed typos in documentation comments Shard White 2017-04-27 08:43:21 +0100
  • 47ef73fae7 Merge pull request #510 from UnknownShadow200/develop varon 2017-03-23 10:20:21 +0200
  • 5eb75fefa7 Fix default input directories for Generator.Bind UnknownShadow200 2017-03-23 15:54:40 +1100
  • 269c336719 IOS- added a method to resize the buffer on device rotation Tzach Shabtay 2017-03-22 23:30:48 -0400
  • 4e2d1ae520 Merge pull request #458 from mzanin/angle-es3 varon 2017-03-21 12:46:11 +0200
  • 70ac147b5c Addressed comments Manuel Zanin 2017-03-21 10:21:22 +0100
  • f6af0d0f4a Merge pull request #487 from spellizzari/develop varon 2017-03-20 19:48:36 +0200
  • 027fd80990 Merge pull request #508 from tzachshabtay/develop varon 2017-03-20 18:46:00 +0200
  • 2b15ae3700 IOS- fixed crash on first tick Tzach Shabtay 2017-03-19 23:47:23 -0400
  • fe9e300e09 Merge pull request #506 from pragmatrix/angle varon 2017-03-19 18:40:48 +0200
  • de71367b4b Fix test assembly path varon 2017-03-19 16:43:28 +0200
  • 33dfaa2df7 Fix div-by-zero in component division test varon 2017-03-19 16:43:19 +0200
  • 4e93da0f41 fixed and disabled test with possibly broken implementation varon 2017-03-19 16:36:36 +0200
  • 6e0f55a584 Add additional Vector2 tests varon 2017-03-19 16:32:37 +0200
  • 89e792ee47 be sure the current context is set before calling Egl.WaitClient() Armin Sander 2017-03-19 15:28:26 +0100
  • 3ef546b456 Add tests to build script varon 2017-03-19 16:18:13 +0200
  • 68c4260f52 Slightly reduce approxEq bit equality accuracy varon 2017-03-19 16:17:53 +0200
  • 3e38074a9f Use longs to avoid two's complement failure in approxEqual varon 2017-03-19 15:56:16 +0200
  • 79ec4c89a3 Enhance testing; add more generators; add testing for approxEqual varon 2017-03-19 15:35:46 +0200
  • 38efb29af0 Addint based floating point approximate comparison varon 2017-03-19 15:33:58 +0200
  • fee1cfe21b Improve vector test organization varon 2017-03-19 13:39:01 +0200
  • 5cb6090343 Add property based testing framework + example for vectors varon 2017-03-19 13:34:47 +0200
  • c17b66c6fc Removed old tests varon 2017-03-19 12:50:11 +0200
  • a21313b41b Merge pull request #485 from leezer3/develop varon 2017-03-19 12:29:00 +0200
  • 44ec9e6aa7 Merge pull request #504 from leezer3/AndroidIOS varon 2017-03-19 11:42:04 +0200
  • 0097720cd1 Merge pull request #505 from pragmatrix/editorconfig varon 2017-03-18 18:33:39 +0200