<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/scripts/compile_parsers.makefile, branch v0.8.5.2</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/scripts/compile_parsers.makefile?h=v0.8.5.2</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/scripts/compile_parsers.makefile?h=v0.8.5.2'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2022-02-09T20:34:14Z</updated>
<entry>
<title>fix(makefile): add forgotten CXX_STANDARD again</title>
<updated>2022-02-09T20:34:14Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-02-08T23:06:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b9c6f3ed454c562707048988e6462d0389dd7852'/>
<id>urn:sha1:b9c6f3ed454c562707048988e6462d0389dd7852</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(makefile): apply fixes to original makefile</title>
<updated>2022-02-08T22:37:59Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-02-07T21:06:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5639b74db0f379c159afcc6ab14bf5dffddae4e8'/>
<id>urn:sha1:5639b74db0f379c159afcc6ab14bf5dffddae4e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: revert to basic makefile where all variables are set by Lua</title>
<updated>2022-02-08T22:37:59Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-02-05T23:53:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=65998878998807ec4c9ecc5af1ae573d69596667'/>
<id>urn:sha1:65998878998807ec4c9ecc5af1ae573d69596667</id>
<content type='text'>
Fixes #2463
</content>
</entry>
<entry>
<title>fix: -Os should be used during compilation phase in makefile</title>
<updated>2022-02-08T22:37:59Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-02-05T22:10:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6c9b80d73ca13cd202e1817fb708d36fd4049011'/>
<id>urn:sha1:6c9b80d73ca13cd202e1817fb708d36fd4049011</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(makefile): scanner.c isn't always available</title>
<updated>2022-02-04T19:35:26Z</updated>
<author>
<name>kylo252</name>
<email>59826753+kylo252@users.noreply.github.com</email>
</author>
<published>2022-01-29T13:24:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8980197d6198fd8471301a90bf9760f2967b651d'/>
<id>urn:sha1:8980197d6198fd8471301a90bf9760f2967b651d</id>
<content type='text'>
certain parsers like `tree-sitter-go` only contain parser.{c|cc}
</content>
</entry>
<entry>
<title>refactor(makefile): better powershell handling</title>
<updated>2022-01-25T12:41:01Z</updated>
<author>
<name>kylo252</name>
<email>59826753+kylo252@users.noreply.github.com</email>
</author>
<published>2022-01-25T08:35:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=24688a02bc2701306aff75902964c3615d3f6cbd'/>
<id>urn:sha1:24688a02bc2701306aff75902964c3615d3f6cbd</id>
<content type='text'>
- add missing $(MKDIR) variable
- create a simple function to allow running `make clean`
without an error if a file doesn't exist
</content>
</entry>
<entry>
<title>test: use powershell by default</title>
<updated>2022-01-25T08:04:57Z</updated>
<author>
<name>kylo252</name>
<email>59826753+kylo252@users.noreply.github.com</email>
</author>
<published>2022-01-24T17:06:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c08821bb79bd3f0869317dbdd524bd74c345be31'/>
<id>urn:sha1:c08821bb79bd3f0869317dbdd524bd74c345be31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(installer): more modular makefile</title>
<updated>2022-01-25T08:04:57Z</updated>
<author>
<name>kylo252</name>
<email>59826753+kylo252@users.noreply.github.com</email>
</author>
<published>2022-01-24T16:21:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=67f5acb882d72ca9c568c1a938f8d28100a1e753'/>
<id>urn:sha1:67f5acb882d72ca9c568c1a938f8d28100a1e753</id>
<content type='text'>
- support both scanner.cc and scanner.c
- allow complete override for (CFLAGS,CXXFLAGS,LDFLAGS)
- add `clean` target
- add `install` target
- add windows support
</content>
</entry>
<entry>
<title>Set CXX standard per parser and fix Norg</title>
<updated>2022-01-23T15:27:25Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-09-09T20:48:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bb33aea03cd65e62e0b5cdd0b1077c09b88dce1b'/>
<id>urn:sha1:bb33aea03cd65e62e0b5cdd0b1077c09b88dce1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow compilation via makefile</title>
<updated>2022-01-23T15:27:25Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-09-09T20:11:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a37c97545f23eef90f833be634ef1f3db93af0ca'/>
<id>urn:sha1:a37c97545f23eef90f833be634ef1f3db93af0ca</id>
<content type='text'>
</content>
</entry>
</feed>
