summaryrefslogtreecommitdiff
path: root/xcode
AgeCommit message (Collapse)AuthorFilesLines
2011-09-10Update xcode project to allow profiling.Robin Watts5-0/+15
2011-09-08Add massively hacky and horrible clang_wrapper to xcode build.Robin Watts5-16563/+115
This is REALLY nasty, but seems to work; at least I get sensible results thrown back into Xcode when I build with analyze.
2011-09-06New simple xcode project for GhostPDL/Ghostscript.Robin Watts15-12338/+17716
Still very experimental, but seems to build. Debugging seems to work. Analysis doesn't work (usefully) yet due to clang not reporting full pathnames. This can be solved by a wrapper. TODO: Write it.
2010-07-29Modifications to Xcode project to enable "Build and Analyze" to workRobin Watts2-20/+56
under Xcode. This relies on clang being installed, which appears to require Xcode 3.2.2 or above. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11554 a1074d23-0009-0410-80fe-cf8c14f379e6
2010-04-15Tweaks to experimental xcode project to make debug ghoscript build workRobin Watts2-8/+27
properly; pull gs build into line with others in that we redirect via the xcode.mak file to pass appropriate options into the builds. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11076 a1074d23-0009-0410-80fe-cf8c14f379e6
2010-04-15Fix for experimental xcode project. xps was incorrectly trying to buildRobin Watts1-1/+1
svg. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11075 a1074d23-0009-0410-80fe-cf8c14f379e6
2010-03-14First version of an Xcode project for GhostPDL.Robin Watts3-0/+12311
Far from perfect, but it wraps the standard makefile build and gives at least some of the browsing/debugging ability we'd like within Xcode. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10921 a1074d23-0009-0410-80fe-cf8c14f379e6