Home
last modified time | relevance | path

Searched refs:g (Results 1 – 6 of 6) sorted by relevance

/TaskScheduler/
H A D.travis.yml20 …- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install --force-yes -qq gcc-4.9 g++-4.9; fi
21 …NAME" = "linux" ]; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.9 90; fi
22 …_NAME" = "linux" ]; then sudo apt-get --force-yes -y install gcc-4.9-multilib g++-4.9-multilib; fi
29 …- if [ "$TRAVIS_OS_NAME" = "linux" ]; then clang --version && g++ --version && premake4 gmake && p…
30 …- if [ "$TRAVIS_OS_NAME" = "osx" ]; then clang --version && g++ --version && premake4 gmake && pus…
H A DREADME.md77 http://www.youtube.com/watch?v=X1T3IQ4N-3g
/TaskScheduler/ThirdParty/Squish/
H A Dcolourblock.cpp49 int g = FloatToInt( 63.0f*colour.Y(), 63 ); in FloatTo565() local
53 return ( r << 11 ) | ( g << 5 ) | b; in FloatTo565()
/TaskScheduler/SchedulerTests/Tests/
H A DDxtTests.cpp139 uint8 g = srcPixels[index + 1]; in SUITE() local
142 uint32 color = 0xFF000000 | ((b << 16) | (g << 8) | (r)); in SUITE()
/TaskScheduler/ThirdParty/UnitTest++/
H A DINSTALL107 ./configure CC=c99 CFLAGS=-g LIBS=-lposix
134 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
135 CPP="gcc -E" CXXCPP="g++ -E"
/TaskScheduler/Scheduler/Doxygen/
H A DDoxyfile317 # definitions whose arguments contain STL classes (e.g. func(std::string);
358 # type (e.g. under the Public Functions section). Set it to NO to prevent
366 # are shown inside the group in which they are included (e.g. using \ingroup)
1110 # that doxygen needs, which is dependent on the configuration options used (e.g.
1153 # Note: The order of the extra style sheet files is of importance (e.g. the last
1252 # set bundle. This should be a reverse domain-name style string, e.g.
1261 # string, e.g. com.mycompany.MyDocSet.documentation.
1716 # Note: The order of the extra style sheet files is of importance (e.g. the last
1775 # bibliography, e.g. plainnat, or ieeetr. See
2046 # defined before the preprocessor is started (similar to the -D option of e.g.