Feed Advanced Search

Oct 21 2019

romangg added a comment to D24826: Enforce 100 chars line width.

As explained in the thread on https://phabricator.kde.org/T11214, this will make the formatting ugly as hell, as if you have long method names, stuff is broken in arbitrary bad ways.
I don't want to change that, if nobody can avoid the resulting breakage.

Oct 21 2019, 12:27 PM · Build System, Frameworks
cullmann added a comment to D24826: Enforce 100 chars line width.

As explained in the thread on https://phabricator.kde.org/T11214, this will make the formatting ugly as hell, as if you have long method names, stuff is broken in arbitrary bad ways.
I don't want to change that, if nobody can avoid the resulting breakage.

Oct 21 2019, 11:54 AM · Build System, Frameworks
romangg requested review of D24826: Enforce 100 chars line width.
Oct 21 2019, 11:25 AM · Build System, Frameworks

Oct 20 2019

cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

Volker Ok'd it that I used that on the co-maintained KSyntaxHighlighting framework, too.

Oct 20 2019, 8:52 PM · Build System, Frameworks
cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

Ok, I pushed this now.

Oct 20 2019, 6:03 PM · Build System, Frameworks
cullmann closed D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 20 2019, 6:01 PM · Build System, Frameworks
dfaure accepted D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 20 2019, 5:57 PM · Build System, Frameworks
cullmann added inline comments to D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 20 2019, 3:01 PM · Build System, Frameworks
cullmann updated the diff for D24568: Provide clang-format target with a KDE Frameworks style file.
  • keep default of BreakBeforeTernaryOperators = true
Oct 20 2019, 3:00 PM · Build System, Frameworks
dfaure added inline comments to D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 20 2019, 10:32 AM · Build System, Frameworks

Oct 19 2019

cullmann added inline comments to D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 19 2019, 3:42 PM · Build System, Frameworks
cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

Has somebody tested the current state?

Oct 19 2019, 3:41 PM · Build System, Frameworks

Oct 17 2019

zzag added inline comments to D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 17 2019, 6:56 PM · Build System, Frameworks
cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

Without the initializer change, the file works for me reasonable well, tried it again on KTextEditor.

Oct 17 2019, 6:35 PM · Build System, Frameworks
cullmann updated the diff for D24568: Provide clang-format target with a KDE Frameworks style file.
  • avoid collapsing of constructor initializer lines
Oct 17 2019, 6:31 PM · Build System, Frameworks
cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

you get collapsed stuff like;

Oct 17 2019, 6:28 PM · Build System, Frameworks
sitter added inline comments to D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 17 2019, 9:33 AM · Build System, Frameworks

Oct 16 2019

cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

Do we want these, found in https://code.qt.io/cgit/qt/qt5.git/tree/_clang-format?

# We use template< without space.
SpaceAfterTemplateKeyword: false

# macros for which the opening brace stays attached.
ForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER, QBENCHMARK, QBENCHMARK_ONCE ]

# Break constructor initializers before the colon and after the commas.
BreakConstructorInitializers: BeforeColon

added that

Oct 16 2019, 9:21 PM · Build System, Frameworks
cullmann updated the diff for D24568: Provide clang-format target with a KDE Frameworks style file.
  • fix coding style issue, we don't want indented case labels
  • add initial docs
  • adjust style
  • just tell the user it will not work
Oct 16 2019, 9:20 PM · Build System, Frameworks
dfaure requested changes to D24568: Provide clang-format target with a KDE Frameworks style file.

I like the idea very much.

Oct 16 2019, 8:42 PM · Build System, Frameworks
dfaure added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

Do we want these, found in https://code.qt.io/cgit/qt/qt5.git/tree/_clang-format?

Oct 16 2019, 8:40 PM · Build System, Frameworks
thomasfischer updated the diff for D24641: Collect more information from version control systems.

I rewrote the patch to address the comments:

Oct 16 2019, 6:22 PM · Build System, Frameworks

Oct 15 2019

sitter added a comment to D24641: Collect more information from version control systems.

Do we have a request for this outside kbibtex? My attitude towards adding things to ECM is always "is there more than one user".

Oct 15 2019, 8:24 AM · Build System, Frameworks

Oct 14 2019

thomasfischer added reviewers for D24641: Collect more information from version control systems: sitter, kossebau.
Oct 14 2019, 7:07 PM · Build System, Frameworks
thomasfischer requested review of D24641: Collect more information from version control systems.
Oct 14 2019, 6:59 PM · Build System, Frameworks

Oct 13 2019

cullmann added a reviewer for D24568: Provide clang-format target with a KDE Frameworks style file: dfaure.

Perhaps David could give feedback if the file actually captures the intend to do proper KDE Frameworks/libs like formatting.
I had a mistake with the indented case statements, that should be fixed.

Oct 13 2019, 8:25 PM · Build System, Frameworks
mwolff added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.
In D24568#545736, @apol wrote:

I'm not sure how this works, but would it be possible to have a target that only works on a patch? You usually want to make sure what you modified didn't diverge from the code.

I think there is some hack around that:
http://clang.llvm.org/docs/ClangFormat.html#script-for-patch-reformatting

But actually, if your sources are already clang-formatted, you just need to run the clang-format target once before you commit, the your new code will be the only thing altered.

Oct 13 2019, 7:24 PM · Build System, Frameworks
ochurlaud added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

There is also https://techbase.kde.org/Policies/Frameworks_Coding_Style which though missed the move from techbase to community, other than the other policies.

I suspect that page should be moved over now as well, to become the real KF coding style page (so that "kdelibs" named one is no longer needed).

@nalvarez @ochurlaud Do you remember why this page was not moved?

Oct 13 2019, 12:39 PM · Build System, Frameworks
cullmann retitled D24568: Provide clang-format target with a KDE Frameworks style file from Provide clang-format target with a common KDE style file to Provide clang-format target with a KDE Frameworks style file.
Oct 13 2019, 11:34 AM · Build System, Frameworks

Oct 12 2019

kossebau updated subscribers of D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 12 2019, 11:37 PM · Build System, Frameworks
kossebau added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

There is also https://techbase.kde.org/Policies/Frameworks_Coding_Style which though missed the move from techbase to community, other than the other policies.

Oct 12 2019, 11:31 PM · Build System, Frameworks
cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

I hope this file implements https://community.kde.org/Policies/Kdelibs_Coding_Style

Oct 12 2019, 10:43 PM · Build System, Frameworks
aacid added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

If the KDE Frameworks developers have agreed to a common style, then yes, naming it KDE Frameworks style makes sense :)

Oct 12 2019, 10:24 PM · Build System, Frameworks
cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

common KDE style file

There's no such thing as a common KDE style

Oct 12 2019, 10:17 PM · Build System, Frameworks
aacid added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

common KDE style file

Oct 12 2019, 9:52 PM · Build System, Frameworks
cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

If there are more deviations from the kdelibs/frameworks coding style, please tell me.

Oct 12 2019, 4:16 PM · Build System, Frameworks
cullmann added a reviewer for D24568: Provide clang-format target with a KDE Frameworks style file: Frameworks.
Oct 12 2019, 4:09 PM · Build System, Frameworks
cullmann added inline comments to D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 12 2019, 4:08 PM · Build System, Frameworks
cullmann updated the diff for D24568: Provide clang-format target with a KDE Frameworks style file.
  • add initial docs
Oct 12 2019, 4:07 PM · Build System, Frameworks
cullmann updated the diff for D24568: Provide clang-format target with a KDE Frameworks style file.
  • fix coding style issue, we don't want indented case labels
Oct 12 2019, 4:03 PM · Build System, Frameworks
cullmann added inline comments to D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 12 2019, 11:17 AM · Build System, Frameworks
davidedmundson added inline comments to D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 12 2019, 10:49 AM · Build System, Frameworks
cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.
In D24568#545736, @apol wrote:

I'm not sure how this works, but would it be possible to have a target that only works on a patch? You usually want to make sure what you modified didn't diverge from the code.

Oct 12 2019, 10:03 AM · Build System, Frameworks
dhaumann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

I'm all for it. This would unify how we can reformat any KDE module, which is very much desirable.

Oct 12 2019, 7:30 AM · Build System, Frameworks

Oct 11 2019

ognarb added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

There is probably a way to run clang-format only on a patch. See http://clang.llvm.org/docs/ClangFormat.html#script-for-patch-reformatting

Oct 11 2019, 11:42 PM · Build System, Frameworks
apol added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

I'm not sure how this works, but would it be possible to have a target that only works on a patch? You usually want to make sure what you modified didn't diverge from the code.

Oct 11 2019, 11:37 PM · Build System, Frameworks
ognarb added inline comments to D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 11 2019, 9:24 PM · Build System, Frameworks
cullmann requested review of D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 11 2019, 6:46 PM · Build System, Frameworks

Oct 10 2019

kossebau closed D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
Oct 10 2019, 8:50 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

To keep the momentum, now going to merge, given there was no objection when I pointed out the plan to move forward both here and in the email to frameworks-devel.
I assume no-one has time enough to wrap their brain around this as well and/or too many other competing stuff which has more of their interest.

Oct 10 2019, 8:44 PM · Build System, Frameworks
kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

switch to do generation-time decision about deprecated(text) attribute usage

Oct 10 2019, 3:32 PM · Build System, Frameworks
kossebau retitled D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API from Add ECMGenerateExportHeaders, for improved handling of deprecated API to Add ECMGenerateExportHeader, for improved handling of deprecated API.
Oct 10 2019, 3:24 PM · Build System, Frameworks

Oct 9 2019

kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

improve documentation, especially about the generated C++ macros

Oct 9 2019, 11:43 PM · Build System, Frameworks
cullmann added a comment to D4363: Don't set gnu style parameter with Clang and MSVC.

Is this still relevant? If yes, from the diff, looks ok for me.

Oct 9 2019, 6:14 PM · Build System, Frameworks
kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
  • update to David's findings in the docs
Oct 9 2019, 1:54 PM · Build System, Frameworks
kossebau added inline comments to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
Oct 9 2019, 1:54 PM · Build System, Frameworks
dfaure added inline comments to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
Oct 9 2019, 5:29 AM · Build System, Frameworks
kossebau added a dependent revision for D20984: Add ECMAddQmlModule: D21356: Port to ECMAddQmlModule, add plugins.qmltypes files.
Oct 9 2019, 4:49 AM · Build System, Frameworks
kossebau added a dependent revision for D20984: Add ECMAddQmlModule: D21344: Port to ECMAddQmlModule.
Oct 9 2019, 4:45 AM · Build System, Frameworks
kossebau abandoned D20984: Add ECMAddQmlModule.

@apol Thanks again for your review work.

Oct 9 2019, 4:44 AM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

So, given the lack of further change proposals or objections, I would proceed to push this in the next days (Thurday evening or Friday morning), to have 3 weeks of pre-5.64 real world testing by CI and people running from git master.
See also https://mail.kde.org/pipermail/kde-frameworks-devel/2019-October/094708.html

Oct 9 2019, 4:37 AM · Build System, Frameworks
kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
  • add missing group defaulting for warning settings, got lost in rebase before
Oct 9 2019, 12:39 AM · Build System, Frameworks

Oct 8 2019

dfaure added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

I found confirmation in cmake's Tests/RunCMake/GenerateExportHeader/reference/

Not sure what you exactly mean, can you please specify confirmation for what? And what this recommends us to do? :)

Oct 8 2019, 5:19 AM · Build System, Frameworks

Oct 5 2019

kossebau added reviewers for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API: Frameworks, Build System.
Oct 5 2019, 4:12 PM · Build System, Frameworks

Oct 4 2019

kossebau retitled D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API from RFC: Add ECMGenerateExportHeaders, for improved handling of deprecated API to Add ECMGenerateExportHeaders, for improved handling of deprecated API.
Oct 4 2019, 4:46 PM · Build System, Frameworks
kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
  • extend unit tests to cover library group macro variants

Sadly blows up by all combinations unit test time to >1 min on old machine

Oct 4 2019, 2:24 PM · Build System, Frameworks

Oct 2 2019

kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

I found confirmation in cmake's Tests/RunCMake/GenerateExportHeader/reference/

Oct 2 2019, 8:33 PM · Build System, Frameworks
kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
  • extend *_VERSION_DEPRECATED to expect third argument "text" first experimental consumption time support for "text" output with GCC compiler
  • make *_NO_DEPRECATED a proper shortcut for DISABLE_BEFORE_AND_AT=CURRENT
  • extend unit test to cover *_NO_DEPRECATED
Oct 2 2019, 8:27 PM · Build System, Frameworks

Oct 1 2019

sitter closed D24159: new module ECMSourceVersionControl.
Oct 1 2019, 10:30 AM · Build System, Frameworks
apol added a comment to D24159: new module ECMSourceVersionControl.

+1

Oct 1 2019, 10:19 AM · Build System, Frameworks

Sep 30 2019

dfaure added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

I found confirmation in cmake's Tests/RunCMake/GenerateExportHeader/reference/

Sep 30 2019, 8:37 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

I see the theoretical problem, but how could this ever be a problem in practice?
On Unix all compilers support the same syntax (__attribute__ ((__deprecated__))), so you'd have to be on Windows, build a library with mingw, and then try to use it with MSVC, or vice-versa? I wonder if this even works. AFAIK it doesn't (hence the compiler-specific binary installers for Qt, for instance).

Sep 30 2019, 6:58 PM · Build System, Frameworks
dfaure added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Which might be an issue for people who would like to use different compiler on the same system, both building against the same generated export header file.

Sep 30 2019, 6:27 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Quick Update (week 40):
Locally have added experimental code to even set the proper attribute for GCC compiler, so we get e.g.:

Sep 30 2019, 3:31 PM · Build System, Frameworks

Sep 28 2019

chehrlic added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
  • why has all Qt code not yet been adapted to QT_DEPRECATED_VERSION/QT_DEPRECATED_VERSION_X, are there places where those macros should not be used, but the version-less ones?

Because noone wanted to do the work and it was added late in the Qt5 lifetime -> A lot of stuff was deprecated for a long time already (in Qt4 times) and there is was a replacement since Qt5.0.0 so the macro was not needed (even though a lot of people got very angry about it). I added it for some new signals which created a lot of discussion since the old ones are widely used.

Can you point to those discussions? Would be curious to learn what people's thought are.

https://lists.qt-project.org/pipermail/development/2019-March/035343.html

Sep 28 2019, 5:11 PM · Build System, Frameworks

Sep 27 2019

kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Thanks for your reply, Christian :)

Sep 27 2019, 9:44 PM · Build System, Frameworks
chehrlic added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Actual questions I have:

  • why is QT_DEPRECATED_WARNINGS_SINCE not officially documented? like, any plans to change that macro to something else?

Just forgot it (and also the reviewers) I would guess. There is no plan to change it, at least none I'm aware of. I'm looking for an automatic generation of this macro. Since Qt6 switches to CMake I can maybe borrow some stuff from you ;)

Sep 27 2019, 7:09 PM · Build System, Frameworks

Sep 24 2019

hausmann closed D24182: Fix FindEGL when using Emscripten.

Thanks, landed in 3b0bf71a72789eb2b79310b4f67602115e347f56

Sep 24 2019, 9:34 AM · Build System, Frameworks
vkrause accepted D24182: Fix FindEGL when using Emscripten.

Looks safe to me, should not change the non-EMSCRIPTEN behavior.

Sep 24 2019, 8:06 AM · Build System, Frameworks
hausmann requested review of D24182: Fix FindEGL when using Emscripten.
Sep 24 2019, 7:49 AM · Build System, Frameworks

Sep 23 2019

kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

add first set of unit tests covering the main functionality.
Feedback on principal approach wanted!

Sep 23 2019, 3:44 PM · Build System, Frameworks
kossebau added a comment to D24159: new module ECMSourceVersionControl.

Should the new module be part of public ECM macros? Then it misses a documentation linking file docs/module/ECMSourceVersionControl.rst

Sep 23 2019, 2:36 PM · Build System, Frameworks
kossebau added a comment to D24159: new module ECMSourceVersionControl.

Should the new module be part of public ECM macros? Then it misses a documentation linking file docs/module/ECMSourceVersionControl.rst

Sep 23 2019, 2:24 PM · Build System, Frameworks
dfaure accepted D24159: new module ECMSourceVersionControl.
Sep 23 2019, 2:05 PM · Build System, Frameworks
sitter requested review of D24159: new module ECMSourceVersionControl.
Sep 23 2019, 2:02 PM · Build System, Frameworks
kossebau updated subscribers of D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

@chehrlic Hi. As I just discovered, you are the author of the macros for Qt (commit) which I took as inspiration/blue print when designing this here. So, curious what you think of your work now and if you can already point out things where you see potential for improvements. And also curious what you think of this approach here :)

Sep 23 2019, 1:23 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Quick Update (week 39):
took me a bit longer to design and write tests, not trained to write such things in cmake code, all its magic & caches & scopes + own undiscovered typos make this not (yet?) fun, and I am not certain I have done things properly, so will be looking forward to feedback.
Currently cleaning up and documenting the code, added tests should land tonight with an update here (and they already found an error in the so far prototype code :) ).

Sep 23 2019, 1:13 PM · Build System, Frameworks

Sep 14 2019

kossebau closed D23791: ECMAddQch: add INCLUDE_DIRS argument.
Sep 14 2019, 11:53 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Quick update:
Currently still busy trying to get unit tests done, half-way through that. ETA begin of upcoming week.
Next plan: see how only having the 3-arg-FOO_DEPRECATED_VERSION(major. minor, message) would work by using that in the experimental patches done for some KF repos.

Sep 14 2019, 11:58 AM · Build System, Frameworks
dfaure accepted D23791: ECMAddQch: add INCLUDE_DIRS argument.

I don't know doxygen very well, but the cmake change seems sensible.

Sep 14 2019, 11:16 AM · Build System, Frameworks

Sep 13 2019

dfaure added inline comments to D21695: Add FindTaglib.cmake.
Sep 13 2019, 1:01 PM · Build System, Frameworks
ngraham added a comment to D21695: Add FindTaglib.cmake.

Can we move forward on this?

Sep 13 2019, 12:57 PM · Build System, Frameworks

Sep 11 2019

dfaure added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

I wouldn't offer both variants, but rather recommend always adding a hint. At worse that hint can be "See method documentation" or an empty string. I think we're just over-complicating things otherwise, for no actual gain, since providing a hint is good practice anyway.

Sep 11 2019, 5:12 PM · Build System, Frameworks
kossebau added inline comments to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
Sep 11 2019, 3:58 PM · Build System, Frameworks
kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
  • reword documentation based on dfaure's comments
  • bump since-version to 5.64.0, as currently targetted introduction version
Sep 11 2019, 3:57 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

@dfaure Thanks for first in-detail feedback, good to get a feeling this is not totally insane over-engineered stuff to other people'e eyes :)

Sep 11 2019, 1:33 PM · Build System, Frameworks

Sep 10 2019

dfaure added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Great work. Not really easy to grasp at first sight (because it handles BC for no-compat builds of the lib itself, which we never did before) but this is certainly quite comprehensive.

Sep 10 2019, 8:11 PM · Build System, Frameworks
kossebau added a comment to D23791: ECMAddQch: add INCLUDE_DIRS argument.

Would push upcoming WE if there are no objections.
And then also adapt all KF modules to make use of this new argument, for better results and less need for predefined macros.

Sep 10 2019, 12:34 PM · Build System, Frameworks

Sep 9 2019

kossebau retitled D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API from WIP: Add ECMGenerateExportHeaders, for improved handling of deprecated API to RFC: Add ECMGenerateExportHeaders, for improved handling of deprecated API.
Sep 9 2019, 5:07 PM · Build System, Frameworks
kossebau added a dependent revision for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API: D23802: Use ECMGenerateExportHeader to manage deprecated API better.
Sep 9 2019, 4:31 PM · Build System, Frameworks