Commit graph

9 commits

Author SHA1 Message Date
Joachim Schmitz
23d9abe642 fix some compiler warnings on Mac
two due to -Wunused-private-field and two due to -Wformat

Still loads of warnings due to -Woverloaded-virtual left ...
2015-01-28 14:44:55 +01:00
Joachim Schmitz
5552b9c8c6 fix warnings reg. unused parameters 2014-04-30 17:03:06 +02:00
ws
4e6aaa1ba4 for debugging remove iostream from bww2mxml 2013-07-09 16:56:38 +02:00
lasconic
7825ff8db0 precompiled header for mac 2013-03-14 16:00:06 +01:00
lasconic
bdb01a0725 fix compilation on MacOSX 2013-03-13 18:55:42 +01:00
lasconic
e3698f7050 travis-ci: fix multi cpus build 2013-03-11 11:00:33 +01:00
Jonathan Klein
356b124e2b Make XCode generator add headers to project
On Xcode, certain things don't work if the headers
aren't also part of the project, namely .h/.cpp
flipping ("Jump to Next Counterpart" in the navigation
menu) and searching the entire workspace for symbols.

The header files are now collected from the directory
of the target and show up in the XCode project under
"Header files" (per target).

I limited this change to Mac since I cannot test anywhere
else, but it would probably not hurt to do the same thing
on other platforms.

According to forums, the add_executable and add_library
commands of CMake should just silently ignore these files,
but add them to the generated target in the project.
2012-08-13 15:11:00 +02:00
lasconic
4d32a875ad fix build to work with CMake 2.8.8 on windows 2012-08-06 20:48:06 +02:00
Werner Schweer
412ca45401 Initial commit 2012-05-26 14:49:10 +02:00