index
:
platform/external/dtc
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
srcpos.h
Age
Commit message (
Expand
)
Author
2019-06-21
dtc: Replace GPLv2 boilerplate/reference with SPDX tags
Rob Herring
2018-11-19
annotations: add the annotation functionality
Julia Lawall
2018-11-19
annotations: add positions
Julia Lawall
2018-11-14
srcpos: Remove srcpos_empty
David Gibson
2018-11-14
Revert "annotations: add positions"
David Gibson
2018-11-13
annotations: add positions
Julia Lawall
2017-10-26
Remove leading underscores from identifiers
David Gibson
2017-03-06
Clean up gcc attributes
David Gibson
2016-07-13
Remove unused srcpos_dump() function
David Gibson
2014-01-01
Make srcpos_{v,}error() more widely useful
David Gibson
2014-01-01
Fix typo in type of srcpos_verror() et al.
David Gibson
2014-01-01
Remove unused srcpos_warn() function
David Gibson
2013-10-28
Use stdbool more widely
David Gibson
2012-09-28
dtc: cpp co-existence: add support for #line directives
Stephen Warren
2012-03-18
dtc: Add -i option to support search paths
Simon Glass
2012-01-13
dtc: Implement -d option to write out a dependency file
Stephen Warren
2010-10-20
Create new and use new print_error that uses printf style formatting.
John Bonesio
2010-01-14
dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarations
David Gibson
2010-01-14
dtc: Cleanup line number tracking, add column number tracking
David Gibson
2010-01-14
dtc: Simpler interface to source file management
David Gibson
2008-10-03
Enhance source position implementation.
Jon Loeliger
2008-03-23
dtc: Remove ugly include stack abuse
David Gibson
2008-03-23
dtc: Fix error reporting in push_input_file()
David Gibson
2008-01-11
Remove const from dtc_file::dir.
Scott Wood
2008-01-04
Look for include files in the directory of the including file.
Scott Wood
2008-01-04
Add yyerrorf() for formatted error messages.
Scott Wood
2007-07-07
dtc: move declaration of yyerror
Milton Miller
2007-03-28
DTC: Incorporate some review suggestions.
Jon Loeliger
2007-03-26
DTC: Add support for a C-like #include "file" mechanism.
Jon Loeliger