completed tools for generating OSX and iOS installersNote iOS framework not tested on iOS device
both OSX and iOS build .dmg distribution files and examplesCurrently OSX distributes the release version and iOS the simulator version eventually each will distribute both
converted OSX frameworker and installer to use location PETSc-OSX/release or debugonly release implemented
added installer for iOS including examplesnew location for Frameworks and examples to distinquish between iOS and OSX and debug and optimized
should not have headers in xcode project pointing to PETSc tree
should not have any header paths in the project to PETSc tree
fixes for OpenGL draw routines not handling optional argumentsuse of popup window for setting options even if popup window was not made
cleaup docs of makeframework
starting code for making iOS framework (uses static library!)moved iOS project examples into proper subdirectories
apple installer now makes two examples work as stand-alone code not requiring PETSc source tree
continue to add examples to Apple installer
make PETSc framework examples not search in $PETSC_ARCH location for framework
clearer documentation on installing and using PETSc.framework
start to add examples to PETSc.dmgfix OSX example projects to look for PETSc.framework in /Library/Frameworks
more missing files for iOS graphics updates to get the OpenGL working
many fixes to build on Ios-include ios project file that never properly got in repository-remove lots of dead Tao code that was not handled by any compiler-cleanup directions for ios builds
added missing files for building Apple Framework from PETSc
add systems/Apple/OSX/bin/makeall that handle entire building of PETSc.dmg installer for framework and docs
generate list of symbols fo xcode to use in quick searches of docs
build PETSc.docset outside of PETSc.frameworkmake installer allow installing PETSc.* in correct locations
DAMN crappy Apple documentation why don't you say where Nodes.xml goes!
trying to make docs readbable for xcode, currently docsetutil is stopping with useless error message
removed code accidently introduced in previous commit
Fixes for 3.4 to work with Xcode
TSMonitorTimeStep, TSMonitorSolutionODE and TSMonitorErrorODE now support argument indicating how often to plotHg-commit: 77732a3cf36aa6516b4b98adc8cb6edf8b5a234d
123