<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/example-based, branch optimize</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=optimize</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=optimize'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2019-08-18T07:37:55+00:00</updated>
<entry>
<title>fix packages</title>
<updated>2019-08-18T07:37:55+00:00</updated>
<author>
<name>krangelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2019-08-18T07:37:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=cb678dfdc83fcd3bb5d19b3db638163262fbba4e'/>
<id>urn:sha1:cb678dfdc83fcd3bb5d19b3db638163262fbba4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix reference to FastCGIUtils</title>
<updated>2019-08-18T07:12:30+00:00</updated>
<author>
<name>krangelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2019-08-18T07:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=4161bbf0eca77360e72373e935b1317291d0697a'/>
<id>urn:sha1:4161bbf0eca77360e72373e935b1317291d0697a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "remove the example-based folder. The code is still in the archive"</title>
<updated>2018-11-28T18:22:19+00:00</updated>
<author>
<name>John J. Camilleri</name>
<email>john@johnjcamilleri.com</email>
</author>
<published>2018-11-28T18:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e2401f32ca20f8ec9bea23df909139878ad3f8bf'/>
<id>urn:sha1:e2401f32ca20f8ec9bea23df909139878ad3f8bf</id>
<content type='text'>
This reverts commit 05c2cfb628147f7d6fa0a6c2f38eb9d67b2eb007.
</content>
</entry>
<entry>
<title>remove the example-based folder. The code is still in the archive</title>
<updated>2018-11-28T13:34:15+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2018-11-28T13:34:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=05c2cfb628147f7d6fa0a6c2f38eb9d67b2eb007'/>
<id>urn:sha1:05c2cfb628147f7d6fa0a6c2f38eb9d67b2eb007</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Comment out some dead code found with -fwarn-unused-binds</title>
<updated>2015-08-28T13:59:43+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2015-08-28T13:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5bfaf10de597af504e6d2784309e533b09a6451c'/>
<id>urn:sha1:5bfaf10de597af504e6d2784309e533b09a6451c</id>
<content type='text'>
Also fixed some warnings and tightened some imports
</content>
</entry>
<entry>
<title>src/server: refactoring to isolate dependencies on the cgi/fastcgi packages</title>
<updated>2014-09-02T12:27:47+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-09-02T12:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e0e6079c9141a0c2d7d2a6dda50496e237bfc8bb'/>
<id>urn:sha1:e0e6079c9141a0c2d7d2a6dda50496e237bfc8bb</id>
<content type='text'>
* Introducing the module CGI, re-exporting a subset of the cgi package. It
  might complete replace the cgi package in the future.
* Introducing the module CGIUtils, containing functions from FastCGIUtils that
  have nothing to do with fastcgi.

Some low level hackery with unsafePerformIO and global variables was left
in FastCGIUtils, but it is actually not used, neither for gf -server nor
exec/pgf-fcgi.hs.
</content>
</entry>
<entry>
<title>Eliminate mutual dependencies between the GF compiler and the PGF library</title>
<updated>2013-11-05T13:11:10+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-11-05T13:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3814841d7d3b77b3f033cb98c1c0a04ac39435d7'/>
<id>urn:sha1:3814841d7d3b77b3f033cb98c1c0a04ac39435d7</id>
<content type='text'>
+ References to modules under src/compiler have been eliminated from the PGF
  library (under src/runtime/haskell). Only two functions had to be moved (from
  GF.Data.Utilities to PGF.Utilities) to make this possible, other apparent
  dependencies turned out to be vacuous.

+ In gf.cabal, the GF executable no longer directly depends on the PGF library
  source directory, but only on the exposed library modules. This means that
  there is less duplication in gf.cabal and that the 30 modules in the
  PGF library will no longer be compiled twice while building GF.

  To make this possible, additional PGF library modules have been exposed, even
  though they should probably be considered for internal use only. They could
  be collected in a PGF.Internal module, or marked as "unstable", to make
  this explicit.

+ Also, by using the -fwarn-unused-imports flag, ~220 redundant imports were
  found and removed, reducing the total number of imports by ~15%.

</content>
</entry>
<entry>
<title>example-based: bug fix: apply UTF-8 decoding to CGI inputs</title>
<updated>2011-11-21T15:15:49+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-11-21T15:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e9e029d39f5117f233823acc5a2e04f79827529e'/>
<id>urn:sha1:e9e029d39f5117f233823acc5a2e04f79827529e</id>
<content type='text'>
You can now use words with ÅÄÖ when writing Swedish grammars by example...
</content>
</entry>
<entry>
<title>gfse: supply information about what's defined in the exampe language to the server functions for example-based grammar writing</title>
<updated>2011-11-02T16:54:22+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-11-02T16:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=312e602dfe69fc6d391d58d715fccad6c1ed1023'/>
<id>urn:sha1:312e602dfe69fc6d391d58d715fccad6c1ed1023</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gfse: example-based: remove target language from the example language menu</title>
<updated>2011-11-02T16:13:30+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-11-02T16:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5856098f2f71dc443cf6412443d6b3efbcb8efb8'/>
<id>urn:sha1:5856098f2f71dc443cf6412443d6b3efbcb8efb8</id>
<content type='text'>
</content>
</entry>
</feed>
