-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add GitHub actions #3
base: vmihalko-devel
Are you sure you want to change the base?
Commits on May 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd732a6 - Browse repository at this point
Copy the full SHA cd732a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd11a0 - Browse repository at this point
Copy the full SHA 7bd11a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6a194 - Browse repository at this point
Copy the full SHA ad6a194View commit details -
Configuration menu - View commit details
-
Copy full SHA for f21d903 - Browse repository at this point
Copy the full SHA f21d903View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea4236d - Browse repository at this point
Copy the full SHA ea4236dView commit details -
Configuration menu - View commit details
-
Copy full SHA for afdae14 - Browse repository at this point
Copy the full SHA afdae14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 277930b - Browse repository at this point
Copy the full SHA 277930bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd6745b - Browse repository at this point
Copy the full SHA dd6745bView commit details -
parser: DIfunction might parse itself during parsing
e.g., type function occurs as arg type or return type
Configuration menu - View commit details
-
Copy full SHA for ac4f68e - Browse repository at this point
Copy the full SHA ac4f68eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bdf287 - Browse repository at this point
Copy the full SHA 0bdf287View commit details
Commits on Oct 8, 2023
-
cmake: remove headers from sources
... because it's redundant. CMake tracks changes in used headers on its own.
Configuration menu - View commit details
-
Copy full SHA for 0cf2280 - Browse repository at this point
Copy the full SHA 0cf2280View commit details -
cmake: fix compatibility with multiconfig generators
... e.g. with Ninja Multi-Config or Xcode. Fixes: CMake Error in test/CMakeLists.txt: Evaluation file to be written multiple times with different content. This is generally caused by the content evaluating the configuration type, language, or location of object files: /home/lukas/llvm2c/build/test/run
Configuration menu - View commit details
-
Copy full SHA for 31e5126 - Browse repository at this point
Copy the full SHA 31e5126View commit details -
cmake: remove redundant static LLVM libraries
... from the list of libraries for linker.
Configuration menu - View commit details
-
Copy full SHA for 345ac77 - Browse repository at this point
Copy the full SHA 345ac77View commit details -
Configuration menu - View commit details
-
Copy full SHA for e851a4f - Browse repository at this point
Copy the full SHA e851a4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f4098 - Browse repository at this point
Copy the full SHA 69f4098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f6038 - Browse repository at this point
Copy the full SHA 86f6038View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3067553 - Browse repository at this point
Copy the full SHA 3067553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2636f0b - Browse repository at this point
Copy the full SHA 2636f0bView commit details -
parser: remove unused function
Fixes: llvm2c/parser/createExpressions.cpp:60:61: error: unused function 'args_wrapper' [-Werror,-Wunused-function] static inline llvm::iterator_range<llvm::User::op_iterator> args_wrapper(llvm::CallInst *CI) {
Configuration menu - View commit details
-
Copy full SHA for f784ce1 - Browse repository at this point
Copy the full SHA f784ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7156506 - Browse repository at this point
Copy the full SHA 7156506View commit details -
Configuration menu - View commit details
-
Copy full SHA for 703535d - Browse repository at this point
Copy the full SHA 703535dView commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 49d0af0 - Browse repository at this point
Copy the full SHA 49d0af0View commit details