Commit Graph

22 Commits

Author SHA1 Message Date
silverqx 0d350d590a added SEC todo task to Find-Todos.ps1 2022-03-06 12:22:25 +01:00
silverqx 134bb37984 enahnced Find-Todos script 2022-02-21 13:24:45 +01:00
silverqx dccc30e750 renamed Initialize- to Get- in ps1 script 2022-01-22 16:03:51 +01:00
silverqx 5b9e89998a enhanced Find-Todos script 2022-01-17 16:21:15 +01:00
silverqx 72ee697810 pwsh moved chain operator at beginning of line 2022-01-12 17:19:05 +01:00
silverqx 15ae4e062f greatly improved pwsh scripts
Common:

 - extracted common code to private/Common.ps1
 - removed boolean values for Parameter attributes

Invoke-Tests:

 - added auto sourcing of dotenv.ps1 file if needed
 - auto-exported shared libraries paths in the current build folder
 - added nice log messages for above two scenarios

Add-FolderOnPath:

 - added nice log messages for above two scenarios
 - extracted some code to cmdlets for shorter process block
2022-01-12 16:40:00 +01:00
silverqx eeeb72f6b0 added new pwsh script Add-FolderOnPath 2022-01-11 18:08:30 +01:00
silverqx bc5e987ef1 added new TMP todo keyword to Find-Todos.ps1 2022-01-07 09:11:24 +01:00
silverqx 624cd7d67c added Find-Todos.ps1 example script
Added example powershell script to find TODOs.
2022-01-03 17:22:30 +01:00
silverqx 4e1fed5083 renamed powershell script
To match powershell verbs requirements.
2022-01-03 17:21:40 +01:00
silverqx 3b1e8b42a8 updated comment 2022-01-01 19:20:04 +01:00
silverqx a847f533d7 comment 2022-01-01 17:22:47 +01:00
silverqx e4385d1d07 added qtenv{5,6}.ps1 example scripts 2022-01-01 15:21:57 +01:00
silverqx 451bf3a4e5 added clang analyzers powershell script
This helper script runs clang-tidy and clazy-standalone with TinyORM
settings.
2022-01-01 15:18:42 +01:00
silverqx 34e8c44593 enhanced InvokeXTimes 2021-12-28 18:13:32 +01:00
silverqx 293e0b4c5e added Unix support for InvokeXTimes 2021-12-28 17:29:15 +01:00
silverqx 4bf0241d32 added tools/InvokeXTimes.ps1
It invokes all auto tests X times and prints total and average execution
times.
2021-12-27 16:54:23 +01:00
silverqx 35cf938440 sync docs, added Building and Hello world docs
RootFolderInput component allows to input the root folder and
application folder and these two folders are used across whole
documentation, they are persisted in the local storage.

Also pretty huge enhancements:

 - Docusaurus upgraded to 2.0.0-beta.14
 - APITable component
 - RootFolderInput / RootFolder components
 - enhanced docusaurus.config.js
 - new qmake syntax highlighter
 - fixed bash syntax highlighter
 - fixed robots.txt, moved to static/ folder
 - enabled sass for css modules and for global customCss
2021-12-27 16:53:01 +01:00
silverqx d4c6a55178 ga use python script to invoke clazy-standalone 2021-12-08 13:47:49 +01:00
silverqx 4d6f05149d added clazy-standalone analyzer 🚀 2021-12-08 12:35:57 +01:00
silverqx e7634156f1 set strict mode for ExportInHeader.ps1 2021-11-16 18:35:05 +01:00
silverqx 7b6c4e6ffe PS script to detect dll export in header files 2021-11-13 11:11:11 +01:00