-
Notifications
You must be signed in to change notification settings - Fork 213
Comparing changes
Open a pull request
base repository: souffle-lang/souffle
base: 2.4
head repository: souffle-lang/souffle
compare: 2.4.1
- 18 commits
- 106 files changed
- 10 contributors
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9d4736d - Browse repository at this point
Copy the full SHA 9d4736dView commit details
Commits on Mar 6, 2023
-
It seems like the escapes are not necessary.
Configuration menu - View commit details
-
Copy full SHA for 15b114a - Browse repository at this point
Copy the full SHA 15b114aView commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dbd2f88 - Browse repository at this point
Copy the full SHA dbd2f88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 314106d - Browse repository at this point
Copy the full SHA 314106dView commit details
Commits on Apr 12, 2023
-
Merge pull request #2299 from ammkrn/remove_Werror
remove -Werror from CMakeLists.txt
Configuration menu - View commit details
-
Copy full SHA for 9aca161 - Browse repository at this point
Copy the full SHA 9aca161View commit details
Commits on Jun 5, 2023
-
Provide way to debug delta relations and expose iteration counter (#2414
Configuration menu - View commit details
-
Copy full SHA for 2b757c9 - Browse repository at this point
Copy the full SHA 2b757c9View commit details
Commits on Jun 23, 2023
-
fix "variable only occurs once" checker (#2415)
* fix "variable only occurs once" checker
Configuration menu - View commit details
-
Copy full SHA for f7d2008 - Browse repository at this point
Copy the full SHA f7d2008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc94d2 - Browse repository at this point
Copy the full SHA 8fc94d2View commit details
Commits on Jun 30, 2023
-
Fix generated code for eqrel when emitting statistics (#2419)
When using `--emit-statistics` for an `eqrel`, the generated code contains compilation error when accessing the indices. This was due to eqrel index is accessed via `ind` instead of `ind_*`, and this commit fixes the issue and adds a test case. Co-authored-by: Sandro Stucki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f1d379 - Browse repository at this point
Copy the full SHA 0f1d379View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a25402 - Browse repository at this point
Copy the full SHA 4a25402View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 75dceb4 - Browse repository at this point
Copy the full SHA 75dceb4View commit details -
fixes souffleprof and enable build on Windows (#2423)
- report relation with load time in the CPU usage chart - report true source file path - populate the "code" tab (although only one file is reported at the moment) - and more fixes
Configuration menu - View commit details
-
Copy full SHA for 0ad4109 - Browse repository at this point
Copy the full SHA 0ad4109View commit details
Commits on Aug 9, 2023
-
Enabling souffle-lang/souffle GitHub dependency graph with vcpk (#2427)…
… (#2428) integrate GitHub dependency-graph For the story, a GitHub representative contacted me to test their new dependency graph integration for C++ projects based on vcpkg. Instructions that I followed: https://learn.microsoft.com/en-us/vcpkg/github-integration#dependency-graph Relates to: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security
Configuration menu - View commit details
-
Copy full SHA for 63d6684 - Browse repository at this point
Copy the full SHA 63d6684View commit details
Commits on Oct 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5449a78 - Browse repository at this point
Copy the full SHA 5449a78View commit details
Commits on Oct 11, 2023
-
symbol concatenation with binary
+
(#2431)* dos2unix populate-deps.yml * Introduce binary `+` symbol concatenation
Configuration menu - View commit details
-
Copy full SHA for da9e3c2 - Browse repository at this point
Copy the full SHA da9e3c2View commit details
Commits on Oct 24, 2023
-
fixes for the debug report (#2433)
- update `highlightjs` and `diff2html` - fix: display graphs as images instead of text - fix: display diffs correctly - fix: highlight souffle and RAM diffs correctly
Configuration menu - View commit details
-
Copy full SHA for ab6c00d - Browse repository at this point
Copy the full SHA ab6c00dView commit details -
Fixed CSV read failure involving blank lines in RFC4180 mode. (#2434)
* Ensure we can read blank lines in CSV files. There was a problem handling blank lines in a quoted CSV column when reading RFC4180 mode. Instead of continuing to read more lines, it dropped out assuming there was at least 1 character. Now, if the line we read contains 0 characters, it immediately goes back to read more lines. I did not notice this before, because the test did not use rfc4180 csv files for input or output. * Added a test for quotes in quoted CSV. This adds a test to make sure we can process quotes within a quoted column. Quotes in quotes need to be double-quoted.
Configuration menu - View commit details
-
Copy full SHA for 7353751 - Browse repository at this point
Copy the full SHA 7353751View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 01f1177 - Browse repository at this point
Copy the full SHA 01f1177View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.4...2.4.1