summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-041-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/dependencies/arts/admin to latest HEADr14.0.12Automated System2022-01-281-0/+0
|
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit cbedd9e1836b6dac1e1a58005d343240e141942d)
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵r14.0.11Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADr14.0.10Automated System2021-02-281-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f7d6c3a863e48c56557d8a580c8be6f59f41cf27)
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/dependencies/arts/libltdl to latest HEADAutomated System2020-12-201-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2020-12-071-0/+0
|
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-06152-70/+70
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 00d4f92b717fbcbed6f9eee361975d6ee5380d59)
* Reset submodule main/dependencies/arts/cmake to latest HEADr14.0.9Automated System2020-10-091-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2020-09-181-0/+0
|
* Removed code formating modelines.Michele Calgaro2020-09-1827-56/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b6c36b6b6bdd7d2710eea59b8013d40d95d3ec4b)
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-07-291-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-06-261-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-06-241-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2020-06-241-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-06-121-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-06-071-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2020-06-071-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-05-281-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-05-241-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-05-171-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-05-101-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-05-071-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADr14.0.8Automated System2020-04-081-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2020-03-231-0/+0
|
* Remove remaining 'register' instructions.Michele Calgaro2020-02-191-12/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit afad82ed85e5ffc3793225118524548050e058c4)
* Drop `unsigned long int` case for the first argment type of ioctl(2)OBATA Akio2020-01-313-4/+0
| | | | | | | It is identically same as `unsigned long`. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 08329d90148d57333b21ef5e83d49b8f5c8db3c0)
* Port ioctl prototype check to CMakeOBATA Akio2020-01-312-1/+7
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 482eea48c70a29b908053263176318f75b96a173)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-3013-177/+177
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9d57e3ae1b71f4f21f56b7a45cb92b64250e2b04)
* Reset submodule main/dependencies/arts/cmake to latest HEADr14.0.7Automated System2019-12-081-0/+0
|
* Switch all submodules to https.Slávek Banko2019-12-081-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-041-14/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2019-04-021-0/+0
|