Jay Two
0ee2c6e70c
Update HowToSetProject-cmake.md
2021-05-05 23:45:24 +09:00
Jay Two
b7b3d96fc7
Merge pull request #148 from QtExcel/qt6beta
...
Qt6beta
v1.4.2.1
2021-03-13 19:34:34 +09:00
Jay Two
e67147ea36
update webserver example for qt6
2021-03-13 19:25:05 +09:00
Jay Two
ee99dd959c
update github actions
2021-03-12 21:00:53 +09:00
Jay Two
b1b374a458
Merge pull request #145 from QtExcel/qt6beta
...
Qt6beta
v1.4.2
2021-03-07 18:22:46 +09:00
Jay Two
d341197a35
update cmake markdown
2021-03-07 18:15:54 +09:00
Jay Two
f66e9b15e5
sudo apt-get update -y
2021-02-13 13:46:21 +09:00
Jay Two
7bbf191055
apt-get update
2021-02-13 13:39:56 +09:00
Jay Two
2bdd541d70
update qmake
2021-02-13 13:14:35 +09:00
Jay Two
fb3c2cf565
Merge pull request #141 from QtExcel/qt6beta
...
- testing in Qt 6.0.1
v1.4.1
2021-02-12 23:53:56 +09:00
Jay Two
4608840b59
update markdown
2021-02-12 23:52:03 +09:00
Jay Two
38add268a0
update markdown
2021-02-12 22:11:11 +09:00
Jay Two
c8ca4f5bba
Merge pull request #140 from QtExcel/qt6beta
...
Qt6beta
2021-02-12 01:36:37 +09:00
Jay Two
8eeaf17508
testing cmake
2021-02-12 01:34:25 +09:00
Jay Two
87afa71f44
set new cmake file for lib & console application
2021-02-11 23:38:37 +09:00
Jay Two
dddf63eb48
update cmake for Qt5/6
2021-02-11 21:19:27 +09:00
Jay Two
03b931d2b7
Merge branch 'master' into qt6beta
2021-02-11 19:33:17 +09:00
Jay Two
5e81f85959
remove cmake dir
2021-02-11 15:02:54 +09:00
Jay Two
f1c4bdb98d
update gitignore
2021-02-11 15:01:17 +09:00
Jay Two
42578db7b0
Merge branch 'master' into qt6beta
2021-02-06 20:22:58 +09:00
Jay Two
71e9fac7c6
Merge branch 'richstring' into qt6beta
2021-02-06 14:08:27 +09:00
Jay Two
78a7bf80bb
Update macos.yml
2021-01-03 20:40:53 +09:00
Jay Two
f8a6030814
Update ios.yml
2021-01-03 20:40:07 +09:00
Jay Two
031fed6e59
Update android.yml
2021-01-03 20:39:44 +09:00
Jay Two
7f28ed86a0
Merge pull request #135 from dand-oss/improve-rich-string
...
- improve RichString
2020-12-31 19:42:25 +09:00
Dan Dees
096ac57b24
improve RichString
2020-12-29 10:13:25 +07:00
Jay Two
ea24a7ca29
Merge pull request #133 from QtExcel/revert-129-clean-headers
...
- Revert "cleanup headers"
2020-12-24 16:08:18 +09:00
Jay Two
a46fc2e5c2
Revert "cleanup headers"
2020-12-24 16:07:30 +09:00
Jay Two
eb4da6f3c7
Merge pull request #129 from dand-oss/clean-headers
...
- cleanup headers
2020-12-24 09:16:24 +09:00
Dan Dees
91655e70de
improve RichString
2020-12-20 15:39:35 +07:00
Dan Dees
eb4a2c5be3
cleanup cpp includes
...
- modules should include its header first
- module include should be "self-contained"
- drop unneeded include files
2020-12-20 15:39:35 +07:00
Dan Dees
42407280ce
prefer #pragma once
...
to wrapping headers in macros
2020-12-20 15:39:35 +07:00
Dan Dees
42a2f7fcfd
clean headers
...
- redundant includes
- unused includes
- prefer forward declare for mere class references
2020-12-20 14:37:25 +07:00
Jay Two
e2d82afb52
Merge pull request #131 from QtExcel/qt6beta
...
- merge qt6beta
2020-12-19 20:27:58 +09:00
Jay Two
806ac8b041
update markdown
2020-12-19 20:27:05 +09:00
Jay Two
ba99e03606
Merge pull request #128 from dand-oss/automoc-target
...
- modern cmake - prefer AUTOMOC target property to global setting
- NOTE: Android or iOS is not supported.
2020-12-19 20:12:32 +09:00
Jay Two
87a516b520
Merge pull request #127 from dand-oss/shared-lib
...
- support shared and static libraries
- Thanks for reporting. 😄
2020-12-19 20:10:50 +09:00
Dan Dees
158ef09812
support shared and static libraries
2020-12-15 14:37:27 +07:00
Dan Dees
6d4e78683c
modern cmake - prefer AUTOMOC target property to global setting
2020-12-15 14:32:49 +07:00
Jay Two
b78cf0cc94
Merge pull request #126 from QtExcel/qt6beta
...
Qt6beta
v1.4.0
2020-12-13 20:28:42 +09:00
Jay Two
bfea4c6bac
Merge pull request #124 from dand-oss/qt6-simplify
...
QT 6 refactor - prefer const auto& reference to macros and hard coded types
2020-12-13 11:58:23 +09:00
Jay Two
893f5f07d0
Merge pull request #123 from dand-oss/cmake-simplify
...
simplify cmake
2020-12-13 11:52:33 +09:00
Dan Dees
1380d770fb
QT 6 refactor - prefer const auto& reference to macros and hard coded types
...
- eliminates QT_VERSION macros used to hardcode QString or QStringRef
- assures lvalue
- enables compiler optimization
- assures maintainer rvalue uneeded
- insures no temporaries
- make an rvalue instance
- then make an lvalue instance
- then op=(rhs)
- auto keyword is C++11 and used elsewhere in codebase
2020-12-09 12:00:07 +07:00
Dan Dees
35fc9bc554
cmake - prefer target compile definitions to global definitions
2020-12-09 11:59:23 +07:00
Dan Dees
db884e7a76
don't tie QT to specific version - Qt5::already covers Qt5::GuiPrivate
2020-12-09 11:59:23 +07:00
Dan Dees
1d62a7f919
Qt5::Core uneeded - already dep in Qt5::Gui target
2020-12-09 11:59:23 +07:00
Jay Two
b41daf8721
Merge pull request #122 from QtExcel/qt6beta
...
testing in qt6
2020-12-05 22:34:45 +09:00
Jay Two
fdbfeecb9c
testing in qt6
2020-12-05 22:33:38 +09:00
Jay Two
4e09a95f51
tested in qt6 beta
2020-12-05 15:51:26 +09:00
Jay Two
c65d942c11
testing: remove build error. but there is codes to be fixed.
2020-11-29 00:39:22 +09:00