Add CMake-based build system. Merge the original branch without any changes except for resolving the conflict due to moving the contents of .travis.yml to a separate file by propagating the changes done in this file since then to the new script and rerunning ./build/update-setup-h and ./build/cmake/update_files.py to update the file lists changed in the meanwhile. Closes https://github.com/wxWidgets/wxWidgets/pull/330
		
			
				
	
	
		
			104 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			104 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
| /////////////////////////////////////////////////////////////////////////////
 | |
| // Name:        topics.h
 | |
| // Purpose:     Topic overviews page of the Doxygen manual
 | |
| // Author:      wxWidgets team
 | |
| // Licence:     wxWindows licence
 | |
| /////////////////////////////////////////////////////////////////////////////
 | |
| 
 | |
| /**
 | |
| 
 | |
| @page page_topics Programming Guides
 | |
| 
 | |
| @tableofcontents
 | |
| 
 | |
| The guides here cover all high level details of a full range of development
 | |
| topics related to building applications with wxWidgets.
 | |
| 
 | |
| 
 | |
| 
 | |
| @section page_topics_starting Starting with wxWidgets
 | |
| 
 | |
| @li @subpage overview_referencenotes
 | |
| @li @subpage overview_roughguide
 | |
| @li @subpage overview_helloworld
 | |
| @li @subpage overview_cmake
 | |
| 
 | |
| @section page_topics_programming Important wxWidgets Topics
 | |
| 
 | |
| @li @subpage overview_app
 | |
| @li @subpage overview_unicode
 | |
| @li @subpage overview_i18n
 | |
| @li @subpage overview_events
 | |
| @li @subpage overview_windowsizing
 | |
| @li @subpage overview_windowids
 | |
| @li @subpage overview_log
 | |
| 
 | |
| @section page_topics_nongui Non-GUI Classes
 | |
| 
 | |
| @li @subpage overview_string
 | |
| @li @subpage overview_bufferclasses
 | |
| @li @subpage overview_datetime
 | |
| @li @subpage overview_container
 | |
| @li @subpage overview_file
 | |
| @li @subpage overview_stream
 | |
| @li @subpage overview_thread
 | |
| @li @subpage overview_config
 | |
| @li @subpage overview_persistence
 | |
| @li @subpage overview_fs
 | |
| @li @subpage overview_resyntax
 | |
| @li @subpage overview_archive
 | |
| @li @subpage overview_ipc
 | |
| 
 | |
| @section page_topics_drawing Drawing Related Classes
 | |
| 
 | |
| @li @subpage overview_dc
 | |
| @li @subpage overview_bitmap
 | |
| @li @subpage overview_font
 | |
| @li @subpage overview_fontencoding
 | |
| @li @subpage overview_printing
 | |
| @li @subpage overview_unixprinting
 | |
| 
 | |
| @section page_topics_gui GUI Classes
 | |
| 
 | |
| @li @subpage overview_sizer
 | |
| @li @subpage overview_xrc
 | |
| @li @subpage overview_xrcformat
 | |
| @li @subpage overview_scrolling
 | |
| @li @subpage overview_dialog
 | |
| @li @subpage overview_validator
 | |
| @li @subpage overview_dataobject
 | |
| @li @subpage overview_dnd
 | |
| 
 | |
| @section page_topics_indivctrl Individual Controls
 | |
| 
 | |
| @li @subpage overview_html
 | |
| @li @subpage overview_richtextctrl
 | |
| @li @subpage overview_aui
 | |
| @li @subpage overview_propgrid
 | |
| @li @subpage overview_cmndlg
 | |
| @li @subpage overview_toolbar
 | |
| @li @subpage overview_grid
 | |
| @li @subpage overview_treectrl
 | |
| @li @subpage overview_listctrl
 | |
| @li @subpage overview_splitterwindow
 | |
| @li @subpage overview_bookctrl
 | |
| @li @subpage overview_tips
 | |
| @li @subpage overview_docview
 | |
| 
 | |
| @section page_topics_other Other wxWidgets Programming Overviews
 | |
| 
 | |
| @li @subpage overview_backwardcompat
 | |
| @li @subpage overview_exceptions
 | |
| @li @subpage overview_rtti
 | |
| @li @subpage overview_cpp_rtti_disabled
 | |
| @li @subpage overview_refcount
 | |
| @li @subpage overview_mbconv
 | |
| @li @subpage overview_nonenglish
 | |
| @li @subpage overview_debugging
 | |
| @li @subpage overview_windowstyles
 | |
| @li @subpage overview_windowdeletion
 | |
| @li @subpage overview_envvars
 | |
| @li @subpage overview_customwidgets
 | |
| 
 | |
| */
 |