Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge develop to fix merging #5

Merged
merged 118 commits into from Mar 6, 2013

Conversation

arturoc
Copy link

@arturoc arturoc commented Mar 6, 2013

i've merged latest develop into your branch. if you can merge this i'll merge it into develop later

arturoc and others added 30 commits September 8, 2012 13:59
This reverts commit 8f12ae4.
It was erroneously merged into master, the error was already fixed in develop.
…was a hungry thread that did not even sleep. This has been changed into an intelligent wait/notify thread scenario.
This change affects only Linux, the manpage of readlink() says:
> readlink() places the contents of the symbolic link path in the
> buffer buf, which has size bufsiz. readlink() does not append a null
> byte to buf. It will truncate the contents (to a length of bufsiz
> characters), in case the buffer is too small to hold all of the
> contents.
Only comment function if needed in the future.
thiagohersan and others added 25 commits February 27, 2013 01:28
…Font

ofTrueTypeFont: remove unneded push/pop & translate
…amgetters

ofSoundStream: adds getters for samplerate, bufferSize and numChannels
…rial-isInitialized

add ofSerial isInitialized( )
android: w,h weren't set before setup + fix deprecated constants
…ddons

addons.make: remove deprecated addons
…to bugfix-linuxscripts

Conflicts:
	scripts/linux/buildAllExamples.sh
	scripts/linux/cleanAllExamples.sh
- Previous code was passing the wrong argument. The first argument is the pointer index, not the pointer id.
…d-historical-events

Fixed onTouchMoved historical event handling
…color

fixes a bug where ofColor::fromHsb(255,x,y) or ofFloatColor::fromHsb(1,1,1) returns white
…ny_parse_poly

remove freeing of non-allocated memory in svgtiny_parse_poly(...)
…example_permissions

add WRITE_EXTERNAL_STORAGE permission back in for android examples with ...
fix getHex and setHex for ofFloatColor and ofShortColor
…ness

add default values to private members of ofGLRenderer.
Conflicts:
	libs/openFrameworks/gl/ofGLRenderer.cpp
NickHardeman added a commit that referenced this pull request Mar 6, 2013
merge develop to fix merging
@NickHardeman NickHardeman merged commit 9536a03 into NickHardeman:feature-3dGraphics Mar 6, 2013
@NickHardeman
Copy link
Owner

Thanks Arturo, I made the merge.

On Mar 6, 2013, at 5:04 AM, arturo notifications@github.com wrote:

i've merged latest develop into your branch. if you can merge this i'll merge it into develop later

You can merge this Pull Request by running

git pull https://github.com/arturoc/openFrameworks 3dprimitives
Or view, comment on, or merge it at:

#5

Commit Summary

ofSoundStream: adds getters for samplerate, bufferSize and numChannels
fixed ofxOsc for vs2010 by removing redclared int type
poco 1.4.3 compiled w/ the new codeblocks / GCC 4.7.1
add default values to private members of ofGLRenderer. close openframeworks#1787.
change bFilled for fillFlag in ofGLRenderer
remove redundant bgColor initialization in ofGLRenderer constructor
fix getHex and setHex for ofFloatColor and ofShortColor. closes openframeworks#1487.
oops. fix getHex for ofShortColor.
make setHex more efficient
use ofColor casting in setHex
Revert "Fix project generator build on linux".
as discussed in issue openframeworks#1704 the ofxThreadedImageLoader was a hungry thread that did not even sleep. This has been changed into an intelligent wait/notify thread scenario.
Stopped calling .front() on empty lists in processDigitalPort()
changes per pull discussion. Only one lock, of standard naming convention, switched order of lock/signal
removed 2 unecessary unlocks
Revert "removed 2 unecessary unlocks"
removed unecessary unlock, added lock around images_async_loading structure
Fix misuse of readlink() buffer causing an unitialized string ending.
make try/catch smaller
lock on images_to_update
Fix warning about unused function helper_quadratic_to().
Fix format not a string literal and no format arguments [-Wformat-security].
Fix Warning about unsed variable. currentNormal was orphaned in a2b95e9.
Examples: Fix comparison to unsigned warnings (-Wsign-compare).
Addons: Fix comparison to unsigned warnings (-Wsign-compare).
Fix unused variable warnings (-Wunused-variable).
Examples: Fix various other warnings.
Linux examples scripts: Skip OSX-only examples.
Warnings: Correct some oversights.
Warnings: fix some stragglers.
glInfoExample: Fix file opening on Linux.
truetypefont: system fonts using fontconfig
fixed bug in ofTrueTypeFont::getStringAsPoints(...)
change ofQTKitVideoGrabber to use BGRA
removed stray NSLog
updates to ofQTKitGrabber pixel copy
ofSerial::isDeviceArduino look for 'usbmodem' too
ofPath: fix bezier curve resolution
Merge pull request openframeworks#1855 from arturoc/fix-bezierCurveRes
Fixed texture mapping for non-ARB textures
Merge branch 'master' of https://github.com/openframeworks/openFrameworks
ofTrueTypeFont: add system fonts loading
fixed static ofMutex issue in ofxOpenALSoundPlayer, closes openframeworks#1857
Merge pull request openframeworks#1861 from damiannz/FIX_iosSoundPlayerCrashOnExit
Merge branch 'ofxThreadedImageLoader-issue-1704' of https://github.com/labatrockwell/openFrameworks into bugfix-threadedImageLoader
several fixes for ofxThreadedImageLoader + ofURLFileLoader
Merge branch 'gcc47' of https://github.com/ofZach/openFrameworks into develop
Merge pull request openframeworks#1851 from obviousjim/bugfix-qtkitgrabber-pixelformat
small fix for ofQTKitGrabber needed #ifdef for pre 10.8
Added OpenCv and VideoInput for new Codeblocks 12 Closes openframeworks#1765 Closes
Merge commit 'refs/pull/1850/head' of github.com:openframeworks/openFrameworks into develop
Merge commit 'refs/pull/1865/head' of github.com:openframeworks/openFrameworks into develop
Merge commit 'refs/pull/1831/head' of github.com:openframeworks/openFrameworks into develop
Merge commit 'refs/pull/1830/head' of github.com:openframeworks/openFrameworks into develop
Merge commit 'refs/pull/1854/head' of github.com:openframeworks/openFrameworks into develop
changelog for 0.7.4
Update changes.txt
Add versioning system info to changelog.
ofGraphics/ofCamera: add ofSetMatrixMode. Closes openframeworks#1866
Merge branch 'develop' of github.com:openframeworks/openFrameworks into develop
Merge pull request openframeworks#1868 from bilderbuchi/fix-changelog
ofTrueTypeFont: fix char as shapes. Closes openframeworks#1869
Merge branch 'develop' of github.com:openframeworks/openFrameworks into develop
ofTrueTypeFont: remove unneded push/pop & translate
Merge pull request openframeworks#1856 from tobiasebsen/master
ubuntu/debian: detect gstreamer 1.0 and install it if exists
Merge branch 'develop' of github.com:openframeworks/openFrameworks into develop
ubuntu/debian: fix last commit
fix for ofToDataPath - checks now for both backslash and forwardslash before prepending the data path. Closes openframeworks#1867
ubuntu/debian: install scripts fix gst version detection
ubuntu/debian scripts: better fix for gstreamer version detection
ubuntu/debian: fix the fix
ubuntu/debian scripts: redirect error and standard outputs to dev null
update to also allow the dataPathRoot to have forward or backslashes and pass the prepend check
Merge pull request openframeworks#1738 from kylemcdonald/fix-osc-win
Merge pull request openframeworks#1872 from openframeworks/bugfix-dataWin
nightlybuilds: delete old packages
Merge branch 'develop' of github.com:openframeworks/openFrameworks into develop
nightlybuilds: delete day by day
android: fix projects
android: fix new examples + add configChanges required with latest sdks
Merge pull request openframeworks#1874 from arturoc/bugfix-androidProjects
update gstreamer version to 1.0 in archlinux install scripts
Merge pull request openframeworks#1877 from benben/archscripts_update
Update examples/events/simpleEventsExample/src/circle.cpp
Merge branch 'develop' into fix-warnings
Merge pull request openframeworks#1838 from bilderbuchi/fix-warnings
remove freeing of non-allocated memory in svgtiny_parse_poly(...)
actually remove unnecessary free( ) calls
add WRITE_EXTERNAL_STORAGE permission back in for android examples with data
add WRITE_EXTERNAL_STORAGE permission back in for all android examples
add isInitialized() function to ofSerial
Merge pull request openframeworks#1860 from arturoc/feature-systemfonts
use default alpha during conversion in setHex
make formatting more consistent
reset bInited for all target architectures in ofSerial::close( )
Merge pull request openframeworks#1870 from arturoc/bugfix-ofTrueTypeFont
Merge pull request openframeworks#1584 from arturoc/feature-soundstreamgetters
Merge pull request openframeworks#1894 from thiagohersan/feature-ofSerial-isInitialized
addons.make: remove deprecated addons
linux: fix build scripts
android: w,h weren't set before setup + fix deprecated constants
Merge pull request openframeworks#1896 from arturoc/bugfix-androidSetup
Merge pull request openframeworks#1898 from arturoc/bugfix-removeOldAddons
Merge branch 'develop' of github.com:openframeworks/openFrameworks into bugfix-linuxscripts
Merge pull request openframeworks#1897 from arturoc/bugfix-linuxscripts
linux: build scripts, don't use cd but make -C path

M addons/ofxAndroid/ofAndroidLib/AndroidManifest.xml (4)
M addons/ofxAndroid/ofAndroidLib/src/cc/openframeworks/OFAndroid.java (22)
M addons/ofxAndroid/src/ofxAndroidSoundStream.cpp (7)
M addons/ofxAndroid/src/ofxAndroidSoundStream.h (4)
M addons/ofxAssimpModelLoader/src/ofxAssimpAnimation.cpp (2)
M addons/ofxAssimpModelLoader/src/ofxAssimpModelLoader.cpp (34)
M addons/ofxNetwork/src/ofxTCPClient.cpp (2)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_calib3d231.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_contrib231.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_core231.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_features2d231.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_flann231.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_gpu231.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_haartraining_engine.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_highgui231.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_imgproc231.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_legacy231.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_ml231.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_objdetect231.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_ts231.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_video231.a (0)
M addons/ofxOpenCv/libs/opencv/lib/win_cb/libzlib.a (0)
M addons/ofxOpenCv/src/ofxCvHaarFinder.cpp (2)
M addons/ofxOsc/src/ofxOscArg.h (5)
M addons/ofxSvg/libs/svgTiny/src/svgtiny.cpp (2)
M addons/ofxThreadedImageLoader/src/ofxThreadedImageLoader.cpp (187)
M addons/ofxThreadedImageLoader/src/ofxThreadedImageLoader.h (137)
M addons/ofxVectorGraphics/src/ofxVectorGraphics.cpp (2)
M addons/ofxXmlSettings/src/ofxXmlSettings.cpp (2)
M addons/ofxiPhone/src/sound/ofxOpenALSoundPlayer.cpp (26)
M addons/ofxiPhone/src/sound/ofxiPhoneSoundStream.h (3)
M addons/ofxiPhone/src/sound/ofxiPhoneSoundStream.mm (13)
M changes.txt (189)
M examples/3d/QuaternionLatLongExample/src/testApp.cpp (4)
M examples/3d/advanced3dExample/src/Swarm.cpp (4)
M examples/3d/cameraLensOffsetExample/src/testApp.cpp (6)
M examples/3d/cameraParentingExample/src/testApp.cpp (4)
M examples/3d/cameraRibbonExample/src/testApp.cpp (4)
M examples/3d/modelNoiseExample/src/testApp.cpp (4)
M examples/3d/normalsExample/src/testApp.cpp (4)
M examples/3d/orientationExample/src/testApp.cpp (2)
M examples/3d/pointPickerExample/src/testApp.cpp (4)
M examples/addons/allAddonsExample/addons.make (2)
M examples/addons/networkTcpClientExample/addons.make (1)
M examples/addons/networkTcpServerExample/addons.make (1)
M examples/addons/networkTcpServerExample/src/testApp.cpp (2)
M examples/addons/networkUdpReceiverExample/addons.make (1)
M examples/addons/networkUdpReceiverExample/src/testApp.cpp (4)
M examples/addons/networkUdpSenderExample/addons.make (1)
M examples/addons/networkUdpSenderExample/src/testApp.cpp (6)
M examples/addons/opencvHaarFinderExample/src/testApp.cpp (4)
M examples/addons/threadedImageLoaderExample/src/testApp.cpp (28)
M examples/addons/threadedImageLoaderExample/src/testApp.h (2)
M examples/android/android3DModelLoaderExample/.cproject (20)
M examples/android/android3DModelLoaderExample/AndroidManifest.xml (2)
M examples/android/androidAccelerometerExample/.cproject (29)
M examples/android/androidAccelerometerExample/AndroidManifest.xml (2)
M examples/android/androidAccelerometerExample/src/testApp.cpp (17)
M examples/android/androidAccelerometerExample/src/testApp.h (2)
M examples/android/androidAdvanced3DExample/.cproject (20)
M examples/android/androidAdvanced3DExample/.project (1)
M examples/android/androidAdvanced3DExample/AndroidManifest.xml (8)
M examples/android/androidAssimpExample/.cproject (20)
M examples/android/androidAssimpExample/.project (1)
M examples/android/androidAssimpExample/AndroidManifest.xml (6)
M examples/android/androidAudioExample/.cproject (20)
M examples/android/androidAudioExample/.project (1)
M examples/android/androidAudioExample/AndroidManifest.xml (10)
M examples/android/androidCameraExample/.cproject (20)
M examples/android/androidCameraExample/.project (1)
M examples/android/androidCameraExample/AndroidManifest.xml (8)
M examples/android/androidEmptyExample/.cproject (20)
M examples/android/androidEmptyExample/.project (1)
M examples/android/androidEmptyExample/AndroidManifest.xml (6)
M examples/android/androidFontExample/.cproject (20)
M examples/android/androidFontExample/.project (1)
M examples/android/androidFontExample/AndroidManifest.xml (6)
M examples/android/androidImageExample/.cproject (20)
M examples/android/androidImageExample/.project (1)
M examples/android/androidImageExample/AndroidManifest.xml (6)
M examples/android/androidOpenCVExample/.cproject (20)
M examples/android/androidOpenCVExample/.project (1)
M examples/android/androidOpenCVExample/AndroidManifest.xml (8)
M examples/android/androidOpenCVFaceExample/.cproject (20)
M examples/android/androidOpenCVFaceExample/.project (1)
M examples/android/androidOpenCVFaceExample/AndroidManifest.xml (8)
M examples/android/androidPolygonExample/.cproject (20)
M examples/android/androidPolygonExample/.project (1)
M examples/android/androidPolygonExample/AndroidManifest.xml (6)
M examples/android/androidSoundPlayerExample/.cproject (25)
M examples/android/androidSoundPlayerExample/.project (1)
M examples/android/androidSoundPlayerExample/AndroidManifest.xml (6)
M examples/android/androidSwipeExample/.cproject (20)
M examples/android/androidSwipeExample/.project (1)
M examples/android/androidSwipeExample/AndroidManifest.xml (6)
M examples/android/androidTouchExample/.cproject (20)
M examples/android/androidTouchExample/.project (1)
M examples/android/androidTouchExample/AndroidManifest.xml (4)
M examples/android/androidVBOExample/.cproject (20)
M examples/android/androidVBOExample/.project (1)
M examples/android/androidVBOExample/AndroidManifest.xml (4)
M examples/events/customEventExample/src/Bug.h (4)
M examples/events/customEventExample/src/testApp.cpp (16)
M examples/events/customEventExample/src/testApp.h (2)
M examples/events/eventsExample/src/testApp.cpp (5)
M examples/events/simpleEventsExample/src/circle.cpp (2)
M examples/gl/geometryShaderExample/src/testApp.cpp (2)
A examples/gl/glInfoExample/bin/data/.gitignore (1)
D examples/gl/glInfoExample/bin/data/.gitkeep (0)
M examples/gl/glInfoExample/src/testApp.cpp (18)
M examples/gl/multiTextureShaderExample/src/testApp.cpp (10)
M examples/gl/pointsAsTextures/src/testApp.cpp (4)
M examples/gl/slowFastRendering/src/testApp.cpp (6)
M examples/graphics/blendingExample/src/testApp.cpp (3)
M examples/graphics/colorsExtended/src/testApp.cpp (6)
M examples/graphics/floatingPointImageExample/src/testApp.cpp (3)
M examples/graphics/imageSequenceExample/src/testApp.cpp (4)
M examples/graphics/lutFilterExample/src/testApp.cpp (2)
M examples/graphics/pdfExample/src/testApp.cpp (8)
M examples/graphics/polylineBlobsExample/src/testApp.cpp (6)
M examples/graphics/rectangleAlignmentAndScaling/src/testApp.cpp (13)
M examples/math/noise1dExample/src/testApp.cpp (4)
M examples/math/noise1dOctaveExample/src/testApp.cpp (2)
M examples/math/noiseField2dExample/src/testApp.cpp (3)
M examples/math/particlesExample/src/demoParticle.cpp (2)
M examples/math/particlesExample/src/testApp.cpp (12)
M examples/math/periodicSignalsExample/src/testApp.cpp (2)
M examples/math/trigonometricMotionExample/src/testApp.cpp (14)
M examples/sound/audioInputExample/src/testApp.cpp (6)
M examples/sound/audioOutputExample/src/testApp.cpp (4)
D examples/utils/dirListExample/addons.make (1)
M examples/utils/dragDropExample/src/testApp.cpp (4)
M examples/utils/fileBufferLoadingCSVExample/src/MorseCodePlayer.cpp (2)
M examples/utils/fileBufferLoadingCSVExample/src/testApp.cpp (2)
M examples/utils/fileOpenSaveDialogExample/src/testApp.cpp (6)
M examples/utils/loadTextFileExample/src/testApp.cpp (4)
M examples/utils/regularExpressionExample/src/testApp.cpp (14)
M examples/utils/sortingExample/src/testApp.cpp (14)
M examples/video/asciiVideo/src/testApp.cpp (1)
M libs/openFrameworks/3d/ofCamera.cpp (4)
M libs/openFrameworks/app/ofAppRunner.cpp (4)
M libs/openFrameworks/communication/ofArduino.cpp (34)
M libs/openFrameworks/communication/ofSerial.cpp (8)
M libs/openFrameworks/communication/ofSerial.h (2)
M libs/openFrameworks/gl/ofGLRenderer.cpp (33)
M libs/openFrameworks/gl/ofGLRenderer.h (2)
M libs/openFrameworks/gl/ofTexture.cpp (4)
M libs/openFrameworks/graphics/ofCairoRenderer.cpp (26)
M libs/openFrameworks/graphics/ofGraphics.cpp (4)
M libs/openFrameworks/graphics/ofGraphics.h (1)
M libs/openFrameworks/graphics/ofPath.cpp (4)
M libs/openFrameworks/graphics/ofTrueTypeFont.cpp (376)
M libs/openFrameworks/graphics/ofTrueTypeFont.h (11)
M libs/openFrameworks/sound/ofBaseSoundStream.h (4)
M libs/openFrameworks/sound/ofPASoundStream.cpp (21)
M libs/openFrameworks/sound/ofPASoundStream.h (3)
M libs/openFrameworks/sound/ofRtAudioSoundStream.cpp (14)
M libs/openFrameworks/sound/ofRtAudioSoundStream.h (6)
M libs/openFrameworks/sound/ofSoundStream.cpp (31)
M libs/openFrameworks/sound/ofSoundStream.h (4)
M libs/openFrameworks/types/ofColor.cpp (22)
M libs/openFrameworks/utils/ofFileUtils.cpp (8)
M libs/openFrameworks/utils/ofSystemUtils.cpp (2)
M libs/openFrameworks/utils/ofURLFileLoader.cpp (34)
M libs/openFrameworks/utils/ofURLFileLoader.h (6)
M libs/openFrameworks/utils/ofUtils.cpp (13)
M libs/openFrameworks/video/ofGstVideoGrabber.cpp (11)
M libs/openFrameworks/video/ofQTKitGrabber.mm (53)
M libs/poco/lib/win_cb/libPocoFoundation.a (0)
M libs/poco/lib/win_cb/libPocoNet.a (0)
M libs/poco/lib/win_cb/libPocoUtil.a (0)
M libs/poco/lib/win_cb/libPocoXML.a (0)
M libs/videoInput/lib/win_cb/videoInputLib.a (0)
M scripts/dev/nightlybuilds.sh (6)
M scripts/linux/archlinux/install_codecs.sh (2)
M scripts/linux/archlinux/install_dependencies.sh (2)
M scripts/linux/buildAllExamples.sh (32)
M scripts/linux/cleanAllExamples.sh (31)
M scripts/linux/compilePG.sh (2)
M scripts/linux/debian/install_codecs.sh (21)
M scripts/linux/debian/install_dependencies.sh (16)
M scripts/linux/testAllExamples.sh (4)
M scripts/linux/ubuntu/install_codecs.sh (21)
M scripts/linux/ubuntu/install_dependencies.sh (16)
Patch Links:

https://github.com/NickHardeman/openFrameworks/pull/5.patch
https://github.com/NickHardeman/openFrameworks/pull/5.diff

NickHardeman pushed a commit that referenced this pull request Jul 29, 2014
Added lots of descriptions for ofImage and ofTrueTypeFont
NickHardeman pushed a commit that referenced this pull request Nov 18, 2014
Added @Arturo's suggested fix for path specification within include dire...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet