Commit graph

7 commits

Author SHA1 Message Date
Joachim Schmitz
dba4644b70 use correct format specifiers
%d rather than %ld for int resp. %hhd vs. %d for char
2014-06-10 09:27:39 +02:00
Joachim Schmitz
e474ac8363 don't compare pointers against NULL in C++11
either avoid it like done here or use nullptr
2014-06-10 09:27:37 +02:00
Joachim Schmitz
6f3a7d1957 whitespace cleanup 2014-05-30 13:37:44 +02:00
ws
8ffe7531d9 add new sfz sample player: zerberus 2013-03-26 20:00:19 +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
f0f878eb24 fix build problem on (Mountain) Lion with XCode4 only 2012-08-13 10:15:09 +02:00
Werner Schweer
412ca45401 Initial commit 2012-05-26 14:49:10 +02:00