summaryrefslogtreecommitdiff
path: root/vala/valacodecontext.vala
Commit message (Expand)AuthorAgeFilesLines
* Require and target GLib >= 2.56Rico Tzschichholz2023-02-281-1/+1
* Fix output decoding error of non-ASCII character on Win32wszqkzqk2022-11-271-1/+1
* vala: Free empty stack list for code contextsRico Tzschichholz2022-02-091-0/+5
* vala: Add Profile.LIBC as synonym for POSIX and accept "libc" profileRico Tzschichholz2021-04-151-0/+2
* vala: Fix build with valac < 0.44Rico Tzschichholz2021-03-031-1/+2
* vala: Report warning if --target-glib=auto was not evaluated successfullyRico Tzschichholz2021-03-031-1/+3
* vala: Improve detection of duplicate package source filesRico Tzschichholz2021-01-121-1/+7
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-9/+9
* Use "str_equal" as equal_func for ArrayList<string> instancesRico Tzschichholz2020-05-081-1/+1
* vala: Fix cleaning of output in CodeContext.pkg_config_modversion()Rico Tzschichholz2020-04-161-1/+3
* Revert "vala: Drop mitigation in CodeContext.pkg_config_modversion() when it ...Rico Tzschichholz2020-04-161-1/+4
* vala: Drop mitigation in CodeContext.pkg_config_modversion() when it failedRico Tzschichholz2020-04-111-4/+1
* vala: Drop --use-header compiler option and enable it by defaultMason Bogue2020-04-051-2/+0
* vala: Move setting of target profile and standard packages into CodeContextRico Tzschichholz2020-03-251-3/+35
* vala: Use error() instead of Report.error() inside of CodeContext.get()Rico Tzschichholz2020-03-131-4/+2
* vala: Report an internal error for unavailable context and bailRico Tzschichholz2020-03-011-0/+10
* vala: Always bail if there are semantic errorsPrinceton Ferro2020-01-201-1/+3
* compiler: Add "--depfile" option writing package dependencies to given fileRico Tzschichholz2019-12-211-0/+23
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-6/+6
* Add boolean CodeContext.keep_going and corresponding compiler optionRico Tzschichholz2019-09-021-2/+7
* vala: Fix mixup of target_glib_major/minor in set_target_glib_version()Jim Mason2019-07-211-2/+2
* vala: Bump implicit target-glib to 2.48Rico Tzschichholz2019-03-191-1/+1
* vala: Add CodeContext.get_source_file() and perform some sanity checksRico Tzschichholz2019-03-191-0/+23
* vala: Add support for --target-glib=autoRico Tzschichholz2019-03-171-2/+14
* vala: Trigger understandable errors with GLib target versionCorentin Noël2018-12-041-1/+1
* vala: Move setting of default defines for VALA_0_XX and GLIB_2_XX to ContextRico Tzschichholz2018-11-241-10/+69
* Reintroduce POSIX profileRico Tzschichholz2018-05-081-4/+11
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-2/+2
* valac: Always use the given "pkg-config" and respect PKG_CONFIG envarRico Tzschichholz2018-02-081-0/+62
* compiler: Add --abi-stability option for future ABI stability enablementDaniel Espinosa2018-01-201-0/+5
* valadoc: Drop custom realpath()Rico Tzschichholz2018-01-091-1/+7
* vala: Replace more public fieldsRico Tzschichholz2017-12-151-5/+5
* vala: Initialize CodeContext.*_directories fieldsRico Tzschichholz2017-09-211-5/+5
* compiler: Add --gresourcesdir optionDaniel Espinosa2017-06-071-0/+10
* Avoid some string copyingRico Tzschichholz2016-11-011-3/+3
* Ignore --thread commandline option and drop all gthread-2.0 referencesRico Tzschichholz2016-10-101-5/+0
* Always check unused attrs. Add [Version] to known attrsLuca Bruno2016-01-301-0/+6
* Introduce [Version (...)]Florian Brosch2016-01-301-0/+5
* Fix typo in valadocPeter Lamby2015-12-161-1/+1
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-2/+0
* Fix source filenames having non-utf8 path componentsLuca Bruno2015-03-041-1/+2
* Warn about unused attributesLuca Bruno2014-12-031-0/+6
* Added option --vapi-comments to include comments in vapi-filesRichard Wiedenhöft2014-09-031-0/+5
* Hide internal methods in ABIMaciej Piechotka2014-03-241-0/+5
* gtktemplate: Static type checking of [GtkCallback] using gresourcesLuca Bruno2013-06-041-0/+2
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-261-1/+1
* Ignore .h files passed to compilerTristan Brindle2012-08-061-0/+2
* Drop warnings about unused internal symbols when using fast vapi filesJürg Billeter2012-08-061-1/+3
* Drop POSIX profileJürg Billeter2012-08-061-11/+4
* Drop Dova profileJürg Billeter2012-08-061-5/+0