summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Reset submodule main/dependencies/arts/cmake to latest HEADr14.0.6Automated System2019-03-051-0/+0
|
* Updated date and version to R14.0.6 in .lsm files.Michele Calgaro2019-03-031-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Use common CMake tests.Slávek Banko2019-01-291-13/+9
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 04662657229337ab88cd2cec83d0dd1c01aa6259)
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-181-1/+1
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> (cherry picked from commit ad1a4874812aeb81f7a219e7d8ee6d9be3392d2a)
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2018-09-161-0/+0
|
* Fix FTBFS with stricter C++11Slávek Banko2018-08-194-4/+4
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0184742fd6dda45b4c3ac2f26eb60ec9a8ccedf3)
* Update version numbers and date for R14.0.5 final releaser14.0.5Slávek Banko2018-07-261-1/+1
|
* cmake: Use set_property( SOURCE ... COMPILE_DEFINITIONS )Michele Calgaro2018-07-042-3/+3
| | | | | | | | instead of set_source_files_properties( ... COMPILE_FLAGS ) to avoid the problem of double escaping quotation marks. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c1b7409de9bfd0c63c662b38b007d99dbb442d38)
* Fixed for bug 2845. This is a bit of a quick-n-dirty patch.Michele Calgaro2018-06-211-1/+0
| | | | | | | | | | | | | The assertion looks for extremely small generated values and crash if found one. Removing the assertions seems to cause no arm and audio files of various format play fines. Moreover the problem seems to have completely disappered in recent Debian distros, for example it was reproducable in Stretch but no more in Buster. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5d9981995e34d44da2a1b236de4a7594fbe183a8)
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2018-05-241-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2018-05-081-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2018-04-291-0/+0
|
* Fixed FTBFS with g++7 caused by #include directive placed inside namespace.Michele Calgaro2018-04-231-2/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1a41c9e42acb4771a5070bcaccb0db795fabc885)
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2017-03-261-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2017-02-181-0/+0
|
* Fix detection whether the system is big endianSlávek Banko2017-01-313-0/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 117ec1e9d46baf07823a7a5719101e25e4b29e2d)
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2017-01-291-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2017-01-261-0/+0
|
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2017-01-261-0/+0
|
* cmake: add tde_add_check_executable macroSlávek Banko2017-01-262-0/+0
|
* Update version number for new target R14.0.5Slávek Banko2016-11-121-2/+2
|
* Update date in lsm filesr14.0.4Slávek Banko2016-10-231-1/+1
|
* Add artsc pkg-config fileSlávek Banko2016-10-163-11/+20
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit de977c9845197adadac4db0f59a854cde96bea54)
* Fix FTBFS with GCC 6 (C++11 dialect)Slávek Banko2016-08-151-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2d91d9ada0fc32c48887763753881cd6964f35a0)
* Reset submodule main/dependencies/arts/admin to latest HEADAutomated System2016-08-071-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2016-04-191-0/+0
|
* Reset submodule main/dependencies/arts/cmake to latest HEADAutomated System2016-03-171-0/+0
|