Issues
- 0
Support multi core idlgen
#101 opened by roxk - 0
Add macro to skip including "MyClass.g.h" etc
#100 opened by roxk - 0
Consider askin users to add `<winrt/RootNamespace.h` to pch.h to see if it speeds up compilation
#99 opened by roxk - 0
winrt::com_ptr considered WinRT type
#98 opened by roxk - 0
UB due to naming
#97 opened by JaiganeshKumaran - 2
- 0
clang can't find `wil/cppwinrt_authoring.h`
#93 opened by roxk - 0
- 0
- 0
- 0
- 0
Add template for XAML page, user control, runtime class, and probably other authored types
#90 opened by roxk - 1
- 0
- 1
Outdated pch.h.gch is not detected
#56 opened by roxk - 1
- 0
- 0
Document the limitation where authoring tag types must be declared in immediate base
#84 opened by roxk - 4
Handle `ComponentConnectorT<ClassT<Class>>`
#83 opened by roxk - 1
- 1
Extension refuse to work, complaining `$header.idl.timestamp` without %(RelativeDir) isn't a valid path
#67 opened by roxk - 1
Make idlgen multi-core aware
#80 opened by roxk - 0
Update Readme on bootstrap details
#81 opened by roxk - 0
Make protected by statics work by forward-declare relevant interfaces for each class in header before including .g.h
#82 opened by roxk - 0
- 7
- 0
Document current limitation
#75 opened by roxk - 0
- 1
idlgen keeps regenerating PCH when a file is changed
#78 opened by roxk - 0
Updating nuget should rebuild bootstrap idl
#73 opened by roxk - 2
Should skip bootstrap idl generation if needed
#74 opened by roxk - 0
- 1
Clean is cleaning .idl files o_0
#66 opened by roxk - 7
Need to include namespace, `BlankPage`, `IBlankPage`, `IBlankPageProtected` etc possible self-referencing projection types when replacing `.g.h` for clean build
#70 opened by roxk - 2
CI should clean-build sample-app
#69 opened by roxk - 1
Document the limitation where, if editing two headers at the same time involving definition removal
#71 opened by roxk - 1
Test idl clearing on .xaml.h
#65 opened by roxk - 1
Clearing an idl without an already generated .winmd would cause midl to output nothing, and mdmerge would error out
#68 opened by roxk - 0
Add Exclude in .props so devs can write `%(IdlGenCppExclude); "MyHeaderToExclude.h"`
#64 opened by roxk - 4
- 0
- 0
Update README when something is wrong. New solution: "just empty the idl and let idlgen re-generates it"
#63 opened by roxk - 2
Extension can't find midl.exe during bootstrap
#62 opened by roxk - 4
- 0
- 0
Handle Clean
#57 opened by roxk - 7
Removing method in runtime class would cause idlgen to fail without any workaround other than manually editing idl
#55 opened by roxk - 0
Header file which should not output idl would make MSBuild think they are always out-dated
#54 opened by roxk - 9
Re-architecture build step to make idlgen run before `MIDL`, but need to handle the case where `Generate Files` is not populated yet
#53 opened by roxk - 0