mkvtoolnix/tools/development
Moritz Bunkus ab6455f68c
build system: fix compatibility with Ruby 3.2.0
Several deprecated functions were removed: `Dir.exists?`,
`File.exists?` & `FileTest.exists?`.  Instead of those
`FileTest.exist?` must be used (without the `s`). See the release
notes for Ruby 3.2.0 as well as the issue for removing the functions:

https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/
https://bugs.ruby-lang.org/issues/17391
2023-01-02 22:57:21 +01:00
..
modules style: rubocop Style/Encoding 2020-10-07 11:58:06 +11:00
add_icons.rb style: rubocop Style/Encoding 2020-10-07 11:58:06 +11:00
bump_version_set_code_name.sh packaging: use bundled drake part 2 2022-04-11 23:39:34 +02:00
find_timestamp_jumps_in_mkvinfo_s.pl add developer tool for finding jumps in timestamps in output of mkvinfo -s… 2020-06-21 16:12:42 +02:00
mpeg_ts_timestamp_conversion.pl add developer tool for converting MPEG TS timestamps 2020-06-21 16:13:24 +02:00
news_to_releases_xml.rb news_to_releases_xml: Trollop gem was renamed to Optimist 2019-02-09 11:45:05 +01:00
run_clang_tidy.sh dev tools: add runner script for clang-tidy 2019-01-02 23:08:45 +01:00
timestamp.pl add a simple tool for formatting a timestamp in ns 2017-01-03 13:28:29 +01:00
update_translations.rb build system: fix compatibility with Ruby 3.2.0 2023-01-02 22:57:21 +01:00