summaryrefslogtreecommitdiff
path: root/gen.tab
Commit message (Collapse)AuthorAgeFilesLines
* Try fixing parallel build from git checkoutHEADmasterBehdad Esfahbod2018-02-091-1/+9
| | | | Fixes https://github.com/fribidi/fribidi/issues/52
* Towards fixing out-of-tree buildsBehdad Esfahbod2018-01-281-24/+13
| | | | | | | | | | One cannot just call compiler like that. Sources files need to be redirected through Make to be found correctly. Let's see if overriding CC and CFLAGS works. This, still fails to build for me from a bootstrap repo and out-of-tree build. Make seem to have become too smart for what I wrote before. Still trying.
* [gen.tab] Remove reliance on VPATHBehdad Esfahbod2018-01-281-18/+10
|
* Fix clang compilesAman Gupta2018-01-161-6/+6
|
* Less hackish cross compilation support.Dov Grobgeld2018-01-131-10/+10
| | | | | * Changed hardcoded gcc for build compiler to use m4_ax_prog_cc_for_build.m4 instead as suggested by Khaled.
* Simplistic cross compilation support from a gcc based system.Dov Grobgeld2018-01-072-10/+12
|
* Drop CVS keywords that make no sense nowKhaled Hosny2017-11-235-30/+0
|
* Simplify fribidi-types.h a bitKhaled Hosny2017-11-165-21/+21
| | | | | | | | It is 2017, I think we can rely on the presence of one of these three int types headers. Also rename types that are not exposed in public headers to use the standard names.
* Updated licensing inline documentation.Dov Grobgeld2017-11-152-2/+2
|
* Remove more remnants of GLib supportKhaled Hosny2017-11-121-4/+1
|
* Fixed potential crash in the gen-brackets-tab code.Dov Grobgeld2017-11-091-1/+1
| | | | * The size for parsing of UnicodeData.txt was too small.
* Merge remote-tracking branch 'fribidi/master' into unicode-10Dov Grobgeld2017-11-071-0/+4
|\
| * Initial unicode63 support.Dov Grobgeld2016-01-255-30/+244
| |
* | Fixed compilation errors.Dov Grobgeld2017-09-011-1/+1
| |
* | Added Unicode 6.3 support (and beyond)Dov Grobgeld2017-08-018-6/+619
| | | | | | | | | | | | | | | | | | - N0 support - Isolate character support (LRI, RLI, FSI) - Added test program test.c by Behdad that tests BidiTest.txt compliance. - Added test program test-character.c that tests BidiCharacterTest.txt compliance.
* | Updated Unicode data tables to version 10.Dov Grobgeld2017-08-015-183/+7942
|/
* Update to Unicode 6.2Behdad Esfahbod2012-12-024-25/+21
|
* Update FSF addressBehdad Esfahbod2012-12-027-14/+14
|
* Add git.mkBehdad Esfahbod2012-08-251-0/+2
|
* Update Unicode data files to 6.1.0Behdad Esfahbod2012-08-254-164/+956
|
* Update to Unicode 6.0.0 and bump version to 0.19.3behdad2011-01-214-492/+4876
|
* Fix build without charset convertersbehdad2010-12-071-3/+4
|
* Update to Unicode Character Database 5.1.0behdad2008-04-084-66/+1714
|
* Update to Unicode Character Database 5.0.0.behdad2006-07-214-91/+1520
|
* Add an option --disable-deprecated.behdad2006-01-316-34/+34
|
* Added a FIXME about not handling First..Last ranges in UnicodeData.txt.behdad2005-11-091-3/+5
|
* Arabic shaping support added.behdad2005-11-038-17/+360
|
* Small changes to shut gcc warnings up.behdad2005-07-301-16/+17
|
* In Unicode 4.1.0, the ReadMe.txt doesn't contain the Unicode version anymore.behdad2005-06-073-30/+53
| | | | Updated to read version from BidiMirroring.txt, if not found in ReadMe.txt.
* Extra space removed!behdad2005-06-073-12/+12
|
* Unicode 4.1 character database update.behdad2005-06-074-126/+1448
|
* Here and there small improvements.behdad2004-08-274-16/+23
|
* Here and there fixes, found by trying to compile on sf.net Compile Farm!behdad2004-07-031-0/+17
|
* Oh, no need to add tables for general category Cf, it can roughly be obtainedbehdad2004-06-151-15/+1
| | | | by doing JOINING_TYPE_T - BIDI_TYPE_NSM...
* Arabic joining is almost complete. Going for Shaping.behdad2004-06-155-17/+35
|
* First joining stuff checked in. Generate joining table using my belovedbehdad2004-06-137-139/+485
| | | | | packtab, in gen-joining-type-tab.c. Defined FriBidiJoiningType type and wrote accompanying functions and macros.
* Wow!!! I use the wonderful packtab to compress the mirroring table now! Itbehdad2004-06-095-81/+197
| | | | | gives an smaller and faster table than the old binary search one! Moreover, packtab deals with tables with empty heads much better. Voila!
* Cleaning up here and there. Last lingers before adding joining.behdad2004-06-043-12/+13
|
* GNU Coding Standards applied and typos fixed.behdad2004-05-314-20/+28
|
* To be moved to gen.tab/behdad2004-05-311-1/+0
|
* We need UnicodeData.txt for shaping tables, so seems like we are forced to usebehdad2004-05-316-2447/+15341
| | | | | the big fat huge UnicodeData.txt, so no need to used extracted/Derived files anymore. :-(
* Another oops. You know, it's 7:30 in the morning!behdad2004-05-251-1/+1
|
* My oops. Sorry.behdad2004-05-251-1/+1
|
* Added $(EXEEXT) to binaries we build and run, to make cygwin-safe.behdad2004-05-251-9/+15
|
* Small fixes.behdad2004-05-243-21/+18
|
* When reading DerivedBidiClass.txt, should only default to L.behdad2004-05-221-13/+32
|
* Make gen-mirroring-tab and gen-unicode-version work. gen.tab/ works now.behdad2004-05-224-39/+85
|
* Making gen-bidi-tab work, and more clean up.behdad2004-05-226-100/+249
|
* gen-unicode-version is operational now.behdad2004-05-125-12/+187
|
* Better handling with Unicode info.behdad2004-05-121-8/+5
|