Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

w4bremer

w4bremer starred cisagov/ScubaGear
w4bremer pushed 1 commit to refactor/SplitIntoMultipleModules w4bremer/template-unreal
  • refactor(plugin): rename base module to core 82ad46f

View on GitHub

w4bremer created a review on a pull request on apigear-io/template-registry

View on GitHub

w4bremer created a review comment on a pull request on apigear-io/template-cpp17
Keep it simple and specific. Please make sure your C++ standard is set to 17 in your conan configuration, e.g.: ``` compiler.cppstd=17 ``` For more details, please check https://docs.conan.i...

View on GitHub

w4bremer created a review on a pull request on apigear-io/template-cpp17
Minor docs change.

View on GitHub

w4bremer created a review on a pull request on apigear-io/template-cpp17
Minor docs change.

View on GitHub

w4bremer created a comment on a pull request on apigear-io/template-cpp14
Probably should be merged once C++17 is ready and available

View on GitHub

w4bremer created a review on a pull request on apigear-io/template-cpp14

View on GitHub

w4bremer created a comment on a pull request on apigear-io/template-registry
I'd say we wait with this until the c++17 template is ready to go. (like minimum standard set to 17)

View on GitHub

w4bremer pushed 3 commits to refactor/SplitIntoMultipleModules w4bremer/template-unreal
  • refactor(stubs): move impl to separate module 59d474b
  • refactor(olink): move olink to separate module e8411c3
  • refactor(monitor): move monitor to separate module 55f791e

View on GitHub

w4bremer pushed 5 commits to refactor/SplitIntoMultipleModules w4bremer/template-unreal
  • refactor: remove compatibility for < 4.27 b9f4fa2
  • refactor: clean up factory, settings for logging 2f8feab
  • refactor(stubs): move impl to separate module 8c2ac17
  • refactor(olink): move olink to separate module 011c86d
  • refactor(monitor): move monitor to separate module 072adee

View on GitHub

w4bremer pushed 3 commits to refactor/SplitIntoMultipleModules w4bremer/template-unreal
  • refactor(stubs): move impl to separate module 11b90c1
  • refactor(olink): move olink to separate module 8e2c723
  • refactor(monitor): move monitor to separate module 356caa0

View on GitHub

w4bremer pushed 4 commits to refactor/SplitIntoMultipleModulesBackup w4bremer/template-unreal
  • refactor(plugin): move factory to general plugin f9fb5c4
  • refactor: remove compability for < 4.27 d8fe03c
  • refactor: clean up factory, settings for logging 595907e
  • refactor(stubs): move impl to separate module 11b90c1

View on GitHub

w4bremer pushed 1 commit to refactor/SplitIntoMultipleModules w4bremer/template-unreal
  • refactor: clean up factory, settings for logging 595907e

View on GitHub

w4bremer opened an issue on apigear-io/template-cpp14
Have meeting to discuss differences between other code generators
Let's aim for a meeting to discuss good to have features, e.g.: - add header to all files which were auto generated and not meant to be overwritten - have overlays to easily modify reference templa...