Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Generated on #{Time.now}" error when compiling project using qt5.cr #25

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4814c6e
Generated bindings
Papierkorb Aug 22, 2017
202ab8a
shard.yml: Build delivered bindings on install
Papierkorb Aug 22, 2017
1c03085
Make ext/bindgen_helper.hpp a real file for now
Papierkorb Aug 23, 2017
640c6bd
Merge branch 'master' of github.com:Papierkorb/qt5.cr into master-rea…
Papierkorb Aug 24, 2017
24559bc
Update generated bindings
Papierkorb Aug 24, 2017
16d929e
Merge branch 'master' of github.com:Papierkorb/qt5.cr into master-rea…
Papierkorb Aug 24, 2017
537567e
Update generated bindings
Papierkorb Aug 24, 2017
df22650
Merge branch 'master' of github.com:Papierkorb/qt5.cr into master-rea…
Papierkorb Aug 24, 2017
be1f76e
Update generated bindings
Papierkorb Aug 24, 2017
32d5266
Merge branch 'master' of github.com:Papierkorb/qt5.cr into master-rea…
Papierkorb Aug 25, 2017
6733fa6
Update generated bindings @ 32d5266
Papierkorb Aug 25, 2017
b75415a
Merge branch 'master' of github.com:Papierkorb/qt5.cr into master-rea…
Papierkorb Aug 25, 2017
798e1e0
Update generated bindings @ b75415a
Papierkorb Aug 25, 2017
3636521
Merge branch 'master' of github.com:Papierkorb/qt5.cr into master-rea…
Papierkorb Aug 27, 2017
12ce6b1
Update generated bindings @ 8a39209
Papierkorb Aug 27, 2017
c9f8f68
Merge branch 'master' of github.com:Papierkorb/qt5.cr into master-rea…
Papierkorb Aug 28, 2017
567c024
Update generated bindings @ c9f8f68
Papierkorb Aug 28, 2017
9556b08
Merge branch 'master' of github.com:Papierkorb/qt5.cr into master-rea…
Papierkorb Aug 29, 2017
743cce5
Merge branch 'master' of github.com:Papierkorb/qt5.cr into master-rea…
Papierkorb Aug 29, 2017
4eaa44a
Update generated bindings @ 743cce5
Papierkorb Aug 29, 2017
393a82c
Merge branch 'master' of github.com:Papierkorb/qt5.cr into master-rea…
Papierkorb Sep 30, 2017
7ba0943
Update generated bindings @ 393a82c
Papierkorb Sep 30, 2017
9c495a5
Merge branch 'master' of github.com:Papierkorb/qt5.cr into master-rea…
Papierkorb Oct 8, 2017
9adbaf3
Update generated bindings @ 9c495a5
Papierkorb Oct 8, 2017
3a4b694
Merge branch 'master' of ../qt-temp into master-ready-to-use
Papierkorb Oct 29, 2017
fc51282
Update generated bindings @ 3a4b694
Papierkorb Oct 29, 2017
2f5429c
Merge branch 'master' of github.com:Papierkorb/qt5.cr into master-rea…
Papierkorb Dec 3, 2017
6b2d1ad
Update generated bindings @ 2f5429c
Papierkorb Dec 3, 2017
2f41a49
Merge branch 'master' into master-ready-to-use
Papierkorb Dec 26, 2017
e9a0e8c
Update generated bindings @ 7b14029
Papierkorb Dec 26, 2017
9dd7c2c
fix install with Crystal 0.25.1
mamantoha Aug 13, 2018
b574f43
Time.now -> Time.local
docelic May 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44,820 changes: 44,820 additions & 0 deletions ext/qt_binding_linux-gnu-x86_64-qt5.10.cpp

Large diffs are not rendered by default.

44,403 changes: 44,403 additions & 0 deletions ext/qt_binding_linux-gnu-x86_64-qt5.5.cpp

Large diffs are not rendered by default.

44,516 changes: 44,516 additions & 0 deletions ext/qt_binding_linux-gnu-x86_64-qt5.6.cpp

Large diffs are not rendered by default.

44,608 changes: 44,608 additions & 0 deletions ext/qt_binding_linux-gnu-x86_64-qt5.7.cpp

Large diffs are not rendered by default.

44,692 changes: 44,692 additions & 0 deletions ext/qt_binding_linux-gnu-x86_64-qt5.8.cpp

Large diffs are not rendered by default.

44,756 changes: 44,756 additions & 0 deletions ext/qt_binding_linux-gnu-x86_64-qt5.9.cpp

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ description: Qt5 bindings for Crystal
authors:
- Stefan Merettig <[email protected]>

crystal: 0.23.1
crystal: 0.25.1

dependencies:
bindgen:
github: Papierkorb/bindgen
branch: master

scripts:
postinstall: crystal deps build
postinstall: shards

license: MPL-2
Loading