Граф коммитов

  • 22afc1b814 update github actions David Lechner 2024-11-01 22:31:41 -0500
  • 34d01765df remove stale bot David Lechner 2024-11-01 22:24:04 -0500
  • 989322efa5 add README, license, etc. to nuspec David Lechner 2024-11-01 22:22:50 -0500
  • c49c044fee ignore *.nupkg files David Lechner 2024-11-01 22:06:17 -0500
  • 6852a4917f add ARM64 to nuget package David Lechner 2024-11-01 21:58:39 -0500
  • fa43008ba2 uniform OutDir David Lechner 2024-11-01 19:01:35 -0500
  • 41b8440e44 fix null pointer dereference David Lechner 2024-11-01 18:46:47 -0500
  • 314028e60e update target windows version David Lechner 2024-11-01 18:30:33 -0500
  • 571d89c2ca add ARM64 targets David Lechner 2024-11-01 18:25:51 -0500
  • af7c85a9b1 update to VS 2022 David Lechner 2024-11-01 18:25:32 -0500
  • 7b727d2134 automatic code formatting David Lechner 2024-11-01 18:25:06 -0500
  • 679fefa660 replace personal URL David Lechner 2024-11-01 18:11:36 -0500
  • 9dd62fc82c nuget: replace package name with PyWinRT David Lechner 2024-11-01 18:10:07 -0500
  • 00fdd7b98d
    Add ClassWithAsync for CsWinRT async benchmarks. (#74) master Johan Laanstra 2024-03-14 12:00:24 -0700
  • f2d774282f Add ClassWithAsync for CsWinRT async benchmarks. Johan Laanstra 2024-03-13 20:28:21 -0700
  • 749efc770b
    Create stale.yml Kenny Kerr 2023-02-06 15:02:48 -0600
  • 647ee57406 Update CppWinRT to the latest version Rose 2022-10-20 12:44:14 -0400
  • 1bdde092ca
    Fix build in VS2022 (#72) Andrii Kurdiumov 2022-07-13 09:57:10 +0600
  • a4076ef15a
    Fix MIDL Andrii Kurdiumov 2022-07-13 09:04:49 +0600
  • a838b61b1e Fix build in VS2022 That's improve status after https://github.com/microsoft/TestWinRT/pull/53 and required to fully compliment https://github.com/microsoft/CsWinRT/pull/1217 Andrii Kurdiumov 2022-07-12 13:58:41 +0600
  • f6178d2ff4
    Add tests to exercise composable scenarios using parent class (#71) Manodasan Wignarajah 2022-07-11 12:45:23 -0700
  • fb02a8e4a8 Add tests to exercise composable scenarios using parent class Manodasan Wignarajah 2022-06-27 17:02:24 -0700
  • a704139dca
    add case for VS17 (#69) Joshua Larkin 2022-04-06 12:29:21 -0700
  • 322f2aae18
    Merge branch 'master' into toolset-142 Manodasan Wignarajah 2022-04-05 14:11:30 -0700
  • e551e536ea
    Update windows sdk to fix midl errors for fast abi (#70) Ujjwal Chadha 2022-04-05 14:11:18 -0700
  • 9db5534e3c Update windows sdk to fix midl errors for fast abi Ujjwal Chadha 2022-04-05 13:10:47 -0700
  • d7acaf7d18
    Add tests for boxing arrays (#68) Manodasan Wignarajah 2022-04-05 11:56:00 -0700
  • dd4cac3feb add case for VS17 Joshua Larkin 2022-04-04 14:49:59 -0700
  • 4eabfb0990 Add tests for boxing arrays Manodasan Wignarajah 2022-04-04 00:18:30 -0700
  • 2cb2195c60 Add benchmarks for list and dictionary collections manodasanw/genericmarshaler Manodasan Wignarajah 2022-02-27 01:04:30 -0800
  • 53e87ecb7d
    Add static method and non default constructor (#67) Ujjwal Chadha 2022-02-23 16:15:13 -0800
  • 9a7accba4f Add static method and non default constructor Ujjwal Chadha 2022-02-23 16:10:50 -0800
  • 761842f968
    Fix ClassWithFastAbiDerived (#66) Ujjwal Chadha 2022-02-16 16:55:13 -0800
  • c0dde6ecb0 Fix ClassWithFastAbiDerived Ujjwal Chadha 2022-02-16 16:50:45 -0800
  • 6573bf54bd
    Fast abi benchmarks (#65) Ujjwal Chadha 2022-02-15 20:51:15 -0800
  • e32e0b2e1a Add fast abi composable properties Ujjwal Chadha 2022-02-15 20:18:44 -0800
  • 73790a072f Merge master Ujjwal Chadha 2022-02-15 13:33:28 -0800
  • a2ed82862b Add fast abi query benchmarks Ujjwal Chadha 2022-02-15 13:18:20 -0800
  • 8b7e73c1ff
    Add composable QI benchmark and weak reference benchmark (#64) Manodasan Wignarajah 2022-02-07 11:53:24 -0800
  • a1a4119e4d
    Merge branch 'master' into manodasanw/QI Manodasan Wignarajah 2022-02-04 18:32:13 -0800
  • f8ccb0b336 Add weakreference benchmarks Manodasan Wignarajah 2022-02-03 14:42:04 -0800
  • 0c024d092a
    Add fast abi test component (#52) Ujjwal Chadha 2022-02-03 10:03:02 -0800
  • 43502d14b0
    Merge branch 'master' into ujjwalchadha/add_fast_abi_test_component Ujjwal Chadha 2022-02-02 11:58:04 -0800
  • ca82b31774 Add more interfaces to Simple class to test interface sorting Ujjwal Chadha 2022-02-02 11:57:00 -0800
  • 4ea3da5d52 Add QI benchmarks for composable object Manodasan Wignarajah 2022-02-01 23:48:32 -0800
  • 46208bcbbd
    Add benchmarks for passing types. (#63) Manodasan Wignarajah 2022-01-31 14:16:10 -0800
  • 3f22f704fd Add benchmarks for passing types. Manodasan Wignarajah 2022-01-30 23:20:54 -0800
  • 1071d8ee25
    Add benchmark for URI (#61) Manodasan Wignarajah 2022-01-25 14:10:18 -0800
  • 068b853c8b Add existing URI too. Manodasan Wignarajah 2022-01-24 23:55:50 -0800
  • 2f87c90b2f Add URI benchmark Manodasan Wignarajah 2022-01-24 20:10:38 -0800
  • c08bbd40da
    Add benchmark for getting new and existing delegate and boxing tests (#60) Manodasan Wignarajah 2022-01-21 11:10:29 -0800
  • df4d019a8b Add box tests Manodasan Wignarajah 2022-01-21 10:57:51 -0800
  • eeaaeac314
    Merge branch 'master' into delegateBenchmark Manodasan Wignarajah 2022-01-19 21:22:31 -0800
  • 8700e96e29 Merge branch 'master' into ujjwalchadha/add_fast_abi_test_component Ujjwal Chadha 2022-01-19 11:03:55 -0800
  • d448f7cf94
    Add IVector benchmark (#59) Ujjwal Chadha 2022-01-14 11:36:02 -0800
  • da5dbbf6b1 Fix merge error Ujjwal Chadha 2022-01-14 11:34:16 -0800
  • d9495b1a35 Merge master Ujjwal Chadha 2022-01-14 11:03:22 -0800
  • 992f222e97 Add benchmark for getting new and existing delegate. Manodasan Wignarajah 2022-01-12 23:32:33 -0800
  • e6379fadee
    Add boxing benchmarks (#58) Manodasan Wignarajah 2022-01-11 17:33:50 -0800
  • 69cb74d934 Add some more delegate benchmarks. Manodasan Wignarajah 2021-12-08 14:06:34 -0800
  • 89799e266d Add IVector benchmark Ujjwal Chadha 2021-12-01 08:07:24 -0800
  • edb8eb0ff7 Add some benchmarks for IReference / nullable. Manodasan Wignarajah 2021-11-19 12:41:16 -0800
  • 1db1f31510
    Add benchmarks for native events (#57) Manodasan Wignarajah 2021-11-15 16:38:08 -0800
  • 6cfad077b2 Add benchmarks for native events Manodasan Wignarajah 2021-11-14 23:08:03 -0800
  • 26177a8cca
    Add another event to benchmark (#56) Manodasan Wignarajah 2021-11-09 20:08:35 -0800
  • 2490f65ed6
    Merge branch 'master' into manodasanw/multipleevents Manodasan Wignarajah 2021-11-09 20:08:09 -0800
  • d8df184329
    Add more default properties (#55) Ujjwal Chadha 2021-11-09 22:54:59 -0500
  • c9eac224b4 Add another event to benchmark Manodasan Wignarajah 2021-11-09 19:25:50 -0800
  • 08db5c5b58 Add more default properties Ujjwal Chadha 2021-11-08 12:07:29 -0800
  • 06997f87c3 Adding benchmarks. manodasanw/benchmarks Manodasan Wignarajah 2021-10-29 11:28:09 -0700
  • 62c15ff001
    Add dictionary property (#54) Ujjwal Chadha 2021-10-27 14:29:13 -0400
  • e610d3a3cf Add dictionary property Ujjwal Chadha 2021-10-12 17:13:55 -0700
  • 70b5f4e5ed
    Merge branch 'master' into ujjwalchadha/add_fast_abi_test_component Ujjwal Chadha 2021-10-12 16:08:04 -0400
  • 7d217c533a
    Fix the build with VS2022 (#53) Jan Kotas 2021-10-10 20:35:55 -0700
  • bae4312ee3 Fix the build with VS2022 Jan Kotas 2021-10-10 18:32:47 -0700
  • 936b957fe0 Add non exclusive interface and methods Ujjwal Chadha 2021-09-24 19:33:14 -0700
  • 7ed167bbe7 Added getter only property for composition UJJWAL CHADHA 2021-09-21 09:11:30 -0700
  • c5025368cc Add more contracts and methods Ujjwal Chadha 2021-09-15 18:42:06 -0700
  • 41484f77d5 Add fast abi test component Ujjwal Chadha 2021-08-17 11:13:19 -0700
  • e768213664
    Update versions. (#51) Joshua Larkin 2021-06-22 11:56:47 -0700
  • 0b800d837e Update versions. Joshua Larkin 2021-06-11 11:57:23 -0700
  • 45c6a357c0
    Added event properties to benchmark event sources (#50) Ujjwal Chadha 2021-05-26 17:19:35 -0400
  • 8a7233f2c6 Added event properties to benchmark event sources UJJWAL CHADHA 2021-05-24 15:45:07 -0700
  • a4ed612db0
    Adding tests which call GetMany on VectorView. (#44) Manodasan Wignarajah 2020-12-17 11:21:04 -0800
  • 1864fe36b5 Adding tests which call GetMany on VectorView. Manodasan Wignarajah 2020-12-16 20:50:43 -0800
  • 24ce20296d
    Updated inheritance test components to override methods (#43) Ujjwal Chadha 2020-11-25 11:50:53 -0500
  • 8aa182c581 Updated inhetitance test component to override methods Ujjwal Chadha 2020-11-24 23:46:59 -0500
  • 0c12781079
    Publish build (#42) Kenny Kerr 2020-11-24 06:51:15 -0800
  • ee6f9ecff7 build Kenny Kerr 2020-11-23 14:59:30 -0800
  • 5024e7d7f3
    Ported inheritance test projects from CppWinRT (#40) Ujjwal Chadha 2020-11-20 14:06:35 -0500
  • 61cd491d4c Delete test_component_derived.log Ujjwal Chadha 2020-11-20 13:17:04 -0500
  • 93d0fec5c2 Updated CppWinRT to latest Ujjwal Chadha 2020-11-20 11:22:24 -0500
  • 4360579b2f Update nuspec fix dll path Ujjwal Chadha 2020-11-19 22:29:53 -0500
  • 4f9b4895be
    Merge branch 'master' into ujjwalchadha/add-inheritance-tests Kenny Kerr 2020-11-19 14:42:46 -0800
  • 64ad167417
    Merge branch 'master' into ujjwalchadha/add-noexcept-attrs ujjwalchadha/add-noexcept-attrs Kenny Kerr 2020-11-19 14:42:36 -0800
  • fce7d0101c
    Update build.yml (#41) Scott Jones 2020-11-19 14:38:22 -0800
  • b8123cff3a
    Update build.yml Scott Jones 2020-11-19 14:34:22 -0800
  • 0978d6f2c7 Ported inheritance tests from CppWinRT UJJWAL CHADHA 2020-11-16 19:42:49 -0500
  • d44bccd47c Added inheritance test projects Ujjwal Chadha 2020-11-15 13:35:01 -0500
  • 5df065fd3b
    Added api tests for IVector, IVectorView, IMap, IMapView (#39) Ujjwal Chadha 2020-11-06 14:05:31 -0500