36 Commits (4c2ef8f4d14ca411b41b9c6891028d58d2079bf7)

Author SHA1 Message Date
Ignacy Kuchciński 64990a272e srcpos: increase MAX_SRCFILE_DEPTH 4 years ago
Rob Herring acfe84f2c4 dtc: Replace GPLv2 boilerplate/reference with SPDX tags 5 years ago
Julia Lawall 5667e7ef9a annotations: add the annotation functionality 6 years ago
Julia Lawall 8e20ccf52f annotations: add positions 6 years ago
David Gibson 5062516fb8 srcpos: Remove srcpos_empty 6 years ago
David Gibson a3143fafbf Revert "annotations: add positions" 6 years ago
Julia Lawall baa1d2cf78 annotations: add positions 6 years ago
Julia Lawall 37dea76e97 srcpos: drop special handling of tab 7 years ago
David Gibson 00d7bb1f4b dtc: pos parameter to srcpos_string() can't be NULL 8 years ago
David Gibson 44a59713cf Remove unused srcpos_dump() function 8 years ago
David Gibson d71d25d760 Use xasprintf() in srcpos 9 years ago
Andrei Errapart 83e606a64d Open binary files in binary mode 10 years ago
Florian Fainelli 6d88934371 dtc: avoid shadowing dirname() 11 years ago
David Gibson 0e2d399225 Make srcpos_{v,}error() more widely useful 11 years ago
David Gibson 0c0bf8519a Fix memory leak in srcpos_verror() 11 years ago
David Gibson e19d3b1d6d Fix indentation of srcpos_verror() 11 years ago
David Gibson a1e6da8aed Fix typo in type of srcpos_verror() et al. 11 years ago
David Gibson 6efd9065e6 Remove unused srcpos_warn() function 11 years ago
David Gibson 17625371ee Use stdbool more widely 11 years ago
Michael Ellerman 8dec4d86ad dtc: srcpos_verror() should print to stderr 12 years ago
Stephen Warren 1b6d1941dc dtc: cpp co-existence: add support for #line directives 12 years ago
Simon Glass de6b76240e dtc: Add -i option to support search paths 13 years ago
Stephen Warren 69df9f0de2 dtc: Implement -d option to write out a dependency file 13 years ago
John Bonesio c0fa2e6d4e Create new and use new print_error that uses printf style formatting. 14 years ago
David Gibson c6225f86fd dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarations 15 years ago
David Gibson e1fee329e2 dtc: Cleanup srcpos_string() 15 years ago
David Gibson 728c5e87c6 dtc: Cleanup line number tracking, add column number tracking 15 years ago
David Gibson d68cb36b0b dtc: Simpler interface to source file management 15 years ago
Jon Loeliger e5c8e1dcd7 Enhance source position implementation. 16 years ago
Jon Loeliger 879e4d2590 Implement and use an xstrdup() function 16 years ago
David Gibson f7ea3708c3 dtc: Make dtc_open_file() die() if unable to open requested file 17 years ago
Scott Wood 0f635df874 Remove const from dtc_file::dir. 17 years ago
Scott Wood 42107f8bba Convert malloc() uses to xmalloc(). 17 years ago
Scott Wood 5695e99d5f Handle absolute pathnames correctly in dtc_open_file. 17 years ago
Scott Wood 910efac4b4 Look for include files in the directory of the including file. 17 years ago
Jon Loeliger e45e6fd274 DTC: Add support for a C-like #include "file" mechanism. 18 years ago