summaryrefslogtreecommitdiff
path: root/Base/home/anon/Source
AgeCommit message (Collapse)Author
2021-10-06Base: Fix idempotency in 'little' exampleBen Wiederhake
2021-07-31Base: Remove "test.frm" from HackStudio test projectAndreas Kling
2021-04-14LibDebug: Add support for parsing array typesFalseHonesty
This includes multi-dimensional arrays :O
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
I hereby declare these to be full nouns that we don't split, neither by space, nor by underscore: - Breadcrumbbar - Coolbar - Menubar - Progressbar - Scrollbar - Statusbar - Taskbar - Toolbar This patch makes everything consistent by replacing every other variant of these with the proper one. :^)
2021-04-03Base: Make the "little" test program compilable againAndreas Kling
2021-03-23HackStudio+LanguageServers/Cpp: Show scope of symbols in LocatorItamar
2021-03-13LibCpp: Replace defined preprocessor values when parsingItamar
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-02-08LanguageServers/Cpp: ParserAutoComplete engine inspects header filesItamar
... and performs preprocessing on the source code before parsing. To support this, we are now able to keep track of multiple files in the autocomplete engine. We re-parse a file whenever it is edited.
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
By default, C++ auto completion will still be performed by the lexer-based logic. However, the parser-based logic can be switched on via the menubar.
2021-01-09little: Remove "-Os" compile flagItamar
This flag made gcc generate location info of type "location_list" for 'my_struct', which we do not yet support in LibDebug.
2020-12-10Base: Remove *.hsp filesAndreas Kling
HackStudio no longer has dedicated project files, so let's get rid of the *.hsp file concept. It'll eventually produce some files again, but they won't be the same kind of "project" files.
2020-11-05Base: Tweak CXXFLAGS for the "little" test projectsAndreas Kling
Let's build with -std=c++2a since we're C++20 nowadays. :^)
2020-08-26Base+HackStudio: Rename project file extensions to .hspthankyouverycool
More concise in Views and consistent with other extensions.
2020-08-15Base: Modify "little" projectItamar
2020-08-05Base: Move "js" and "little" HackStudio projects into ~/Source/Andreas Kling