Some ideas for typemaker3.
Port deprecated QFlags constructor
When consumers want to build without deprecated Qt public API using forexample `-DQT_DISABLE_DEPRECATED_BEFORE=0x50f02` as a compiledefinition, this line breaks the build. Adding this is currently in theworks for KMyMoney....
plugin: Fixed a typo, fixed memory leaks, increased verbosity.
plugin: Re-use existing code.
Incremented version.
Needed to check for latest features in plugin module (version >5.10.1.0).
plugin: Combine plugin descriptions from disk and added plugins.
Gwenhywfar is able to load plugins. However, this can be restricted whenbuilding gwen in a fully static environment which don't allow for dynamicloading of plugins.
In such a case plugin providers can add just create a plugin and add it to...
plugindescr: More cleanup of _readPluginDescriptionFromFile().
Cleanup plugin stuff (needs SO_VERSION/AGE++!).
- added GWEN_Plugin_GetPluginDescription()- added GWEN_Plugin_SetPluginDescription()- moved forward declarations to c-file, make private functions static- removed unnecessary header includes- split GWEN_PluginManager_LoadPlugin() into smaller functions...
APIs: support MSVC
directory_p.h: remove Unix-specific header
xmlcmd_lxml.c: use GWEN_Text_strndup
gwbuild: Improved help string.
gwbuild: Improved output of executed commands. Removed unneeded code.
gwbuild: Use new redirection code of GWEN_Process module.
This finally creates consistent output for gwbuild. Previously we didn'tredirect output of the created compile/link/typemaker2 processes so theywrote to the console whenever they felt like it, sometimes scrambling the...
GWEN_PROCESS: Fixed creation of redirection files. Changed order.
Need to change working dir after creating the redirection files, otherwiserelative paths don't work.
GWEN_Process: Started adding redirection to/from files (for now POSIX only).
gwbuild: Reverse order when adding files to buildctx.
Upon GWB_BuildCtx_AddFile() the added file is assigned an id, to make thatavailable to the build cmd we should add it to the buildctx first.
gwbuild: Fixed a bug (don't replace NULL folder with "./").
gwbuild: Minor reformats.
gwbuild: Fixed a bug in GWB_File_List2_GetFileByPathAndName().
When requested folder is NULL we should also check for NULL in the storedfiles, otherwise it might lead to duplcates.
gwbuild: Increased verbosity.
gwbuild: Add "BUILDCMD" when there is a build command associated with a file.
gwbuild: Added debug functions, fixed bugs in existing ones.
gwbuild: Set folder to "." if NULL.
typemaker2: Fixed flags in _buildMemberInlines()
Need to use flags of the struct member, not of the struct type.
Auch abrufbar als: Atom