Punit Lodha
97b381a2b0
Switch to rustc 1.56.0 ( #1404 )
...
* Update CHANGES.TXT
* Update release flow
* use 1.56.0 compiler as 1.57.0 is bugged
Co-authored-by: PunitLodha <punitlodha@pm.com>
2021-12-15 17:03:45 +00:00
Punit Lodha
03b0749e91
Update release flow ( #1403 )
...
* Update CHANGES.TXT
* Update release flow
Co-authored-by: PunitLodha <punitlodha@pm.com>
2021-12-15 16:41:11 +00:00
Punit Lodha
ed1b5dddce
Update windows build ( #1393 )
...
* Compile rust in a pre-build event
* Add msbuild to windows compilation docs
* Update CHANGES.TXT
2021-11-14 10:03:39 -08:00
dependabot[bot]
68e6390c76
Bump actions/checkout from 2.3.4 to 2.4.0 ( #1388 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.4 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.4.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 07:03:06 +00:00
Punit Lodha
3a1851f904
Make rust decoder default ( #1375 )
...
* Use rust by default and add -WITHOUT_RUST flag
* Fix for shell and autoconf builds
* change directory for version check
* change to staticlib
* Update windows to build rust
* fix formatting
* add information about 708 decoder in version flag
* revert file mode to 644
* Use x86 for OCR releases
* fix flushing bug
* fix formatting
* update lib names
* remove bazel
* update changelog
2021-10-15 08:15:51 -07:00
Willem
cad6b0495c
Release flow improvements ( #1381 )
...
- Create .tar.gz for Linux that excludes the Windows & Git folders
- Create portable (zipped) version of CCExtractor (closes #1376 )
2021-10-08 12:26:21 +02:00
Jayesh Nirve
b7a1dd1030
Update ISSUE_TEMPLATE.md ( #1370 )
2021-08-05 20:43:32 -07:00
Willem
2a34bd99e6
[IMPROVEMENT] Automate release process for installer ( #1357 )
...
* Do not run push/pull request workflows for tags
* Stop including the old UI into artifacts for Widnows
* Introduce WiX installer and release flow
2021-06-28 14:18:33 -07:00
PunitLodha
c7886ed615
Add CI and docs for rust lib ( #1355 )
2021-06-27 17:58:51 +00:00
canihavesomecoffee
8218d5ff73
Do not run format on thirdparty or zvbi libraries
2021-06-10 23:54:47 +02:00
dependabot[bot]
84e6891922
Bump actions/checkout from 2 to 2.3.4 ( #1334 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 20:11:18 +02:00
dependabot-preview[bot]
02d84d27d0
Upgrade to GitHub-native Dependabot ( #1330 )
...
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-29 23:03:48 +00:00
Venkata Shravan
4f5bd7bf37
Add bazel build to Github Actions ( #1321 )
2021-04-12 21:16:35 +00:00
Venkata Shravan
e3c54327e8
Updated Github actions and reduced steps required to upload artifacts. ( #1289 )
...
Updated Github actions, reduced upload artifact steps [Windows]. Closes #1284 .
2020-12-28 09:59:46 +01:00
Willem
cf828471d6
Fix Windows build pipeline
...
warrenbuckley/Setup-MSBuild has been deprecated in favour of microsoft/setup-msbuild, which includes a fix for the failure of the build pipelines (refer to https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ )
2020-12-21 10:26:56 +01:00
Willem
28dd35b040
Add DLL's to artifact ( #1263 )
...
Expands the Windows build steps to include DLL's in the artifact, making an out-of-box use of said artifacts easier. The new artifacts will allow running ccextractor (not the GUI yet) directly.
2020-04-28 22:31:15 +02:00
Willem
e82a492c94
Update build_windows.yml
...
Add version information for all builds
2020-04-26 21:09:19 +02:00
Willem
4509b9daf5
Update build_windows.yml
2020-04-26 21:04:09 +02:00
Willem
d330b78f37
Update build_windows.yml
2020-04-26 20:54:19 +02:00
Willem
ab89f88aea
Update build_windows.yml
...
Add a build information on the release build.
2020-04-26 20:50:09 +02:00
Willem
0227c2787a
Update build_linux.yml
...
Correct path for version check for building with cmake
2020-04-26 20:48:25 +02:00
Willem
84dec36845
Update build_linux.yml
...
Add version information step on all Linux builds
2020-04-26 20:42:44 +02:00
Willem
b4f692807a
Update build_linux.yml
...
Add a step to show version information
2020-04-26 20:38:59 +02:00
Willem
6f375cd9b3
Update build_windows.yml
...
Split up artifacts for easier re-use; ensure paths are correct.
2020-04-25 13:00:27 +02:00
Willem
e959654c6f
Update build_windows.yml
...
Fix wrong paths
2020-04-25 12:39:06 +02:00
Willem
18484d555f
Add OCR build to Windows action
...
Adds a (likely non-working) build stage for building with OCR to the Windows GitHub actions, so we can assure that Windows keeps building with OCR just fine.
2020-04-25 12:32:04 +02:00
Nils
84b5df2713
Mention where to send private invitation in the ISSUE_TEMPLATE ( #1253 )
...
Makes a small update to the ISSUE_TEMPLATE to clarify instructions for sending samples that cannot be made public.
Co-authored-by: Willem <github@canihavesome.coffee>
2020-04-07 13:55:49 +02:00
Willem
1aed90e42c
[IMPROVEMENT] Apply clang-format to all remaining files ( #1247 )
...
Apply clang-format to all files aside from the icon file in the GUI and modify the action appropriately.
2020-03-29 22:16:39 +02:00
Nils
b974a7ed81
Remove installation of clang
( #1244 )
...
This is possible thanks to
https://github.com/actions/virtual-environments/pull/447
2020-03-20 13:08:19 +01:00
Nils André-Chang
88830e6c58
Remove the need for the push to be on the master branch
...
This is because contributors don't have branches called master it isn't
possible to manually trigger workflows as suggested by
https://github.community/t5/GitHub-Actions/GitHub-Actions-Manual-Trigger-Approvals/m-p/31517 .
Also removed the workflow file from the path as it is implicitely set.
2020-02-15 22:12:55 +00:00
Carlos Fernandez Sanz
db646f50ac
Update ISSUE_TEMPLATE.md
2020-02-12 17:39:12 -08:00
Nils
b1c9540085
[IMPROVEMENT] Comment out issue ( #1178 )
...
* [ISSUE_TEMPLATE.md] Comment out instructions
* [PULL_REQUEST_TEMPLATE.md] Comment out instructions
* Mention in ISSUE_TEMPLATE.md that only useful arguments should be put
* Follow feedback
2020-02-12 17:36:05 -08:00
Willem
a8d6b81baf
Remove Windows XP workaround
...
Removes the workaround that was put in place while waiting for actions/virtual-environments#288 to being fixed.
2020-02-08 20:56:45 +01:00
Willem
b8321cac0f
Finetune formatting action
...
Only trigger action when the action is edited, or when source code is actually being changed.
2020-02-08 20:52:36 +01:00
Nils ANDRÉ-CHANG
722d52420c
[IMPROVEMENT] Clang format ( #1222 )
...
* Add .clang-format
* Add clang-format github action
* Set more explicit name to GitHub workflow
Co-Authored-By: Willem <github@canihavesome.coffee>
Co-authored-by: Willem <github@canihavesome.coffee>
2020-01-30 09:00:00 -08:00
Nils André-Chang
746806dcef
Cmake with OCR and Hardsubx in different job
2020-01-19 20:30:04 +00:00
Nils André-Chang
812734fd2a
Add dependencies
2020-01-19 20:00:03 +00:00
Nils André-Chang
5599ce9eaf
Test with OCR and HARDSUBX
2020-01-19 19:16:15 +00:00
Willem
2e2075ca52
Add GitHub Action for Windows
...
Adds a GitHub Action that will build CCExtractor for Windows with msbuild. It will build in Release mode and Debug mode, without OCR or other features enabled.
2020-01-19 15:34:25 +01:00
Nils André-Chang
82b60988bb
Parallelize
2020-01-18 20:20:40 +00:00
Nils André-Chang
ab1af7c678
Add Cmake job to github action
2020-01-18 20:16:15 +00:00
Willem
676be1f193
Add GitHub Action for Linux
...
Adds a GitHub Action that will build CCExtractor for Linux (Ubuntu in this case) using the shell script and the autoconf option.
2020-01-18 20:05:42 +01:00
Matej Plavevski
b6978f2fd8
Fix Video links for not converting to Markdown
2019-05-23 13:55:30 +02:00
Saurabh Shrivastava
96edd9031e
Add a requirement in PR to update changelog.
2018-10-24 04:42:39 +05:30
Carlos Fernandez Sanz
26e96f362a
Update ISSUE_TEMPLATE.md
2018-01-24 18:19:59 -08:00
Abhijith Ganesan
97cc3ee2a7
Change contributor guide link
...
Original link no longer exists; replaced with User link
2018-01-01 21:05:50 +00:00
canihavesomecoffee
5194dea1b8
Add contributors guide, update readme
2017-03-06 21:29:21 +01:00