=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== gazebo-11.1.0+dfsg/plugins/ArduCopterPlugin.cc-172- struct sockaddr_in sockaddr; gazebo-11.1.0+dfsg/plugins/ArduCopterPlugin.cc:173: this->MakeSockAddr(_address, _port, sockaddr); gazebo-11.1.0+dfsg/plugins/ArduCopterPlugin.cc-174- ############################################## gazebo-11.1.0+dfsg/plugins/ArduCopterPlugin.cc-191- /// \param[out] _sockaddr New socket address structure. gazebo-11.1.0+dfsg/plugins/ArduCopterPlugin.cc:192: public: void MakeSockAddr(const char *_address, const uint16_t _port, gazebo-11.1.0+dfsg/plugins/ArduCopterPlugin.cc-193- struct sockaddr_in &_sockaddr) ############################################## gazebo-11.1.0+dfsg/plugins/ArduCopterPlugin.cc-202- _sockaddr.sin_family = AF_INET; gazebo-11.1.0+dfsg/plugins/ArduCopterPlugin.cc:203: _sockaddr.sin_addr.s_addr = inet_addr(_address); gazebo-11.1.0+dfsg/plugins/ArduCopterPlugin.cc-204- } ############################################## gazebo-11.1.0+dfsg/plugins/ArduCopterPlugin.cc-702- struct sockaddr_in sockaddr; gazebo-11.1.0+dfsg/plugins/ArduCopterPlugin.cc:703: this->dataPtr->MakeSockAddr("127.0.0.1", 9003, sockaddr); gazebo-11.1.0+dfsg/plugins/ArduCopterPlugin.cc-704- ############################################## gazebo-11.1.0+dfsg/interfaces/player/GazeboDriver.cc-209- // Read in the Device address gazebo-11.1.0+dfsg/interfaces/player/GazeboDriver.cc:210: if (_cf->ReadDeviceAddr(&playerAddr, _section, gazebo-11.1.0+dfsg/interfaces/player/GazeboDriver.cc-211- "provides", 0, d, NULL) != 0) ############################################## gazebo-11.1.0+dfsg/tools/api_checker.bash-29- gazebo_name="gazebo-current" gazebo-11.1.0+dfsg/tools/api_checker.bash:30: if ! dpkg -l $gazebo_name > /dev/null || [[ `dpkg -L $gazebo_name | wc | awk {'print $1'}` -lt 2 ]]; then gazebo-11.1.0+dfsg/tools/api_checker.bash-31- gazebo_name="gazebo" gazebo-11.1.0+dfsg/tools/api_checker.bash:32: if ! dpkg -l $gazebo_name > /dev/null || [[ `dpkg -L $gazebo_name | wc | awk {'print $1'}` -lt 2 ]]; then gazebo-11.1.0+dfsg/tools/api_checker.bash-33- echo "Couldn't find an existing installation of gazebo or gazebo-current, and you passed -n, telling me not to install gazebo-current." ############################################## gazebo-11.1.0+dfsg/tools/gazebo.bash-completion-43- elif [[ "$cur" == -* ]]; then gazebo-11.1.0+dfsg/tools/gazebo.bash-completion:44: opts=`gz debug -o "$cmd"` gazebo-11.1.0+dfsg/tools/gazebo.bash-completion-45- else ############################################## gazebo-11.1.0+dfsg/tools/case_sensitive_filesystem-4-tmpFile=`mktemp /tmp/CaseSensitiveXXXXXXXX` gazebo-11.1.0+dfsg/tools/case_sensitive_filesystem:5:if [ -f `echo $tmpFile | tr '[A-Z]' '[a-z]'` ] gazebo-11.1.0+dfsg/tools/case_sensitive_filesystem-6-then ############################################## gazebo-11.1.0+dfsg/tools/gz_build_test.bash-64- # to the logfile for perusal gazebo-11.1.0+dfsg/tools/gz_build_test.bash:65: grep '^ *'`echo "(($f-1)/2)*2+1" | bc`':' $logfileRaw >> $logfileVerbose gazebo-11.1.0+dfsg/tools/gz_build_test.bash:66: grep '^ *'`echo "(($f-1)/2)*2+2" | bc`':' $logfileRaw >> $logfileVerbose gazebo-11.1.0+dfsg/tools/gz_build_test.bash-67- done ############################################## gazebo-11.1.0+dfsg/tools/gz_build_test.bash-76-end_time=`eval date +%s` gazebo-11.1.0+dfsg/tools/gz_build_test.bash:77:duration=`expr $end_time - $start_time` gazebo-11.1.0+dfsg/tools/gz_build_test.bash:78:hour=`expr $duration / 3600` gazebo-11.1.0+dfsg/tools/gz_build_test.bash:79:min=`expr $(( $duration - $hour * 3600 )) / 60` gazebo-11.1.0+dfsg/tools/gz_build_test.bash:80:sec=`expr $duration - $hour \* 3600 - $min \* 60` gazebo-11.1.0+dfsg/tools/gz_build_test.bash-81-echo "Duration: $hour hr $min min $sec sec" >> $logfile ############################################## gazebo-11.1.0+dfsg/tools/code_check.sh-56- # cppcheck is older than 1.57, so don't check header files (issue #907) gazebo-11.1.0+dfsg/tools/code_check.sh:57: CPPCHECK_FILES=`find $CHECK_DIRS -name "*.cc" | grep -v test_fixture/gtest` gazebo-11.1.0+dfsg/tools/code_check.sh-58- else gazebo-11.1.0+dfsg/tools/code_check.sh:59: CPPCHECK_FILES=`find $CHECK_DIRS -name "*.cc" -o -name "*.hh" | grep -v test_fixture/gtest` gazebo-11.1.0+dfsg/tools/code_check.sh-60- fi ############################################## gazebo-11.1.0+dfsg/tools/code_check.sh-104- for f in $CHECK_FILES; do gazebo-11.1.0+dfsg/tools/code_check.sh:105: prefix=`basename $f | sed -e 's@\..*$@@'` gazebo-11.1.0+dfsg/tools/code_check.sh:106: ext=`echo $f | sed -e 's@^.*\.@@'` gazebo-11.1.0+dfsg/tools/code_check.sh-107- tmp2="$QUICK_TMP"."$ext" gazebo-11.1.0+dfsg/tools/code_check.sh:108: tmp2base=`basename "$QUICK_TMP"` gazebo-11.1.0+dfsg/tools/code_check.sh-109- hg cat -r $QUICK_SOURCE $hg_root/$f > $tmp2 ############################################## gazebo-11.1.0+dfsg/test/CMakeLists.txt:1:include (${gazebo_cmake_dir}/FindGtest.cmake) gazebo-11.1.0+dfsg/test/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/cmake/FindFreeimage.cmake-1-include (FindPkgConfig) gazebo-11.1.0+dfsg/cmake/FindFreeimage.cmake:2:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/cmake/FindFreeimage.cmake-3- ############################################## gazebo-11.1.0+dfsg/cmake/HostCFlags.cmake:1:include (${gazebo_cmake_dir}/FindSSE.cmake) gazebo-11.1.0+dfsg/cmake/HostCFlags.cmake-2- ############################################## gazebo-11.1.0+dfsg/cmake/GazeboUtils.cmake-221-link_directories(${PROJECT_BINARY_DIR}/test) gazebo-11.1.0+dfsg/cmake/GazeboUtils.cmake:222:include (${gazebo_cmake_dir}/GazeboTestUtils.cmake) gazebo-11.1.0+dfsg/cmake/GazeboUtils.cmake-223- ############################################## gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake-2-include (CheckCXXSourceCompiles) gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake-3- gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake:4:include (${gazebo_cmake_dir}/FindOS.cmake) gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake-5-include (FindPkgConfig) gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake:6:include (${gazebo_cmake_dir}/FindFreeimage.cmake) gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake-7- ############################################## gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake-17- if ("${TMP_CMAKE_BUILD_TYPE}" STREQUAL "PROFILE") gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake:18: include (${gazebo_cmake_dir}/FindGooglePerfTools.cmake) gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake-19- if (GOOGLE_PERFTOOLS_FOUND) ############################################## gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake-669-# Include man pages stuff gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake:670:include (${gazebo_cmake_dir}/Ronn2Man.cmake) gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake:671:include (${gazebo_cmake_dir}/Man.cmake) gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake-672-add_manpage_target() ############################################## gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake-723-# Find graphviz gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake:724:include (${gazebo_cmake_dir}/FindGraphviz.cmake) gazebo-11.1.0+dfsg/cmake/SearchForStuff.cmake-725-if (NOT GRAPHVIZ_FOUND) ############################################## gazebo-11.1.0+dfsg/gazebo/transport/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/transport/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/transport/Connection.cc-37- #include <netdb.h> gazebo-11.1.0+dfsg/gazebo/transport/Connection.cc:38: // For inet_addr() gazebo-11.1.0+dfsg/gazebo/transport/Connection.cc-39- #include <arpa/inet.h> ############################################## gazebo-11.1.0+dfsg/gazebo/transport/Connection.cc-796- // Establish our default return value, in case everything below fails. gazebo-11.1.0+dfsg/gazebo/transport/Connection.cc:797: std::string retAddr("127.0.0.1"); gazebo-11.1.0+dfsg/gazebo/transport/Connection.cc-798- ############################################## gazebo-11.1.0+dfsg/gazebo/common/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/common/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/gui/viewers/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/gui/viewers/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/gui/terrain/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/gui/terrain/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/gui/plot/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/gui/plot/CMakeLists.txt-2-include_directories(${QWT_INCLUDE_DIR}) ############################################## gazebo-11.1.0+dfsg/gazebo/gui/building/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/gui/building/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/gui/model/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/gui/model/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/gui/qgv/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/gui/qgv/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/gui/qtpropertybrowser/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/gui/qtpropertybrowser/CMakeLists.txt-2-add_definitions(${Qt5Core_DEFINITIONS}) ############################################## gazebo-11.1.0+dfsg/gazebo/gui/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/gui/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/util/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/util/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/rendering/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/rendering/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/sensors/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/sensors/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/msgs/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/msgs/CMakeLists.txt-2-include_directories(${IGNITION-MATH_INCLUDE_DIRS} ${IGNITION-MSGS_INCLUDE_DIRS}) ############################################## gazebo-11.1.0+dfsg/gazebo/physics/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/physics/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/physics/ode/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/physics/ode/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/physics/dart/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/physics/dart/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/physics/bullet/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/physics/bullet/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/gazebo/physics/simbody/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/gazebo/physics/simbody/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1231- gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h:1232: asm volatile ( gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1233- "lock; xaddl %2, %0;" ############################################## gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1245- gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h:1246: asm volatile ( gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1247- "lock; xaddl %2, %0;" ############################################## gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1260- gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h:1261: asm volatile ( gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1262- "xchg %2, %0;" ############################################## gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1274- gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h:1275: asm volatile ( gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1276- "lock; xaddl %2, %0;" ############################################## gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1288- gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h:1289: asm volatile ( gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1290- "lock; cmpxchgl %3, %0;" ############################################## gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1307- gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h:1308: asm volatile ( gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1309- "0:;" ############################################## gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1326- gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h:1327: asm volatile ( gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1328- "0:;" ############################################## gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1345- gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h:1346: asm volatile ( gazebo-11.1.0+dfsg/deps/opende/ou/include/ou/atomic.h-1347- "0:;" ############################################## gazebo-11.1.0+dfsg/deps/opende/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/deps/opende/CMakeLists.txt-2-include (CheckIncludeFiles) ############################################## gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h-149- gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:150: __asm fstcw wSave gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h-151- if (wSave & 0x300 || // Not single mode ############################################## gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h-179- gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:180: #define FCOMI_ST0 _asm _emit 0xdb _asm _emit 0xf0 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:181: #define FCOMIP_ST0 _asm _emit 0xdf _asm _emit 0xf0 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:182: #define FCMOVB_ST0 _asm _emit 0xda _asm _emit 0xc0 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:183: #define FCMOVNB_ST0 _asm _emit 0xdb _asm _emit 0xc0 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h-184- gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:185: #define FCOMI_ST1 _asm _emit 0xdb _asm _emit 0xf1 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:186: #define FCOMIP_ST1 _asm _emit 0xdf _asm _emit 0xf1 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:187: #define FCMOVB_ST1 _asm _emit 0xda _asm _emit 0xc1 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:188: #define FCMOVNB_ST1 _asm _emit 0xdb _asm _emit 0xc1 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h-189- gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:190: #define FCOMI_ST2 _asm _emit 0xdb _asm _emit 0xf2 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:191: #define FCOMIP_ST2 _asm _emit 0xdf _asm _emit 0xf2 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:192: #define FCMOVB_ST2 _asm _emit 0xda _asm _emit 0xc2 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:193: #define FCMOVNB_ST2 _asm _emit 0xdb _asm _emit 0xc2 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h-194- gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:195: #define FCOMI_ST3 _asm _emit 0xdb _asm _emit 0xf3 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:196: #define FCOMIP_ST3 _asm _emit 0xdf _asm _emit 0xf3 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:197: #define FCMOVB_ST3 _asm _emit 0xda _asm _emit 0xc3 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:198: #define FCMOVNB_ST3 _asm _emit 0xdb _asm _emit 0xc3 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h-199- gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:200: #define FCOMI_ST4 _asm _emit 0xdb _asm _emit 0xf4 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:201: #define FCOMIP_ST4 _asm _emit 0xdf _asm _emit 0xf4 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:202: #define FCMOVB_ST4 _asm _emit 0xda _asm _emit 0xc4 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:203: #define FCMOVNB_ST4 _asm _emit 0xdb _asm _emit 0xc4 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h-204- gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:205: #define FCOMI_ST5 _asm _emit 0xdb _asm _emit 0xf5 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:206: #define FCOMIP_ST5 _asm _emit 0xdf _asm _emit 0xf5 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:207: #define FCMOVB_ST5 _asm _emit 0xda _asm _emit 0xc5 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:208: #define FCMOVNB_ST5 _asm _emit 0xdb _asm _emit 0xc5 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h-209- gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:210: #define FCOMI_ST6 _asm _emit 0xdb _asm _emit 0xf6 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:211: #define FCOMIP_ST6 _asm _emit 0xdf _asm _emit 0xf6 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:212: #define FCMOVB_ST6 _asm _emit 0xda _asm _emit 0xc6 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:213: #define FCMOVNB_ST6 _asm _emit 0xdb _asm _emit 0xc6 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h-214- gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:215: #define FCOMI_ST7 _asm _emit 0xdb _asm _emit 0xf7 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:216: #define FCOMIP_ST7 _asm _emit 0xdf _asm _emit 0xf7 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:217: #define FCMOVB_ST7 _asm _emit 0xda _asm _emit 0xc7 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h:218: #define FCMOVNB_ST7 _asm _emit 0xdb _asm _emit 0xc7 gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceFPU.h-219- ############################################## gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceRevisitedRadix.cpp-43- - add an offset parameter between two input values (avoid some data recopy sometimes) gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceRevisitedRadix.cpp:44: - unroll ? asm ? gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceRevisitedRadix.cpp-45- - 11 bits trick & 3 passes as Michael did ############################################## gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceRevisitedRadix.cpp-373- // Floating-point values are always supposed to be signed values, so there's only one code path there. gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceRevisitedRadix.cpp:374: // Please note the floating point comparison needed for temporal coherence! Although the resulting asm code gazebo-11.1.0+dfsg/deps/opende/OPCODE/Ice/IceRevisitedRadix.cpp-375- // is dreadful, this is surprisingly not such a performance hit - well, I suppose that's a big one on first ############################################## gazebo-11.1.0+dfsg/deps/opende/OPCODE/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/deps/opende/OPCODE/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/deps/opende/GIMPACT/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/deps/opende/GIMPACT/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp-110-#ifndef X86_64_SYSTEM gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp:111: asm volatile ( gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp-112- "rdtsc\n" ############################################## gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp-116-#else gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp:117: asm volatile ( gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp-118- "rdtsc\n" ############################################## gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp-128-#ifndef X86_64_SYSTEM gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp:129: asm volatile ( gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp-130- "mov $0,%%eax\n" ############################################## gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp-135-#else gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp:136: asm volatile ( gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp-137- "mov $0,%%rax\n" ############################################## gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp-149-#ifndef X86_64_SYSTEM gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp:150: asm volatile ("fildll %1; fstpl %0" : "=m" (ret) : "m" (a[0]) : gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp-151- "cc","memory"); gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp-152-#else gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp:153: asm volatile ("fildll %1; fstpl %0" : "=m" (ret) : "m" (a[0]) : gazebo-11.1.0+dfsg/deps/opende/src/timer.cpp-154- "cc","memory"); ############################################## gazebo-11.1.0+dfsg/deps/opende/src/collision_sapspace.cpp-615- // Floating-point values are always supposed to be signed values, so there's only one code path there. gazebo-11.1.0+dfsg/deps/opende/src/collision_sapspace.cpp:616: // Please note the floating point comparison needed for temporal coherence! Although the resulting asm code gazebo-11.1.0+dfsg/deps/opende/src/collision_sapspace.cpp-617- // is dreadful, this is surprisingly not such a performance hit - well, I suppose that's a big one on first ############################################## gazebo-11.1.0+dfsg/examples/stand_alone/clone_simulation/cloner.cc-94- // Make sure to shut everything down. gazebo-11.1.0+dfsg/examples/stand_alone/clone_simulation/cloner.cc:95: std::string cmd = "kill -15 `ps -A | grep -m1 gzserver | awk '{print $1}'`"; gazebo-11.1.0+dfsg/examples/stand_alone/clone_simulation/cloner.cc-96- int ret = std::system(cmd.c_str()); ############################################## gazebo-11.1.0+dfsg/debian/patches/0002_use_system_gtest.patch-67--include_directories("${PROJECT_SOURCE_DIR}/test/gtest/include") gazebo-11.1.0+dfsg/debian/patches/0002_use_system_gtest.patch:68: include (${gazebo_cmake_dir}/GazeboTestUtils.cmake) gazebo-11.1.0+dfsg/debian/patches/0002_use_system_gtest.patch-69- ############################################## gazebo-11.1.0+dfsg/debian/patches/0002_use_system_gtest.patch-75-@@ -1,12 +1,13 @@ gazebo-11.1.0+dfsg/debian/patches/0002_use_system_gtest.patch:76:+include (${gazebo_cmake_dir}/FindGtest.cmake) gazebo-11.1.0+dfsg/debian/patches/0002_use_system_gtest.patch-77-+ ############################################## gazebo-11.1.0+dfsg/debian/patches/0003-use-system-qtpropertybrowser.patch-43-+++ b/gazebo/gui/qtpropertybrowser/CMakeLists.txt gazebo-11.1.0+dfsg/debian/patches/0003-use-system-qtpropertybrowser.patch:44:@@ -2,39 +2,30 @@ include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/debian/patches/0003-use-system-qtpropertybrowser.patch-45- add_definitions(${Qt5Core_DEFINITIONS}) ############################################## gazebo-11.1.0+dfsg/debian/patches/0008-Support-CMAKE_BUILD_TYPE-None.patch-13-@@ -214,7 +214,7 @@ elseif ("${CMAKE_BUILD_TYPE_UPPERCASE}" STREQUAL "COVERAGE") gazebo-11.1.0+dfsg/debian/patches/0008-Support-CMAKE_BUILD_TYPE-None.patch:14: include (${gazebo_cmake_dir}/CodeCoverage.cmake) gazebo-11.1.0+dfsg/debian/patches/0008-Support-CMAKE_BUILD_TYPE-None.patch-15- setup_target_for_coverage(coverage coverage) ############################################## gazebo-11.1.0+dfsg/.pc/0002_use_system_gtest.patch/cmake/GazeboUtils.cmake-222-include_directories("${PROJECT_SOURCE_DIR}/test/gtest/include") gazebo-11.1.0+dfsg/.pc/0002_use_system_gtest.patch/cmake/GazeboUtils.cmake:223:include (${gazebo_cmake_dir}/GazeboTestUtils.cmake) gazebo-11.1.0+dfsg/.pc/0002_use_system_gtest.patch/cmake/GazeboUtils.cmake-224- ############################################## gazebo-11.1.0+dfsg/.pc/0003-use-system-qtpropertybrowser.patch/gazebo/gui/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/.pc/0003-use-system-qtpropertybrowser.patch/gazebo/gui/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/.pc/0003-use-system-qtpropertybrowser.patch/gazebo/gui/qtpropertybrowser/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/.pc/0003-use-system-qtpropertybrowser.patch/gazebo/gui/qtpropertybrowser/CMakeLists.txt-2-add_definitions(${Qt5Core_DEFINITIONS}) ############################################## gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-58-# Package Creation: gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt:59:include (${gazebo_cmake_dir}/gazebo_cpack.cmake) gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-60-set (CPACK_PACKAGE_VERSION "${GAZEBO_VERSION_FULL}") ############################################## gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-139- gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt:140:include (${gazebo_cmake_dir}/DissectVersion.cmake) gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-141- ############################################## gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-158-message (STATUS "\n\n====== Finding 3rd Party Packages ======") gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt:159:include (${gazebo_cmake_dir}/SearchForStuff.cmake) gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-160-message (STATUS "----------------------------------------\n") ############################################## gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-188-# Check for DRI capable Display gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt:189:include (${gazebo_cmake_dir}/CheckDRIDisplay.cmake) gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-190- ############################################## gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-225- set (GAZEBO_BUILD_TYPE_COVERAGE TRUE) gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt:226: include (${gazebo_cmake_dir}/CodeCoverage.cmake) gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-227- setup_target_for_coverage(coverage coverage) ############################################## gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-244- message(STATUS "Enable host CFlags") gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt:245: include (${gazebo_cmake_dir}/HostCFlags.cmake) gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-246-endif() ############################################## gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-253- message(STATUS "Enable upstream CFlags") gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt:254: include(${gazebo_cmake_dir}/DefaultCFlags.cmake) gazebo-11.1.0+dfsg/.pc/0007-Bump-std-for-make_unique-in-dart.patch/CMakeLists.txt-255-endif() ############################################## gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-58-# Package Creation: gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt:59:include (${gazebo_cmake_dir}/gazebo_cpack.cmake) gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-60-set (CPACK_PACKAGE_VERSION "${GAZEBO_VERSION_FULL}") ############################################## gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-139- gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt:140:include (${gazebo_cmake_dir}/DissectVersion.cmake) gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-141- ############################################## gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-158-message (STATUS "\n\n====== Finding 3rd Party Packages ======") gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt:159:include (${gazebo_cmake_dir}/SearchForStuff.cmake) gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-160-message (STATUS "----------------------------------------\n") ############################################## gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-188-# Check for DRI capable Display gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt:189:include (${gazebo_cmake_dir}/CheckDRIDisplay.cmake) gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-190- ############################################## gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-225- set (GAZEBO_BUILD_TYPE_COVERAGE TRUE) gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt:226: include (${gazebo_cmake_dir}/CodeCoverage.cmake) gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-227- setup_target_for_coverage(coverage coverage) ############################################## gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-244- message(STATUS "Enable host CFlags") gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt:245: include (${gazebo_cmake_dir}/HostCFlags.cmake) gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-246-endif() ############################################## gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-253- message(STATUS "Enable upstream CFlags") gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt:254: include(${gazebo_cmake_dir}/DefaultCFlags.cmake) gazebo-11.1.0+dfsg/.pc/0008-Support-CMAKE_BUILD_TYPE-None.patch/CMakeLists.txt-255-endif() ############################################## gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake-2-include (CheckCXXSourceCompiles) gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake-3- gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake:4:include (${gazebo_cmake_dir}/FindOS.cmake) gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake-5-include (FindPkgConfig) gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake:6:include (${gazebo_cmake_dir}/FindFreeimage.cmake) gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake-7- ############################################## gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake-17- if ("${TMP_CMAKE_BUILD_TYPE}" STREQUAL "PROFILE") gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake:18: include (${gazebo_cmake_dir}/FindGooglePerfTools.cmake) gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake-19- if (GOOGLE_PERFTOOLS_FOUND) ############################################## gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake-665-# Include man pages stuff gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake:666:include (${gazebo_cmake_dir}/Ronn2Man.cmake) gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake:667:include (${gazebo_cmake_dir}/Man.cmake) gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake-668-add_manpage_target() ############################################## gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake-719-# Find graphviz gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake:720:include (${gazebo_cmake_dir}/FindGraphviz.cmake) gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/cmake/SearchForStuff.cmake-721-if (NOT GRAPHVIZ_FOUND) ############################################## gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/gazebo/common/CMakeLists.txt:1:include (${gazebo_cmake_dir}/GazeboUtils.cmake) gazebo-11.1.0+dfsg/.pc/0009-Use-system-tinyobjloader.patch/gazebo/common/CMakeLists.txt-2- ############################################## gazebo-11.1.0+dfsg/CMakeLists.txt-58-# Package Creation: gazebo-11.1.0+dfsg/CMakeLists.txt:59:include (${gazebo_cmake_dir}/gazebo_cpack.cmake) gazebo-11.1.0+dfsg/CMakeLists.txt-60-set (CPACK_PACKAGE_VERSION "${GAZEBO_VERSION_FULL}") ############################################## gazebo-11.1.0+dfsg/CMakeLists.txt-139- gazebo-11.1.0+dfsg/CMakeLists.txt:140:include (${gazebo_cmake_dir}/DissectVersion.cmake) gazebo-11.1.0+dfsg/CMakeLists.txt-141- ############################################## gazebo-11.1.0+dfsg/CMakeLists.txt-158-message (STATUS "\n\n====== Finding 3rd Party Packages ======") gazebo-11.1.0+dfsg/CMakeLists.txt:159:include (${gazebo_cmake_dir}/SearchForStuff.cmake) gazebo-11.1.0+dfsg/CMakeLists.txt-160-message (STATUS "----------------------------------------\n") ############################################## gazebo-11.1.0+dfsg/CMakeLists.txt-188-# Check for DRI capable Display gazebo-11.1.0+dfsg/CMakeLists.txt:189:include (${gazebo_cmake_dir}/CheckDRIDisplay.cmake) gazebo-11.1.0+dfsg/CMakeLists.txt-190- ############################################## gazebo-11.1.0+dfsg/CMakeLists.txt-225- set (GAZEBO_BUILD_TYPE_COVERAGE TRUE) gazebo-11.1.0+dfsg/CMakeLists.txt:226: include (${gazebo_cmake_dir}/CodeCoverage.cmake) gazebo-11.1.0+dfsg/CMakeLists.txt-227- setup_target_for_coverage(coverage coverage) ############################################## gazebo-11.1.0+dfsg/CMakeLists.txt-244- message(STATUS "Enable host CFlags") gazebo-11.1.0+dfsg/CMakeLists.txt:245: include (${gazebo_cmake_dir}/HostCFlags.cmake) gazebo-11.1.0+dfsg/CMakeLists.txt-246-endif() ############################################## gazebo-11.1.0+dfsg/CMakeLists.txt-253- message(STATUS "Enable upstream CFlags") gazebo-11.1.0+dfsg/CMakeLists.txt:254: include(${gazebo_cmake_dir}/DefaultCFlags.cmake) gazebo-11.1.0+dfsg/CMakeLists.txt-255-endif()