summaryrefslogtreecommitdiff
path: root/giscanner/scannerlexer.l
Commit message (Expand)AuthorAgeFilesLines
* scanner: Add more float typesebassi/issue-384Emmanuele Bassi2021-04-261-0/+2
* giscanner/scannerlexer.l: Include io.h on WindowsChun-wei Fan2019-04-301-0/+2
* ci: enable -Werror for msys2+mesonChristoph Reiter2019-01-011-6/+9
* scanner: make using bool without stdbool include work again. Fixes #247Christoph Reiter2018-12-211-0/+1
* Replace linked lists with arrays in source scannerTomasz Miąsko2018-12-091-1/+1
* Ignore __pragma keyword used by MSVCTomasz Miąsko2018-12-081-0/+1
* sourcescanner: collect error messages and expose themChristoph Reiter2018-12-081-1/+2
* scanner: Replace use of typeof with void tokenTomasz Miąsko2018-12-041-2/+2
* scanner: Parse __typeof__ and discard itJan Alexander Steffens (heftig)2018-11-051-0/+1
* scanner: fix the return type for GetFullPathNameAChristoph Reiter2018-07-271-1/+1
* scanner: remove use of USE_WINDOWSChristoph Reiter2018-07-271-6/+0
* Recognize additional basic types from ISO/IEC TS 18661-3:2015.Tomasz Miąsko2018-06-231-16/+21
* giscanner: Recognize _Thread_local as a storage class specifierTing-Wei Lan2018-01-091-0/+2
* scanner: Add _Float128Emmanuele Bassi2017-12-211-1/+1
* giscanner: fix EOF check with flex >= 2.6.1Jan de Groot2017-09-101-6/+15
* Ignore _Nonnull,_Nullable and _Null_unspecified type qualifiersDavid Lechner2017-09-031-0/+3
* scanner: fix line number countingDieter Verfaillie2015-12-271-13/+13
* scanner: Fix stray comment in previous commitColin Walters2015-07-271-1/+0
* scanner: Recognize __signedColin Walters2015-07-271-0/+2
* scanner: Support the C99 'bool' typeEmmanuele Bassi2015-03-041-0/+1
* scannerlexer.l: Update to Support MSVC PreprocessorChun-wei Fan2014-08-151-5/+18
* scanner: Ignore C11 _Noreturn keywordColin Walters2014-02-271-0/+1
* scanner: Support __restrict__Руслан Ижбулатов2014-02-221-0/+1
* scnaner: Support asm __volatile__Руслан Ижбулатов2014-02-221-0/+1
* giscanner: prevent implicit declarationsAntoine Jacoutot2014-02-191-0/+1
* scanner: Report __inline__ as the inline tokenEmmanuele Bassi2014-02-101-0/+1
* scannerlexer: Fix bad unrefJasper St. Pierre2013-12-171-1/+2
* scanner: Support boolean constantsFlorian Müllner2013-11-291-0/+6
* scanner: Use PATH_MAX, not hardcoded 1024 for realpath()1.39.0Colin Walters2013-11-161-1/+15
* giscanner: Make sure that the current path set from linemarks is also a real ...Carlos Garcia Campos2013-11-151-1/+55
* giscanner: Respect __GI_SCANNER__ when scanning for macrosStef Walter2013-10-211-1/+9
* giscanner: remove g_realpathDieter Verfaillie2013-10-171-9/+2
* giscanner: speed up SourceScanner().parse_files()Dieter Verfaillie2013-10-171-9/+17
* giscanner: restore linemark filename unescapingDieter Verfaillie2013-10-171-15/+14
* scannerlexer: don't reject __volatile__ tokensGiovanni Campagna2013-10-161-2/+2
* giscanner: fix c0e748e1cdf8cf0803266f94c3c5ad154df504a8Dieter Verfaillie2013-10-081-50/+48
* Revert "scannerlexer: don't reject __volatile__ tokens"Giovanni Campagna2013-09-241-2/+2
* scannerlexer: don't reject __volatile__ tokensGiovanni Campagna2013-09-241-2/+2
* scanner: Parse __int128 and friends as "int"Colin Walters2013-05-071-0/+4
* giscanner/scannerlexer.l: Parse and ignore more __asm and __volatilePatrick Welche2013-04-201-0/+4
* giscanner: only parse GTK-Doc comment blocks, ignore the restDieter Verfaillie2013-04-091-3/+25
* giscanner: special case G_GINT64_CONSTANT and G_GUINT64_CONSTANT + miscAlban Browaeys2012-08-031-1/+3
* Do the filename filtering in scannerlexerJohan Dahlin2012-04-051-4/+17
* Don't munch /* and */ comment start and end markers.Dieter Verfaillie2012-04-051-2/+2
* Add comment documenting we're ignoring C++ style comments.Dieter Verfaillie2012-04-051-1/+1
* Support glib-mkenums comment /*< flags >*/Andreas Rottmann2010-12-071-2/+29
* Silently skip #pragma directives when scanning sources.Pavel Holejsovsky2010-10-031-0/+1
* [scanner] Support private/public directivesJohan Dahlin2010-09-201-1/+3
* [sourcescanner] Rewrite linemarks parserJohan Dahlin2010-09-191-50/+24
* Save the line number of a source commentJohan Dahlin2010-09-191-4/+13