aboutsummaryrefslogtreecommitdiffstats
path: root/src/files_map.adb
Commit message (Expand)AuthorAgeFilesLines
* files_map: change the meaning of Get_Buffer_Length forTristan Gingold2019-06-201-1/+1
* files_map: add comments.Tristan Gingold2019-06-201-0/+1
* files_map: add get_buffer_lengthTristan Gingold2019-06-031-2/+9
* vhdl: renames disp_vhdl to printsTristan Gingold2019-05-301-3/+4
* files_map: add location_to_coord.Tristan Gingold2019-05-111-8/+16
* vhdl: move nodes to vhdl.nodes_priv.Tristan Gingold2019-05-051-1/+1
* files_map: rename Get_Source_File_Directory to Get_Directory_Name.Tristan Gingold2018-12-181-3/+2
* files_map: renaming for consistency.Tristan Gingold2018-12-141-14/+13
* files_map: cache the start of line position.Tristan Gingold2018-12-131-1/+1
* Add Location_File_Line_To_Offset.Tristan Gingold2018-12-121-0/+11
* files_map: add assertions.Tristan Gingold2018-11-291-0/+4
* Add logging and use it in files_map.Tristan Gingold2018-11-281-24/+30
* Keep source file entry in design file to avoid searching the file.Tristan Gingold2018-11-261-2/+2
* files_map: add support for one gap.Tristan Gingold2018-11-231-1/+19
* files_map: use Positive for lines.Tristan Gingold2018-11-231-12/+12
* files_map: move declarations to private part of spec.Tristan Gingold2018-11-191-72/+0
* files_map: use dyn_tables.Tristan Gingold2018-11-191-94/+53
* files_map: add Set_File_Length, Reverse_Source_FileTristan Gingold2018-11-161-17/+50
* files_map: get rid of global Nam_Buffer use.Tristan Gingold2018-01-181-29/+25
* files_map: improve Debug_Source_Files output.Tristan Gingold2017-12-211-1/+7
* files_map.adb: check for too large file.Tristan Gingold2017-11-131-4/+17
* files_map: rename Load_Source_File to Read_Source_File.Tristan Gingold2017-10-051-3/+3
* Minor refactoring to simplify interfacing.Tristan Gingold2017-10-031-18/+52
* Add subprograms in Files_Map and Name_Table for interfacing.Tristan Gingold2017-10-021-8/+29
* files_map: add debug_source_loc.Tristan Gingold2017-09-251-5/+14
* Add extract_expanded_line.Tristan Gingold2017-03-151-0/+68
* Add Tab_Stop variable.Tristan Gingold2017-03-141-2/+3
* Do not crash on empty file.Tristan Gingold2017-03-091-3/+9
* Library: unload library file after parsing it.Tristan Gingold2017-02-131-21/+34
* files_map: fix crash in Debug_Source_FileTristan Gingold2017-02-121-4/+10
* Create a pseudo source file for instantiation.Tristan Gingold2016-09-201-76/+223
* files_map: use unsigned type for source_ptr and location_type.Tristan Gingold2016-09-191-99/+101
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-101-4/+3
* files_map: add normalize_pathnameTristan Gingold2015-06-021-0/+31
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-59/+54
* Remove Get_File_Time_Stamp for a filename.Tristan Gingold2015-05-131-16/+1
* Rename Get_Location_Str to Image.Tristan Gingold2015-05-091-0/+27
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-8/+8
* Rework string literals: store literals position.Tristan Gingold2014-12-291-51/+60
* Fix style.Tristan Gingold2014-12-151-4/+2
* Move sources to src/ subdirectory.Tristan Gingold2014-11-041-0/+857