59 Commits

Author SHA1 Message Date
qPCR4vir
186be4a99b CMAKE_BOOST_FILESYSTEM_AVAILABLE 2016-02-16 13:12:47 +01:00
qPCR4vir
1c05efcb81 fixing with C++14: tabbar append error in gcc linux - travis 2016-02-15 19:59:49 +01:00
qPCR4vir
09eaea0fad modernize widget_show2 to nana v1.3.0 2016-02-15 00:46:37 +01:00
qPCR4vir
32875bdf4c allow widget show 2016-02-14 05:09:43 +01:00
qPCR4vir
32924a0904 more examples 2016-02-12 17:00:56 +01:00
qPCR4vir
6c62c20ae1 more examples and cleanup 2016-02-12 13:06:25 +01:00
qPCR4vir
442747a9c6 clean 2016-02-12 03:29:37 +01:00
qPCR4vir
bf58672c11 temporally exclude widget_show2 depending on filesystem 2016-02-12 02:55:21 +01:00
qPCR4vir
bd80c0852a temporally exclude widget_show depending on filesystem 2016-02-12 02:55:06 +01:00
qPCR4vir
95bde7bc51 temporally exclude file_explorer 2016-02-12 02:54:56 +01:00
qPCR4vir
5aec3d4b74 fix 2016-02-12 02:54:40 +01:00
qPCR4vir
568feb16c6 NANA_LINKS 2016-02-12 02:49:45 +01:00
qPCR4vir
52510b265a pthread 2016-02-12 02:48:56 +01:00
nabijaczleweli-vm
ea4bac6e9c Link to libjpeg and libpng when appropriate 2016-02-12 02:43:28 +01:00
nabijaczleweli-vm
48a9edc61d Xft 2016-02-12 02:43:17 +01:00
nabijaczleweli-vm
9bbc72b876 Link to X11 2016-02-12 02:43:00 +01:00
Ariel Vina-Rodriguez
b03e1f6e69 FIX g++-5: error: unrecognized command line option ‘-stdlib=libstdc++’ 2016-02-12 02:41:44 +01:00
Ariel Vina-Rodriguez
40115f043d Build FreeMe only on Windows 2016-02-12 02:41:30 +01:00
Ariel Vina-Rodriguez
b2ca5d7544 temporally eliminate outdated biicode from cmake 2016-02-12 02:41:19 +01:00
qPCR4vir
ee77b400ff messages 2016-02-12 02:35:44 +01:00
qPCR4vir
782d6f8aa9 static link libstd 2016-02-12 02:19:49 +01:00
Jinhao
898ec72ed9 disable the CMake CMP0054 warning 2016-02-08 12:56:14 +08:00
Jinhao
345abe7fe4 add NANA_ENABLE_AUDIO option for CMakeLists 2016-02-01 00:52:12 +08:00
Jinhao
61a09ca4cc fix CMakeLists when using Nana as a sub cmake project 2016-02-01 00:28:55 +08:00
Jinhao
ce7b044186 update CMakeLists for new configuration structure 2016-02-01 00:16:40 +08:00
Pr0curo
d6d9976285 resolve 'if' error within CMakeLists.txt
Appearently CMake cannot deal with if/endif within the add_library
call. Thus the call is now completly enclosed from the if/endif
statements
2016-01-03 22:40:17 +01:00
Pr0curo
ca5ae23410 change 'CMakeLists.txt' encoding to utf8 2016-01-03 22:38:41 +01:00
qPCR4vir
0bd5483cdd reorganize 2015-12-14 12:44:37 +01:00
qPCR4vir
986f5ea9ad Reorganize options in CMakeList.txt at the beginning with right defaults. Add condition in endif() 2015-12-14 02:33:11 +01:00
qPCR4vir
cfc73be627 VERBOSE_PREPROCESSOR "Show annoying debug messages during compilation." 2015-12-14 02:32:56 +01:00
qPCR4vir
f59afb9aa4 Build demos 2015-12-14 01:49:47 +01:00
qPCR4vir
d5721fbe30 STD_make_unique_NOT_SUPPORTED "Add support for make_unique<>()." 2015-12-14 01:44:22 +01:00
qPCR4vir
48b622acc7 why some variables are not set by CLion / CMake ? __GNUC__ etc.
I got libnana.a, but not the test.exe, why?
2015-12-03 20:24:32 +01:00
qPCR4vir
3ad8f5a641 Simplify CMake file and config.h 2015-12-03 20:24:20 +01:00
qPCR4vir
f9f70cf08b Simplify CMake file 2015-12-03 20:24:07 +01:00
qPCR4vir
4b57b76ffb simplify automatic project generation 2015-12-03 20:14:32 +01:00
Jinhao
94c10c8fba Merge branch 'macos' of https://github.com/BenjaminNavarro/nana into BenjaminNavarro-macos 2015-11-10 23:21:07 +08:00
Benjamin Navarro
a09d5c3c95 Mac OS X support 2015-10-11 18:31:30 +02:00
Keith Hammond
bbd7d44b48 Merge branch 'hotfix-1.1.3' of https://github.com/RamblingMadMan/nana 2015-10-08 21:06:24 +13:00
Keith Hammond
e2ce6d81fd Fixed the faulty CMakeLists.txt for linux/gcc builds that aren't biicode 2015-10-08 21:03:23 +13:00
Jinhao
75ee238f34 Merge branch 'master' of https://github.com/htzh/nana into htzh-master 2015-09-27 16:46:07 +08:00
Haitao Zhang
3c13cec4b7 Change cmake MinGW build default to include thread support. 2015-09-26 18:32:53 -07:00
Robert
f21ceb0fac Add VS2015 Linker fix also for Cmake 2015-09-14 12:37:28 +02:00
Robert
ec098640fd Fix Visual Studio 2015 codecvt linker errors
Add missing defines
2015-09-13 19:27:55 +02:00
Rajko Đorđević
f0f6246ccc Letting cmake to decide which standard to use, if compiler doesn't support c++14 it will fall back to c++11 as was before. 2015-05-10 12:01:35 +02:00
Ryan Gonzalez
5b97322d35 Detect Clang 2015-05-01 15:06:17 -05:00
Jinhao
d521e9829b Merge branch 'develop' of https://github.com/qqiangwu/nana into qqiangwu-develop
Conflicts:
	include/nana/deploy.hpp
	source/deploy.cpp
2015-04-13 00:38:08 +08:00
qqiangwu
100283d43e minor fix 2015-04-12 12:05:59 +08:00
qqiangwu
79ec3c927d eliminate macro redefine error when used in biicode 2015-04-12 11:40:58 +08:00
qqiangwu
9c3f53eab8 modify readme and fix(maybe?) the curious thread support problem 2015-04-12 00:59:49 +08:00