- Jul 08, 2025
-
-
Mark Horvath authored
Add an example for extracting one operation from KleidiCV as well.
-
- Jun 03, 2025
-
-
Mark Horvath authored
-
- May 08, 2024
-
-
Michael Platings authored
-
- Apr 30, 2024
-
-
Michael Platings authored
Move the documentation to a common "doc" folder to make docs more discoverable. Split documentation into multiple pages. Separate Android & Linux build documentation. Android is the primary platform so the build docs now prioritises instructions for Android. Add patch as build prerequisite. Move build.sh documentation inside the script itself. Otherwise remove it from the documentation as it has been found to create more confusion than it solves except for advanced users. Mark KLEIDICV_CHECK_BANNED_FUNCTIONS as internal since there's no particular need for users to touch it.
-
Michael Platings authored
Since the warnings were added the project's quality bar has been raised greatly and the warnings are no longer appropriate.
-
- Apr 26, 2024
-
-
Mark Horvath authored
Fix a typo and remove the BUILD_ANDROID_PROJECTS CMake variable which is not used in OpenCV.
-
- Apr 15, 2024
-
-
Michael Platings authored
* Remove an extraneous backslash and reformat the affected command.
-
Michael Platings authored
-
-
-
-
- Apr 05, 2024
-
-
Mark Horvath authored
Co-authored-by:
Michael Platings <michael.platings@arm.com>
-
- Mar 18, 2024
-
-
Michael Platings authored
Move -Wl,--wrap,malloc flags specifically to tests to avoid breaking Google Benchmark build.
-
- Feb 27, 2024
-
-
Mark Horvath authored
-
- Jan 31, 2024
-
-
Michael Platings authored
This is very similar to the 5.x patch but adjusted for different surrounding context.
-
Mark Horvath authored
Also, scripts/build.sh can be called without specifying the CMAKE_TOOLCHAIN_FILE environment variable.
-
- Jan 25, 2024
-
-
Michael Platings authored
The intent is to generate documentation only for functions that are designed to be part of the public API and therefore documented with Doxygen comments. No documentation will be generated for code without such comments. Note that Doxygen only generates documentation for free functions if they are in a file with a @file comment. Update the README to point at the documentation that will be generated and hosted by GitLab Pages. The main page generated by Doxygen shall become the index page for the IntrinsicCV GitLab Pages page. Therefore include a link from that main page to the coverage page. Doxygen doesn't handle __VA_OPT__ well so split INTRINSICCV_BINARY_OP into two more specialised macros. Add @copydoc comments to generate documentation for similar functions with minimal copy-paste. GitLab supports customising the directory from which pages are uploaded so use a build subdirectory instead of public, to limit how messy the source folder gets. Add Doxygen to Dockerfile. Doxygen may use GraphViz to create graphs so install that as well. While updating the Dockerfile it was found that it wouldn't build because LLVM is now at version 19 so fix the LLVM version.
-
- Dec 20, 2023
-
-
Maksims Svecovs authored
Adds documentation on currently available API exposed to OpenCV and mentions it in the main README.md Adds internal document on implemented functionality to be later linked with relevant part of documentation. Signed-off-by:
Maksims Svecovs <maksims.svecovs@arm.com>
-
- Dec 14, 2023
-
-
Maksims Svecovs authored
intrinsiccv has no functional dependencies from functional point of view, rather build prerequisites. Change wording in the README Signed-off-by:
Maksims Svecovs <maksims.svecovs@arm.com>
-
- Dec 05, 2023
-
-
Tamas Petz authored
-
- Dec 04, 2023
-
-
Tamas Petz authored
Co-authored-by:
Dénes Tarján <denes.tarjan@arm.com> Co-authored-by:
George Steed <george.steed@arm.com> Co-authored-by:
Istvan Stefan <istvan.stefan@arm.com> Co-authored-by:
Maksims Svecovs <maksims.svecovs@arm.com> Co-authored-by:
Mark Horvath <mark.horvath@arm.com> Co-authored-by:
Michael Platings <michael.platings@arm.com> Co-authored-by:
Tamas Petz <tamas.petz@arm.com>
-