1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 23 hours ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
When creating a CSS rule, setup the property list to get the file information
ciceron
as Stephane Carrez
More... over 7 years ago
Declare several unit subtypes for the rule analyzer
ciceron
as Stephane Carrez
More... over 7 years ago
Use the Document.Create_Rule function to make a new CSS rule Add the column number information when adding a property
ciceron
as Stephane Carrez
More... over 7 years ago
Update to add the column for each property and make the correct location for each property Implement the Set_File_Info procedure
ciceron
as Stephane Carrez
More... over 7 years ago
Add a Util.Log.Locations.File_Info_Access to the property list Add a column information to each property Add a column parameter to the Append procedure Declare the Set_File_Info procedure
ciceron
as Stephane Carrez
More... over 7 years ago
Merge branch 'master' of github.com:stcarrez/ada-css
ciceron
as Stephane Carrez
More... over 7 years ago
Remove unused packages
ciceron
as Stephane Carrez
More... over 7 years ago
Refactor the Print procedure to use the Printer
ciceron
as Stephane Carrez
More... over 7 years ago
Declare the Print procedure and use the CSS.Printer package for the print
ciceron
as Stephane Carrez
More... over 7 years ago
Update to use the Util.Log.Locations package
ciceron
as Stephane Carrez
More... over 7 years ago
Update the analyze the rules
ciceron
as Stephane Carrez
More... over 7 years ago
Implement the Analyze procedure to check all the properties Implement the Match function to check if a rule or a list of rules matches the rule definition
ciceron
as Stephane Carrez
More... over 7 years ago
Define the Match function to check if a list of values matches the rule definition Define the Analyze procedure to analyze all style properties against the rule definitions
ciceron
as Stephane Carrez
More... over 7 years ago
Update to use the Util.Log.Locations package
ciceron
as Stephane Carrez
More... over 7 years ago
Implement Get_Count and Get_Value
ciceron
as Stephane Carrez
More... over 7 years ago
Update to use the Util.Log.Locations package for source location
ciceron
as Stephane Carrez
More... over 7 years ago
Add a File member to the property list
ciceron
as Stephane Carrez
More... over 7 years ago
Declare Get_Count and Get_Value operations
ciceron
as Stephane Carrez
More... over 7 years ago
Use the Util.Log.Locations package for the source location
ciceron
as Stephane Carrez
More... over 7 years ago
Use the Util.Log.Locations package for the source location representation
ciceron
as Stephane Carrez
More... over 7 years ago
Use the csstools GNAT project for the unit tests
ciceron
as Stephane Carrez
More... over 7 years ago
Rebuild the grammar files
ciceron
as Stephane Carrez
More... over 7 years ago
Update the grammar to setup the rule min/max counters
ciceron
as Stephane Carrez
More... over 7 years ago
Use the location support implemented by Util.Log.Location package
ciceron
as Stephane Carrez
More... over 7 years ago
Update the location support Implement the Find_Property function to find the property rule definition Update the Print procedure to report the multiplicity of each rule
ciceron
as Stephane Carrez
More... over 7 years ago
Update the Utils.Log.Location package for source location tracking Drop the And_Rule_Type, Or_Rule_Types which are not used
ciceron
as Stephane Carrez
More... over 7 years ago
Implement the Iterate_Properties procedure
ciceron
as Stephane Carrez
More... over 7 years ago
Declare the Iterate_Properties procedure to iterate over all the CSS rule properties
ciceron
as Stephane Carrez
More... over 7 years ago
Configuration file for the csstools command
ciceron
as Stephane Carrez
More... over 7 years ago
Add option -r <rule-file> to load a rule file definition
ciceron
as Stephane Carrez
More... over 7 years ago