qPCR4vir d7a1c66b79 Merge remote-tracking branch 'nana_jh/develop' into dev_nana_fs
* nana_jh/develop:
  restore travis and CMakeLists
  fix missing ~other_tag, remove some warings
  fix crash that deprecation is included in NANA_IGNORE_CONF
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug crash for travis
  debug a crash for travis
  debug a crash for travis
2016-06-25 03:58:18 +02:00
2015-04-05 22:07:57 +08:00
2016-06-24 11:48:15 +08:00
2015-10-15 01:33:53 +08:00
2016-03-04 17:17:03 +01:00
2016-06-25 06:05:59 +08:00
2016-02-12 02:42:00 +01:00
2016-06-25 06:05:59 +08:00
2014-12-11 03:32:35 +08:00
2014-12-11 03:32:35 +08:00
2016-02-18 11:45:10 +01:00

Nana C++ Library

Linux (gcc 5.2.1 and 4.9.2)TravisCI build status including (nana-demos)

Windows (Microsoft (R) Build Engine version 14.0.24720.0) AppVeyor uild status

Licence

Nana is a C++ library designed to allow developers to easily create cross-platform GUI applications with modern C++11 style, currently it can work on Linux(X11) and Windows. The nana repository contains the entire source of library, you can browse the source code and submit your pull request for contributing.

License

Nana is licensed under the Boost Software License

Members

Jinhao, Ariel Viña Rodríguez.

Support

The best way to get help with Nana library is by visiting http://nanapro.org/help.htm

Sending a Pull Request ?

This project is encourage you to contribute it through sending a pull request! There is a simple rule, please don't directly commit your contributions to the master branch. According to your commits, please choose the hotfixes branch or the develop branch. Thank you!

Introduction to the Repository

There are two main branches with an infinite lifetime:

  • master is the main branch and it is marked as every version release.
  • develop is also another main branch where the source code reflects a state with the lastest delivered developement changes for the next release.

Other branches:

  • features are used to develop new features for the upcoming or a distant future release. Feature branches are named as 'feature-FEATURENAME'.
  • hotfix is meant to prepare for a new release, and fixes some bugs from the corresponding tag on the master branch.
Description
No description provided
Readme 6.9 MiB
Languages
C++ 98.7%
CMake 1.3%