aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_export_ifw.cpp
AgeCommit message (Collapse)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
All filenames and directories are lowercase. Use dots for namespace separation.
2017-10-05[vcpkg] Clang-format on commands_export_ifwRobert Schumacher
2017-10-05[vcpkg-export-ifw] Maintenance ToolKonstantin Podsvirov
Install maintenance tool and create Start menu shortcuts to manage, update and uninstall packages.
2017-10-04[vcpkg] Reformat and refactor to reduce function sizeRobert Schumacher
2017-09-28[vcpkg-export-ifw] Some improvementsKonstantin Podsvirov
Improvements: - fix typos; - remove outdated repository directory.
2017-09-28[vcpkg-export-ifw] Usage QtIFW toolsKonstantin Podsvirov
Download and use tools to make repository and installer
2017-09-28[vcpkg-export-ifw] Separate IFW loopKonstantin Podsvirov
Separate IFW loop compatible with main export loop Fixed mistakes in templates Set current date to ReleaseDate tag
2017-09-28[vcpkg-export-ifw] Use template approach for xml instead of line-by-lineRobert Schumacher
2017-09-28WIP: Export IFWKonstantin Podsvirov
Add export to binary crossplatform repository/installer with GUI based on QtIFW: http://doc.qt.io/qtinstallerframework/ifw-overview.html For correct operation of these changes, you must use the corrected QtIFW: https://codereview.qt-project.org/#/c/203958