James Westman
04ef0944db
Release v0.16.0
2025-01-17 17:04:52 -06:00
James Westman
e19975e1f8
lsp: Add reference documentation on hover
...
For most constructs and keywords, show the relevant section of the
reference documentation on hover.
2024-10-20 21:10:14 -05:00
James Westman
8e10fcf869
Release v0.14.0
2024-08-24 14:26:46 -05:00
Sonny Piers
7e4f80523d
Post-release version bump
2024-03-21 20:40:18 +01:00
Sonny Piers
66b43c36cf
Release v0.12.0
2024-03-21 20:37:27 +01:00
James Westman
ee614e0cc0
Post-release version bump
2023-07-21 15:08:16 -05:00
James Westman
2a39a16391
Release v0.10.0
2023-07-21 15:06:18 -05:00
James Westman
aa7679618e
Release v0.8.1
2023-05-17 10:47:52 -05:00
James Westman
8f3682135b
Release v0.8.0
2023-05-13 21:22:47 -05:00
James Westman
00a31d87bb
Post-release version bump
2022-11-26 17:20:04 -06:00
James Westman
9adcab2d22
Release v0.6.0
2022-11-26 17:14:49 -06:00
James Westman
6ad1433587
Post-release version bump
2022-09-04 16:54:21 -05:00
James Westman
75a6d95988
Release v0.4.0
2022-09-04 14:04:03 -05:00
James Westman
e78fae4f12
build: Set the module path in the build
...
Instead of trying to find the module by traversing from the executable,
have meson hardcode the path. I *think* this is a little less fragile.
2022-06-25 00:15:20 -05:00
James Westman
180b529650
Post-release version bump
2022-06-09 14:51:35 -05:00
James Westman
87cedc2c7e
Release v0.2.0
2022-06-09 14:50:49 -05:00
James Westman
76baf4df98
Build: Don't install anything as subproject
...
Fixes #63 .
2022-06-09 01:00:53 -05:00
James Westman
2c58a0f51c
Fix using blueprint-compiler as a meson subproject
2022-06-08 23:54:30 -05:00
James Westman
65691dfac6
Include version number in lsp and cli
...
Fixes #61 .
2022-06-08 22:25:22 -05:00
James Westman
6f4d458855
build: Install to datadir
...
Install the python module to the data directory, not the python install
directory that meson gives us. Then, in the main script, try to find the
module and add it to the path by assuming the script is installed to
(prefix)/bin. Hopefully this will fix the ModuleNotFound errors.
2022-06-07 11:52:55 -05:00
Jeremy Bicha
e3a37893a8
build: Install pkgconfig file to /usr/share/
...
Because the pkgconfig file is arch-independent,
/usr/share/pkgconfig/ is a better location for it
2022-03-22 16:23:51 -04:00
James Westman
544d152fb6
Rename to blueprint-compiler
...
This isn't an official GTK project so better to avoid using "GTK" in the
name.
2021-12-01 15:35:58 -06:00
James Westman
afecd744ca
Fix tests
2021-10-28 00:13:46 -05:00
James Westman
55e08e4f52
docs: Add examples
2021-10-27 00:31:49 -05:00
James Westman
55a117a5b7
lsp: Show docs on hover
...
Also:
- Install the script to <prefix>/bin
- Fix a bug in XmlReader that would cause "uninteresting" tags to not be
fully ignored
- Other minor improvements
2021-10-26 10:54:32 -05:00
James Westman
419faf0362
Use meson instead of setup.py
...
This project will usually be used as a subproject, so it needs a meson
file, and I'd like to not support two different buildsystems.
2021-10-22 23:27:19 -05:00