Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync forked repo #1

Merged
merged 118 commits into from
Feb 7, 2023
Merged

Sync forked repo #1

merged 118 commits into from
Feb 7, 2023

Conversation

zsofiaschell
Copy link
Owner

sync

mcserep and others added 30 commits November 30, 2020 22:47
Co-authored-by: Anett Fekete <anett.fekete@ericsson.com>
Tarball binary package release through GitLab CI
In an earlier commit (a8a1502) there was a
bugfix which related to fetching "is virtual" tag of a function pointer. Of
course function pointers can't have this flag. This previous commit fixed this
issue on server-side, however, it was the parser's fault that the symbol type
in a call expression was set to function even if it was a function pointer.
CallExpr can be applied to a function pointer
Co-authored-by: Anett Fekete <anett.fekete@ericsson.com>
Parsing test projects in GitHub Actions
…or nullptr (#499)

Checking if the result of a query or query_one function is not empty or nullptr

Co-authored-by: Máté Cserép <mcserep@gmail.com>
…time. This one also has a Text module connected, so jumping to the proper code location is supported now. Also a bugfix in selecting the defined segment of the code.
Displaying build log messages when clicking on the parse status label.
Trigger GitLab CI automatically
Building and pushing images to Dockerhub.
C++ parser is working based on a compilation_database.json file.
This file may contain relative file paths in its "file" attributes.
This file is given to C++ parser to build the AST of this file.
However, this works only if the filename is correctly relative to
the current working directory.
In this patch the directory and file components are joined so the
full path of a source file is passed to the parser.
Track file browsing with Google Analytics
intjftw and others added 29 commits March 4, 2022 16:51
Improve initialization of git blame view
docs: add missing postgresql dependency and use apt everywhere
…ith Clang 13.0

 - `-Wc++11-narrowing`
 - `-Wrange-loop-construct`
fix(build): (NFC) Fix some compiler warnings emitted when compiling with Clang 13.0
fix: (NFC) Remove stale self-referential `#include`
…(notably useful for producing native arm64 images for Apple Silicon)
Modified dockerfiles to honor local architecture when it's not amd64 …
Reducing the number of db connections at runtime
@zsofiaschell zsofiaschell merged commit b729d1b into zsofiaschell:master Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet