-
Notifications
You must be signed in to change notification settings - Fork 10
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
WIP: Emit a warning in case of possible memory leaks #428
base: main
Are you sure you want to change the base?
Commits on Feb 2, 2022
-
add a compiler pass which tries to detect suspicious cases of possibl…
…e memory leaks and warns the user
Configuration menu - View commit details
-
Copy full SHA for 69217d9 - Browse repository at this point
Copy the full SHA 69217d9View commit details
Commits on Feb 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bc38bb3 - Browse repository at this point
Copy the full SHA bc38bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d250ecf - Browse repository at this point
Copy the full SHA d250ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for be49a3d - Browse repository at this point
Copy the full SHA be49a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3650578 - Browse repository at this point
Copy the full SHA 3650578View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7d61dd - Browse repository at this point
Copy the full SHA b7d61ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 890629b - Browse repository at this point
Copy the full SHA 890629bView commit details
Commits on Feb 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 50ff854 - Browse repository at this point
Copy the full SHA 50ff854View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cbac5d - Browse repository at this point
Copy the full SHA 8cbac5dView commit details -
use another approach to propagate the disable_leak_warning function, …
…because the old one didn't work with @omnisci
Configuration menu - View commit details
-
Copy full SHA for 3bbd923 - Browse repository at this point
Copy the full SHA 3bbd923View commit details
Commits on Feb 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aac9aab - Browse repository at this point
Copy the full SHA aac9aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc872e - Browse repository at this point
Copy the full SHA 5fc872eView commit details
Commits on Feb 7, 2022
-
change disable_leak_warnings into on_missing_free, which now can be '…
…warn', 'fail' or 'ignore'
Configuration menu - View commit details
-
Copy full SHA for b4707a5 - Browse repository at this point
Copy the full SHA b4707a5View commit details -
make sure that test_omnisci_array and test_omnisci_array_functions do…
…n't emit MissingFree warnings
Configuration menu - View commit details
-
Copy full SHA for 957a958 - Browse repository at this point
Copy the full SHA 957a958View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc9e48 - Browse repository at this point
Copy the full SHA ddc9e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad3b1c - Browse repository at this point
Copy the full SHA 1ad3b1cView commit details -
fix MissingFree warnings/errors in test_omnisci_array_operators and t…
…est_omnisci_caller
Configuration menu - View commit details
-
Copy full SHA for 482d8ef - Browse repository at this point
Copy the full SHA 482d8efView commit details -
make sure to report the name of the function which actually contains …
…the missing free
Configuration menu - View commit details
-
Copy full SHA for 2df5c09 - Browse repository at this point
Copy the full SHA 2df5c09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c2269c - Browse repository at this point
Copy the full SHA 8c2269cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cbcf90 - Browse repository at this point
Copy the full SHA 8cbcf90View commit details -
Merge branch 'antocuni/detect-missing-free' of github.com:antocuni/rb…
…c into antocuni/detect-missing-free
Configuration menu - View commit details
-
Copy full SHA for 7038a31 - Browse repository at this point
Copy the full SHA 7038a31View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd6836c - Browse repository at this point
Copy the full SHA fd6836cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 561df76 - Browse repository at this point
Copy the full SHA 561df76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 321d18e - Browse repository at this point
Copy the full SHA 321d18eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a943884 - Browse repository at this point
Copy the full SHA a943884View commit details
Commits on Feb 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 055a060 - Browse repository at this point
Copy the full SHA 055a060View commit details
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 82e54bd - Browse repository at this point
Copy the full SHA 82e54bdView commit details