qPCR4vir
|
6a46ec4f52
|
-static-libgcc ?
|
2019-06-12 16:13:37 +02:00 |
|
qPCR4vir
|
cea2f01388
|
Visual Studio 2017 ?
|
2019-06-12 13:27:14 +02:00 |
|
qPCR4vir
|
ceb81a0876
|
eliminate debug info in release, size of executable is 1/10
|
2019-06-12 12:44:01 +02:00 |
|
qPCR4vir
|
17240f5a51
|
NANA_CMAKE_INSTALL=ON, but now normal users need to set OFF or EXCLUDE_FROM_ALL
|
2019-06-12 12:39:31 +02:00 |
|
qPCR4vir
|
6fe009961f
|
fix comments: Boost as workaround
|
2019-05-15 14:08:53 +02:00 |
|
qPCR4vir
|
c6b0a7093d
|
use target_link_libraries
|
2019-05-15 13:44:32 +02:00 |
|
qPCR4vir
|
fbffbcd75d
|
target_compile_options(nana PUBLIC -static -static-libstdc++) for MINGW too
|
2019-05-15 13:05:19 +02:00 |
|
qPCR4vir
|
ca96a9d3ca
|
Fix merge
# Conflicts:
# include/nana/gui/widgets/treebox.hpp
# source/gui/place.cpp
|
2019-05-05 22:15:41 +02:00 |
|
qPCR4vir
|
d6088e5d7d
|
nana dev point to nana-demo cmake-dev. No Boost, print CMAKE_CXX_FLAGS_RELEASE.
|
2019-05-05 21:53:05 +02:00 |
|
qPCR4vir
|
d18a4e9506
|
LanguageStandard -> stdcpplatest
|
2019-05-05 11:18:02 +02:00 |
|
qPCR4vir
|
662a9b6b80
|
FIX big executables in release mode: from 103 MB to 3 MB
|
2019-05-05 11:14:16 +02:00 |
|
Jinhao
|
b0392bfa3c
|
fix missing noexcept
|
2019-03-12 04:09:13 +08:00 |
|
beru
|
a9f37e4ca4
|
Use .gitattributes file to specify line endings for Visual Studio solutions and projects files
Set project property Windows SDK Version to default
Set project property Multi-processor Compilation to Yes (/MP)
|
2019-02-24 06:02:24 +09:00 |
|
Jinhao
|
e89ee5d18b
|
some improvements
improved resizing performance
removed frame widget
refactoring
|
2019-02-16 00:55:02 +08:00 |
|
qPCR4vir
|
cfa7cc7831
|
Merge remote-tracking branch 'cnjinhao/develop-1.7' into cmake-dev
|
2018-10-09 17:54:55 +02:00 |
|
qPCR4vir
|
5258b7ce8f
|
update project from 8.1 to 10 ??
|
2018-10-09 17:54:39 +02:00 |
|
Jinhao
|
943a9e444d
|
init dragdrop
contains a new class simple_dragdrop and changes of listbox for dragdrop
|
2018-10-09 03:56:50 +08:00 |
|
qPCR4vir
|
9792b1ed2f
|
verbose.cmake # Just for information
|
2018-10-06 20:31:58 +02:00 |
|
qPCR4vir
|
3c672c4a53
|
fix to full path ? CLion ? CMake ? me ? have problem with relative path?
|
2018-10-05 12:06:06 +02:00 |
|
qPCR4vir
|
6355d9ac7e
|
Fontconfig scripts from https://github.com/cnjinhao/nana/pull/278
|
2018-10-02 18:50:49 +02:00 |
|
qPCR4vir
|
2e6a85bf89
|
reorganize cmake in small scripts with some fix from https://github.com/cnjinhao/nana/pull/278
|
2018-10-02 18:47:04 +02:00 |
|
qPCR4vir
|
4f42041388
|
fix definition of boolean in jpeg by default
|
2018-10-01 19:55:06 +02:00 |
|
qPCR4vir
|
2e0bf06dcb
|
trying to fix a definition duplication of boolean window.h vs jpeg
|
2018-10-01 19:37:33 +02:00 |
|
qPCR4vir
|
8c8adb397e
|
target_link_libraries
|
2018-10-01 19:04:12 +02:00 |
|
qPCR4vir
|
8c6b0d4653
|
simplify CMakeList with cmake scripts
|
2018-09-10 14:27:56 +02:00 |
|
Jinhao
|
7369b5437c
|
Merge branch 'hotfix-1.5.5' into develop
|
2017-12-01 17:56:06 +08:00 |
|
qPCR4vir
|
97ca4ac3de
|
add h file into project for convenient IDE browsing
|
2017-10-20 02:10:31 +02:00 |
|
qPCR4vir
|
117e08c9aa
|
Merge remote-tracking branch 'cnjinhao/hotfix-1.5.5' into hotfix-1.5.5
|
2017-09-14 00:06:47 +02:00 |
|
Jinhao
|
6e9296166f
|
fix bug that platform_spec_posix.cpp is missing in code::blocks project
|
2017-09-14 02:21:03 +08:00 |
|
qPCR4vir
|
e5fe759c7d
|
Merge remote-tracking branch 'cnjinhao/hotfix-1.5.5' into hotfix-1.5.4
|
2017-09-07 12:36:50 +02:00 |
|
qPCR4vir
|
463ba5403f
|
RuntimeLibrary->MultiThreaded (/MT or /MTd) by default, static linked
|
2017-09-05 00:14:05 +02:00 |
|
Jinhao
|
dd5bb86514
|
refactor menubar
|
2017-09-05 04:57:35 +08:00 |
|
qPCR4vir
|
c94f69fde5
|
conveniently add include files to the project
it make browsing files and navigating the code easier.
/todo add all the other .h files
|
2017-08-27 16:32:32 +02:00 |
|
Jinhao
|
cf088ddbfb
|
eliminate compiler warnings
|
2017-07-26 05:01:44 +08:00 |
|
Jinhao
|
f2e10709e4
|
Merge branch 'hotfix-1.5.3' into develop
|
2017-07-09 22:45:50 +08:00 |
|
Jinhao
|
b3dd220454
|
delete CB .depend file
|
2017-07-08 10:01:19 +08:00 |
|
James Bremner
|
24c4efac2a
|
Fix codeblocks build project
So that it will build 'out of the box'. Set c++11. Define
enable_std_make_unique. Define various _WIN32* Add boost library to
search folders.
|
2017-07-06 12:57:25 -04:00 |
|
Jinhao
|
57fe04119f
|
fix bug that some cpp files weren't included in vc2017 sln
|
2017-07-05 00:22:52 +08:00 |
|
Jinhao
|
ad55c51a3e
|
small fixes
|
2017-06-21 22:42:22 +08:00 |
|
FirstTimeInForever
|
260715dd0b
|
Fix VS2017 project win32 config
For some reason win32 configuration was broken. There were no include paths and other stuff were just set to their defaults.
|
2017-05-21 02:11:43 +03:00 |
|
Jinhao
|
2ff8a1c729
|
add new platform_abstraction
add support of loading ttf file
|
2017-04-26 08:04:25 +08:00 |
|
Jinhao
|
919008d448
|
add vc2017 solution
|
2017-04-15 23:11:43 +08:00 |
|
Jinhao
|
b890f2fad7
|
fix some listbox bugs
|
2017-03-19 22:53:40 +08:00 |
|
Jinhao
|
33424f0c75
|
Merge branch 'hotfix-1.4.1' into develop
|
2017-03-16 02:07:37 +08:00 |
|
Jinhao
|
57ae7822c8
|
update for fit-content
|
2017-03-16 01:48:49 +08:00 |
|
qPCR4vir
|
11bd0bcf88
|
remove filesystem_selector
|
2016-06-27 01:24:19 +02:00 |
|
Jinhao
|
5ba6d52774
|
debug a crash for travis
|
2016-06-24 11:48:15 +08:00 |
|
qPCR4vir
|
8be4603ef5
|
doxygen comments
|
2016-03-01 14:12:48 +01:00 |
|
qPCR4vir
|
4a0ca4f2f6
|
updated to filesystem_selector
|
2016-02-17 01:50:34 +01:00 |
|
Jinhao
|
ece696c3b5
|
update filesystem and remove fs_utility
|
2016-01-20 01:06:16 +08:00 |
|