744 Commits

Author SHA1 Message Date
qPCR4vir
9c148a86a2 Wait_or_not 2016-03-02 15:29:38 +01:00
qPCR4vir
3184022bf1 wait and close 2016-03-02 14:08:14 +01:00
qPCR4vir
a2fd7f32c8 NANA_ADD_DEF_AUTOMATIC_GUI_TESTING
Support for NANA_AUTOMATIC_GUI_TESTING
Will cause the program to self-test the GUI.
If NANA_ADD_DEF_AUTOMATIC_GUI_TESTING is also defined a default automatic GUI test
will be added to all programs which don't have yet one defined. This default test will simple
wait 10 sec. (time to construct, show and execute the GUI) and then exit normally.
2016-03-02 14:05:48 +01:00
qPCR4vir
8cb8655147 -DNANA_AUTOMATIC_GUI_TESTING 2016-03-02 11:43:05 +01:00
qPCR4vir
59d94b9c7a FreeMe need more work - let out of the way temporally 2016-03-02 11:42:19 +01:00
Ariel Vina-Rodriguez
b8eb7dbffd ls 2016-03-01 19:34:50 +01:00
Ariel Vina-Rodriguez
669a7385a6 # 2016-03-01 19:33:50 +01:00
Ariel Vina-Rodriguez
6160801bdf fix 2016-03-01 19:26:38 +01:00
Ariel Vina-Rodriguez
37ed48d38a add_custom_command( TARGET clicked POST_BUILD COMMAND clicked ) 2016-03-01 19:23:35 +01:00
Ariel Vina-Rodriguez
18a919f11e fix 2016-03-01 19:06:33 +01:00
qPCR4vir
976b5ec275 explore automatic GUI testing in VS2015, cmake and travis
local works vary good in windows with VS2015
2016-03-01 18:59:57 +01:00
qPCR4vir
cbe6399008 doxy 2016-03-01 18:57:03 +01:00
qPCR4vir
d09c1bd733 brief 2016-03-01 18:54:31 +01:00
qPCR4vir
ddbbdf21ff doxy comments 2016-03-01 17:00:43 +01:00
qPCR4vir
8be4603ef5 doxygen comments 2016-03-01 14:12:48 +01:00
qPCR4vir
54ecf4d714 a simple but not trivial HelloWorld 2016-02-29 14:30:49 +01:00
qPCR4vir
282508d54f update travis too 2016-02-29 00:32:32 +01:00
qPCR4vir
bd0e27deb8 Microsoft also support <experimental/filesystem> 2016-02-29 00:23:55 +01:00
qPCR4vir
be2b67d970 by default but optionally install includes, make easy to find variables in large lists 2016-02-29 00:23:04 +01:00
Ariel Vina-Rodriguez
312b740354 Merge pull request #28 from steve6390/hotfix-1.3
Copy include files to installation directory.
2016-02-28 22:30:32 +01:00
git
4eef6c679a Fixed path to experimental filesystem header for GNU environments. 2016-02-27 17:55:39 -08:00
git
f236ca91cf Copy include files to installation directory. 2016-02-27 16:47:27 -08:00
qPCR4vir
0660530cd2 fix ‘tm’ in namespace ‘std’ does not name a type 2016-02-27 00:51:00 +01:00
qPCR4vir
fd1904ccc7 fix define 2016-02-27 00:44:40 +01:00
qPCR4vir
1312371033 fix STD_put_time_NOT_SUPPORTED 2016-02-27 00:40:16 +01:00
qPCR4vir
1f2a48e63e test boost fs 2016-02-27 00:14:10 +01:00
qPCR4vir
7f10f8d28d add STD_put_time_NOT_SUPPORTED 2016-02-27 00:13:37 +01:00
qPCR4vir
f8fb4a464d restore travis 2016-02-26 21:24:04 +01:00
qPCR4vir
61145300f1 -DCMAKE_FIND_BOOST_FILESYSTEM=OFF 2016-02-26 21:21:14 +01:00
qPCR4vir
7a4d18789b fix? no 4.9 2016-02-26 21:04:58 +01:00
qPCR4vir
859631732d first test boost 2016-02-26 21:00:58 +01:00
qPCR4vir
e06f124ea1 allow failures g++-4.9
http://stackoverflow.com/questions/14136833/stdput-time-implementation-status-in-gcc
2016-02-26 20:59:50 +01:00
qPCR4vir
81aacd4f3c fix #include <iomanip> 2016-02-26 20:04:36 +01:00
qPCR4vir
d7a3f12136 include demo 2016-02-26 16:52:26 +01:00
qPCR4vir
d335f34a6c truly empty? in filesystem_ext 2016-02-26 16:47:53 +01:00
qPCR4vir
ff279652bc two pretty print functions in filesystem_ext 2016-02-26 15:24:51 +01:00
qPCR4vir
2504a915b3 FIX: project() defines essential system variables like CMAKE_FIND_LIBRARY_PREFIXES 2016-02-26 14:03:01 +01:00
Ariel Vina-Rodriguez
1c42e93d91 try nana, no boost filesystem 2016-02-25 19:41:41 +01:00
Ariel Vina-Rodriguez
890b60d9c7 elimine - sudo apt-get install libboost-filesystem-dev 2016-02-25 19:30:50 +01:00
Ariel Vina-Rodriguez
ad926c3d03 eliminate problematic line in travis 2016-02-25 19:27:33 +01:00
qPCR4vir
c499c351dc cleanup selection of std, boost or nana filesystem and install it in travis, with detection in cmake
todo: check namespaces and compatibility of boost filesystem
2016-02-25 19:21:29 +01:00
qPCR4vir
aad9e77804 a few more std features in filesystem 2016-02-25 19:18:40 +01:00
qPCR4vir
1dd42c8841 log Boost related configuration 2016-02-25 09:26:06 +01:00
qPCR4vir
0978ed7e18 NANA_BOOST_FILESYSTEM_PREFERRED On by default. 2016-02-25 08:40:57 +01:00
qPCR4vir
e649a06b6f include protoversion of the file_explore demo 2016-02-25 00:07:39 +01:00
qPCR4vir
bd7b6e691c travi test nana branch hotfix-1.3 with demo-nana branch dev_nana_in_examples 2016-02-24 23:21:16 +01:00
Jinhao
7b6baa5262 Merge branch 'qPCR4vir-filesystem' into hotfix-1.3 2016-02-21 17:48:25 +08:00
Jinhao
3e8858d782 Merge branch 'filesystem' of https://github.com/qPCR4vir/nana into qPCR4vir-filesystem 2016-02-21 17:48:01 +08:00
Jinhao
9eb940367a Merge branch 'qPCR4vir-hotfix-1.3' into hotfix-1.3 2016-02-21 17:46:51 +08:00
qPCR4vir
6d383d288d fix return local end 2016-02-19 14:43:23 +01:00