| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Nothing tests these macros nor includes these files, so I don't think
there's any useful side-effect for checking that they exist.
|
| |
|
|
|
|
|
|
|
|
| |
These are roughly equivalent to autoconf's AC_HEADER_STDC and even they
say that macro is obsolescent.
strings.h is not really a C89 header, but it defined some things that
are no longer needed [1]. And no file actually #includes it.
[1] https://stackoverflow.com/a/4291328
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most of these #defines are not even checked anyway, though they could
have the side-effect of failing configure before the build started.
However, these checks are redundant due to other checks for the same
thing:
* concept_check.hpp was added to Boost in 1.19.0, released in 2000. I
sincerely doubt anyone is using that version right now, but I added a
minimum version to the find_package() call. In any case, no code
actually checked the #define, so it wouldn't have built without it
anyway.
* FindBoehmGC puts gc.h on the compiler search path, so there's no need
to try gc/gc.h also.
* libintl.h is found by FindIntl.
* unordered_set is part of the C++11 standard.
* zlib.h is found by find_package(ZLIB).
|
| | |
|
| |
|
|
|
| |
gtk_window_fullscreen was added in 2.2 and
gtk_window_set_default_icon_from_file is not even used.
|
| |
|
|
|
| |
Have no <tr1/XXX> STL headers w/ OS X clang so try to find the C++11 ones
(bzr r14855.1.1)
|
| |\
| |
| | |
(bzr r14761.1.11)
|
| | |
| |
| | |
(bzr r14853)
|
| |/
|
| |
(bzr r14761.1.7)
|
| |
|
|
|
|
|
|
| |
This lets us drop getopt as a cmake requirement.
Patch from rindolf, thanks!
http://www.shlomifish.org/Files/files/code/inkscape-cmake-get-rid-of-getopt-check-2.diff
(bzr r14668)
|
| |
|
| |
(bzr r14595)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1451236
(bzr r14304)
|
| |
|
|
|
| |
gtk_window_fullscreen)
(bzr r14091)
|
| |
|
| |
(bzr r10417)
|
| |
|
| |
(bzr r10336)
|
| |
|
| |
(bzr r10287)
|
| |
|
|
|
|
|
| |
- group source/headers per library (for some IDE's)
- include headers with source listing (also for IDE's)
- remove unneeded Find modules
(bzr r10281)
|
| |
|
|
|
| |
sub-libs of inkscape.
(bzr r7120)
|
| |
|
| |
(bzr r5986)
|
| |
|
| |
(bzr r5944)
|
| |
|
| |
(bzr r5770)
|
| |
|
| |
(bzr r5731)
|
|
|
(bzr r5590)
|