summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* scanner: Allow CFLAGS to contain arbitrary preprocessor commands like -includeColin Walters2013-03-062-2/+19
* Revert "gi-r-scanner: add support for raw CFLAGS flags option"Colin Walters2013-03-052-8/+2
* gi-r-scanner: add support for raw CFLAGS flags optionTim Lunn2013-03-062-2/+8
* scanner: Don't re-parse includes we already foundColin Walters2013-02-271-2/+3
* scanner: internals cleanup: Move pkgconfig list to NamespaceColin Walters2013-02-265-17/+10
* scanner: internals cleanup: Move c_includes to NamespaceColin Walters2013-02-264-14/+9
* scanner: internals cleanup: Move shared libraries to NamespaceColin Walters2013-02-264-15/+11
* scanner: internals cleanup: Key more things off NamespaceColin Walters2013-02-265-30/+22
* doctool: Use builtin namespace walkerColin Walters2013-02-261-22/+31
* scanner: Also traverse GObject properties when walking namespaceColin Walters2013-02-261-0/+2
* doctool: Switch default language to CColin Walters2013-02-261-1/+1
* scanner: Synthesize argument names if we don't see oneColin Walters2013-02-261-6/+10
* dumper.py: Fix for Visual C++ usageChun-wei Fan2013-02-221-1/+6
* sourcescanner: Copy over the unsignedness as wellJasper St. Pierre2013-02-181-0/+1
* sourcescanner: Make sure to mark constants as setJasper St. Pierre2013-02-181-3/+7
* sourcescanner: Fix issues with double constants in the copyJasper St. Pierre2013-02-181-1/+1
* sourcescanner: Fix symbolic references in enum membersJasper St. Pierre2013-02-163-3/+24
* sourcescanner: Remove unused "id" fieldJasper St. Pierre2013-02-161-1/+0
* docwriter: Use the fully-qualified name for functions and methodsJasper St. Pierre2013-02-151-3/+3
* doctool: Use format_xref to format some links to pagesJasper St. Pierre2013-02-1511-23/+11
* docwriter: Add support for adding additional attrs to the xref writerJasper St. Pierre2013-02-151-3/+4
* docwriter: Clean up make_page_idJasper St. Pierre2013-02-151-21/+8
* ast: Fix indentationJasper St. Pierre2013-02-151-1/+1
* ast: Fall back to the namespace for the parent of a NodeJasper St. Pierre2013-02-151-0/+11
* ast: Rename Class.parent to parent_typeJasper St. Pierre2013-02-155-15/+15
* girparser: Clean up codeJasper St. Pierre2013-02-151-4/+4
* doctool: Make sure to add "new"Jasper St. Pierre2013-02-151-1/+1
* doctool: Don't put curly braces around the construct props if there are noneJasper St. Pierre2013-02-151-2/+6
* doctool: Don't link to the namespace from the namespace pageJasper St. Pierre2013-02-151-0/+2
* doctool: Rename page_style to page_kindJasper St. Pierre2013-02-155-10/+10
* docmain: Create the output dir for us if it doesn't existJasper St. Pierre2013-02-152-2/+6
* docwriter: Don't render constants for nowJasper St. Pierre2013-02-151-1/+4
* doctool: Remove an extra <p> in the signalsJasper St. Pierre2013-02-152-2/+2
* doctool: Remove the ctype from the signal return valueJasper St. Pierre2013-02-142-2/+2
* doctool: Add an link for signal methodsJasper St. Pierre2013-02-142-2/+2
* doctool: Fix Gjs class signatureJasper St. Pierre2013-02-141-7/+4
* doctool: Gjs doesn't have extra signal parametersJasper St. Pierre2013-02-141-9/+1
* doctool: Fix use of <dl> tag in templatesJasper St. Pierre2013-02-149-63/+104
* docwriter: Skip non-introspectable nodes in introspectable languagesJasper St. Pierre2013-02-141-0/+3
* docwriter: Introduce a base formatter for introspectable languagesJasper St. Pierre2013-02-141-12/+10
* docwriter: Format list types as if they are arraysJasper St. Pierre2013-02-141-2/+2
* giscanner: Suppress deprecation warnings when introspecting typesStef Walter2013-02-131-0/+1
* ast: Allow more options in unresolved_typeJasper St. Pierre2013-02-111-0/+2
* docwriter: Support formatting of types without c:typesJasper St. Pierre2013-02-111-1/+4
* docwriter: Support varargs in parameter namesJasper St. Pierre2013-02-111-1/+6
* docwriter: Skip lots of special kinds of parametersJasper St. Pierre2013-02-111-1/+16
* docwriter: Define a new formatter method for getting paramsJasper St. Pierre2013-02-118-29/+41
* doctool: Don't use zip(range(L))Jasper St. Pierre2013-02-1110-15/+15
* docmain: Support an include path for GIRsJasper St. Pierre2013-02-111-0/+4
* scanner: remove backcompat copies more safelyTorsten Schönfeld2013-02-103-4/+7