lyx_mirror/development
Scott Kostyshak 6adae69810 Script for finding unneeded headers
The script does the following:

  All .cpp and .h files in the current directory and subdirectories
  are checked to see which include statements could be omitted without
  causing a build error.

Many of these omissions would not be desired. For example, currently
if you don't include Undo.h in Undo.cpp, there is no error because
Undo.h is included in Cursor.h which is included in Undo.cpp. But
clearly we do want to include Undo.h in Undo.cpp.

See #6305.
2013-05-02 02:40:48 -04:00
..
attic Move layout editor zombie to attic. 2012-10-01 17:14:34 +02:00
autotests Added regression test for simple use-case documented in Advanced F&R manual. 2013-04-29 00:48:43 +01:00
cmake CPack: Do not use CPACK_SET_DESTDIR on Windows 2013-04-25 21:18:41 +02:00
coding Fix bibliography indentation throughout LyX 2.1 source (part of #7458). 2013-01-12 08:41:59 +01:00
cygwin Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
HTML Update HTML notes again. 2011-04-03 13:38:05 +00:00
keystest Next keystest patch from John McCabe-Dansted. 2010-01-06 22:11:59 +00:00
lyxserver Remove obsolete source file. 2010-02-18 09:58:20 +00:00
MacOSX use MKDIR_P macro 2013-02-03 19:26:21 +01:00
mathmacros * description of the math macro implementation 2008-03-15 10:54:26 +00:00
tools Script for finding unneeded headers 2013-05-02 02:40:48 -04:00
Win32 installer: fix a typo 2013-05-02 00:59:44 +02:00
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
expectedTestFailures Update expected test failures 2013-02-16 06:27:10 -05:00
FORMAT forgot format entry 2013-03-23 09:26:04 +01:00
LyX-Mac-binary-release.sh Prepare LyX code to compile and link with Qt5: 2013-02-03 19:26:21 +01:00
lyx.package.README Creat source package with 'make package_source' from inside the build directory 2011-05-23 08:44:32 +00:00
lyx.rpm.README Typos 2012-06-05 12:22:13 +02:00
lyx.spec.in Update version strings 2010-03-16 09:25:30 +00:00
Makefile.am Add script for automatic toolbar image creation. 2012-12-16 14:44:18 +01:00