Automatic quad remeshing tool
This report presents the forensic synthetic code analysis of huxingyi/autoremesher, a C++ project with 3,389 GitHub stars. SynthScan v2.0 examined 629,452 lines of code across 2665 source files, recording 2298 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 4.0 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 2298 distinct pattern matches across 17 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/meshoptimizer/src/meshoptimizer.h | 21 | COMMENT | |
| LOW | thirdparty/meshoptimizer/src/simplifier.cpp | 1 | // This file is part of meshoptimizer library; see meshoptimizer.h for version/license details | COMMENT |
| LOW | thirdparty/tbb/python/setup.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | thirdparty/tbb/python/tbb.src.py | 1 | COMMENT | |
| LOW | thirdparty/tbb/python/tbb.src.py | 21 | # Based on the software developed by: | COMMENT |
| LOW | thirdparty/tbb/python/tbb.src.py | 41 | # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | COMMENT |
| LOW | thirdparty/tbb/python/tbb.src.py | 61 | # states: waiting for the Job to complete, or Ready. Instead of | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb.h | 21 | #ifndef __TBB_tbb_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb.h | 41 | #include "combinable.h" | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb.h | 61 | #include "parallel_for.h" | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb.h | 81 | #include "tbb_exception.h" | COMMENT |
| LOW | thirdparty/tbb/include/tbb/memory_pool.h | 21 | #ifndef __TBB_memory_pool_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/task.h | 581 | executing, | COMMENT |
| LOW | thirdparty/tbb/include/tbb/concurrent_hash_map.h | 21 | #ifndef __TBB_concurrent_hash_map_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/concurrent_hash_map.h | 41 | #include "cache_aligned_allocator.h" | COMMENT |
| LOW | thirdparty/tbb/include/tbb/runtime_loader.h | 21 | #ifndef __TBB_runtime_loader_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/enumerable_thread_specific.h | 21 | #ifndef __TBB_enumerable_thread_specific_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/scalable_allocator.h | 21 | #ifndef __TBB_scalable_allocator_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/scalable_allocator.h | 201 | #ifndef __TBB_NO_IMPLICIT_LINKAGE | COMMENT |
| LOW | thirdparty/tbb/include/tbb/scalable_allocator.h | 321 | #define __TBBMALLOC_NO_IMPLICIT_LINKAGE 1 | COMMENT |
| LOW | thirdparty/tbb/include/tbb/task_scheduler_init.h | 101 | #endif | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_machine.h | 181 | const int64_t anyvalue = 2305843009213693951LL; \ | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_machine.h | 201 | #include "machine/gcc_generic.h" | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_machine.h | 221 | #endif | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_machine.h | 241 | #include "machine/linux_intel64.h" | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_machine.h | 261 | #elif __POWERPC__ | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_machine.h | 281 | #endif | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_machine.h | 301 | #if __TBB_WORDSIZE==8 | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_machine.h | 321 | #define __TBB_CompareAndSwapW(P,V,C) __TBB_machine_cmpswp4(P,V,C) | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_machine.h | 421 | #endif | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_machine.h | 541 | #if __TBB_USE_GENERIC_FETCH_ADD || __TBB_USE_GENERIC_PART_WORD_FETCH_ADD | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_machine.h | 581 | #if __TBB_USE_GENERIC_DWORD_LOAD_STORE | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_machine.h | 741 | inline void __TBB_store_relaxed ( volatile size_t& location, size_t value ) { | COMMENT |
| LOW | thirdparty/tbb/include/tbb/concurrent_priority_queue.h | 21 | #ifndef __TBB_concurrent_priority_queue_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_thread.h | 21 | #ifndef __TBB_tbb_thread_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_thread.h | 41 | namespace tbb { namespace internal { | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_thread.h | 121 | //! Versioned thread class. | COMMENT |
| LOW | thirdparty/tbb/include/tbb/flow_graph_opencl_node.h | 21 | #ifndef __TBB_flow_graph_opencl_node_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/flow_graph_opencl_node.h | 1221 | cl_command_queue_properties props = d.out_of_order_exec_mode_on_host_present() ? CL_QUEUE_OUT_OF_ORDER_EXEC_ | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_stddef.h | 21 | #ifndef __TBB_tbb_stddef_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_stddef.h | 101 | #define __TBB_EXPORTED_FUNC | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_stddef.h | 121 | #if _MSC_VER | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_stddef.h | 261 | POD-types only. The constant 0x1000 (not NULL) is necessary to appease GCC. **/ | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_stddef.h | 481 | // libc++ defines "pre-C++11 move and forward" similarly to ours; use it to avoid name conflicts in some cases. | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_stddef.h | 501 | #define __TBB_PARAMETER_PACK ... | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_stddef.h | 541 | #endif /* RC_INVOKED */ | COMMENT |
| LOW | thirdparty/tbb/include/tbb/critical_section.h | 21 | #ifndef _TBB_CRITICAL_SECTION_H_ | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_profiling.h | 161 | inline void itt_store_word_with_release(tbb::atomic<T>& dst, U src) { | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbb_exception.h | 21 | #ifndef __TBB_exception_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/flow_graph.h | 21 | #ifndef __TBB_flow_graph_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/flow_graph.h | 41 | #include <memory> // std::shared_ptr in async_msg | COMMENT |
| LOW | thirdparty/tbb/include/tbb/concurrent_vector.h | 21 | #ifndef __TBB_concurrent_vector_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/concurrent_vector.h | 41 | #include <algorithm> | COMMENT |
| LOW | thirdparty/tbb/include/tbb/concurrent_vector.h | 941 | COMMENT | |
| LOW | thirdparty/tbb/include/tbb/parallel_for.h | 401 | #if TBB_PREVIEW_SERIAL_SUBSET | COMMENT |
| LOW | thirdparty/tbb/include/tbb/tbbmalloc_proxy.h | 41 | COMMENT | |
| LOW | thirdparty/tbb/include/tbb/queuing_mutex.h | 21 | #ifndef __TBB_queuing_mutex_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/partitioner.h | 21 | #ifndef __TBB_partitioner_H | COMMENT |
| LOW | thirdparty/tbb/include/tbb/partitioner.h | 41 | // necessary number of clocks for the work to be distributed among all tasks | COMMENT |
| LOW | thirdparty/tbb/include/tbb/recursive_mutex.h | 21 | #ifndef __TBB_recursive_mutex_H | COMMENT |
| 2010 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | thirdparty/tbb/src/test/test_cilk_interop.cpp | 22 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_blocked_range2d.cpp | 109 | #include "harness.h" | COMMENT |
| MEDIUM | …dparty/tbb/src/test/test_concurrent_priority_queue.cpp | 25 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_semaphore.cpp | 42 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_intrusive_list.cpp | 22 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_eh_algorithms.cpp | 24 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_ittnotify.cpp | 28 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_handle_perror.cpp | 39 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/harness_concurrency_tracker.h | 36 | #include "harness.h" // for Harness::NoCopy | COMMENT |
| MEDIUM | …irdparty/tbb/src/test/test_task_scheduler_observer.cpp | 31 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_flow_graph_whitebox.cpp | 36 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_critical_section.cpp | 28 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_mutex_native_threads.cpp | 28 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_hw_concurrency.cpp | 25 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_hw_concurrency.cpp | 31 | #include "harness.h" | COMMENT |
| MEDIUM | …party/tbb/src/test/test_parallel_for_vectorization.cpp | 38 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_partitioner.h | 31 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_tick_count.cpp | 64 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_concurrent_hash_map.cpp | 85 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_model_plugin.cpp | 29 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_model_plugin.cpp | 40 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_model_plugin.cpp | 132 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_tuple.cpp | 25 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_task_scheduler_init.cpp | 41 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_eh_flow_graph.cpp | 38 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_openmp.cpp | 108 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_openmp.cpp | 207 | // For the purpose of testing, assume that OpenMP and TBB should utilize the same # of threads. | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_inits_loop.cpp | 24 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_inits_loop.cpp | 88 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/harness_inject_scheduler.h | 71 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_source_node.cpp | 22 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_buffer_node.cpp | 21 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_parallel_while.cpp | 22 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_blocked_range3d.cpp | 135 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_tbb_header.cpp | 86 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_malloc_atexit.cpp | 55 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_malloc_atexit.cpp | 141 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_aligned_space.cpp | 71 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_static_assert.cpp | 75 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_parallel_scan.cpp | 199 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_dynamic_link.cpp | 61 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_malloc_pools.cpp | 24 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_container_move_support.h | 24 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_task_arena.cpp | 63 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_parallel_do.cpp | 24 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_aggregator.cpp | 26 | #include "harness.h" | COMMENT |
| MEDIUM | …party/tbb/src/test/test_enumerable_thread_specific.cpp | 52 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_pipeline_with_tbf.cpp | 27 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_broadcast_node.cpp | 21 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_malloc_init_shutdown.cpp | 26 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_tbb_fork.cpp | 33 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_lambda.cpp | 24 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_lambda.cpp | 60 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_task_steal_limit.cpp | 22 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_blocked_range.cpp | 86 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_task_assertions.cpp | 39 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_fast_random.cpp | 36 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_fast_random.cpp | 177 | // Essentially it is a loop over random number ranges | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_cilk_dynamic_load.cpp | 49 | #include "harness.h" | COMMENT |
| MEDIUM | thirdparty/tbb/src/test/test_cilk_dynamic_load.cpp | 73 | #include "harness.h" | COMMENT |
| 105 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 3 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 5 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 37 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 39 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 53 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 55 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 94 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 96 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 156 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 158 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 199 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 201 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 221 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 223 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 278 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 280 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 332 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 334 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 721 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 723 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 757 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/CMakeLists.txt | 759 | #============================================================================== | COMMENT |
| MEDIUM | thirdparty/eigen/lapack/CMakeLists.txt | 459 | # ============================================================================== | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | thirdparty/eigen/Eigen/src/Core/arch/SSE/PacketMath.h | 1134 | // In this implementation, we take advantage of the fact that pmin/pmax for SSE | COMMENT |
| HIGH | thirdparty/eigen/Eigen/src/Core/arch/SSE/PacketMath.h | 1143 | // In this implementation, we take advantage of the fact that pmin/pmax for SSE | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | thirdparty/eigen/.gitlab-ci.yml | 1 | # This file is part of Eigen, a lightweight C++ template library | COMMENT |
| MEDIUM | thirdparty/eigen/ci/scripts/vars.linux.sh | 3 | # Initialize default variables used by the CI. | COMMENT |
| MEDIUM | thirdparty/eigen/debug/gdb/printers.py | 2 | # This file is part of Eigen, a lightweight C++ template library | COMMENT |
| MEDIUM | thirdparty/eigen/debug/lldb/eigenlldb.py | 2 | # This file is part of Eigen, a lightweight C++ template library | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/tbb/examples/graph/stereo/lodepng.h | 350 | If you encode an image without alpha with palette, don't forget to put value 255 in each A byte of the palette. | CODE |
| LOW | thirdparty/tbb/examples/graph/stereo/lodepng.cpp | 80 | lodepng source code. Don't forget to remove "static" if you copypaste them | CODE |
| LOW | …mples/parallel_for/tachyon/msvs/win8ui/DirectXBase.cpp | 104 | // Don't forget to declare your application's minimum required feature level in its | COMMENT |
| LOW | thirdparty/tbb/doc/html/a00150.html | 182 | <p>When overriding method <a class="el" href="a00150.html#a4bd4ba0d501021013d1473d21b020b69" title="Creates and returns | CODE |
| MEDIUM | thirdparty/eigen/Eigen/src/Core/util/SymbolicIndex.h | 22 | * Index. Here is a simple example: | COMMENT |
| MEDIUM | …arty/eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h | 111 | * As mentioned earlier MatrixProduct breaks complex numbers into a real vector and a complex vector so packing has | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | thirdparty/eigen/bench/perf_monitoring/resources/s2.js | 1 | !function(){var a={};a.dev=!1,a.tooltip=a.tooltip||{},a.utils=a.utils||{},a.models=a.models||{},a.charts={},a.logs={},a. | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/tbb/src/test/test_concurrent_lru_cache.cpp | 186 | int dummy_key=0; | CODE |
| LOW | thirdparty/tbb/src/test/test_concurrent_lru_cache.cpp | 187 | cache_type::handle h = cache[dummy_key]; | CODE |
| LOW⚡ | thirdparty/tbb/src/test/test_concurrent_lru_cache.cpp | 212 | int dummy_key=1; | CODE |
| LOW⚡ | thirdparty/tbb/src/test/test_concurrent_lru_cache.cpp | 214 | ASSERT(dummy_function::_(dummy_key)==cache[dummy_key].value(),"cache operator() must return only values obta | CODE |
| LOW⚡ | thirdparty/tbb/src/test/test_concurrent_lru_cache.cpp | 224 | int dummy_key=0; | CODE |
| LOW⚡ | thirdparty/tbb/src/test/test_concurrent_lru_cache.cpp | 225 | cache[dummy_key]; | CODE |
| LOW⚡ | thirdparty/tbb/src/test/test_concurrent_lru_cache.cpp | 226 | cache[dummy_key]; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/tbb/include/tbb/machine/gcc_generic.h | 173 | // TODO: implement with __atomic_* builtins where available | COMMENT |
| LOW | thirdparty/eigen/test/hessenberg.cpp | 49 | // TODO: Add tests for packedMatrix() and householderCoefficients() | COMMENT |
| LOW | thirdparty/eigen/unsupported/test/EulerAngles.cpp | 280 | // TODO: Add tests for auto diff | COMMENT |
| LOW | thirdparty/eigen/unsupported/test/EulerAngles.cpp | 281 | // TODO: Add tests for complex numbers | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | thirdparty/eigen/scripts/gitlab_api_deploy_package.py | 39 | print(f"Error uploading {filename}: {e}") | CODE |
| MEDIUM | thirdparty/eigen/scripts/gitlab_api_deploy_package.py | 97 | print(f"Error downloading {archive_url}: {e}. Skipping.") | CODE |
| MEDIUM | thirdparty/eigen/scripts/gitlab_api_labeller.py | 91 | print("Error: GitLab private token not found.", file=sys.stderr) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/tbb/src/rml/server/rml_server.cpp | 2393 | // We need to check if terminate is true or not before letting the thread go to sleep, | COMMENT |
| LOW | thirdparty/tbb/src/rml/server/rml_server.cpp | 2430 | // We need to check if terminate is true or not before letting the thread go to sleep, | COMMENT |
| LOW | …orted/Eigen/CXX11/src/Tensor/TensorContractionMapper.h | 273 | // On the right hand side we need to check if the contracting dimensions may have | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/tbb/python/tbb.src.py | 521 | CODE | |
| LOW | thirdparty/tbb/python/tbb.src.py | 614 | CODE | |
| LOW | thirdparty/eigen/scripts/gitlab_api_deploy_package.py | 45 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/tbb/python/setup.py | 23 | CODE | |
| LOW | thirdparty/tbb/python/setup.py | 27 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/eigen/scripts/gitlab_api_deploy_package.py | 23 | def upload_to_generic_registry( | CODE |
| LOW | thirdparty/eigen/debug/gdb/printers.py | 282 | def cast_eigen_block_to_matrix(val): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/eigen/debug/lldb/eigenlldb.py | 13 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/tbb/python/tbb.src.py | 77 | __all__ = ["Pool", "Monkey", "task_arena", "task_group", "task_scheduler_init"] | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/eigen/scripts/gitlab_api_mrs.py | 55 | CODE |