-
Updated
Jul 12, 2022 - Java
software-analysis
Here are 42 public repositories matching this topic...
-
Updated
Jun 15, 2022
-
Updated
Jun 29, 2022 - C
-
Updated
Apr 13, 2022 - C++
-
Updated
Jun 18, 2022 - Java
-
Updated
Nov 3, 2019 - C++
-
Updated
Jul 12, 2022 - Java
-
Updated
Jun 24, 2022 - Smalltalk
-
Updated
Jun 21, 2022 - C++
-
Updated
Nov 5, 2020 - Python
-
Updated
Jul 5, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 11, 2022 - Java
Description
utbot-fuzzers module has code of previous fuzzing framework. Now it is obsolete. Also, it confuses while navigating the code. This obsolete parts should be removed.
Description
Often in Makefile we can find one line build commands like clang a.c b.c -o res. Where catch by bear only as compile command. But inside of it command also have link command to binary, that we should use as target.
[
{
"arguments": [
"clang",
"-c",
"-o",
"res",
"a.c"
],
"-
Updated
Mar 13, 2019 - Java
-
Updated
Jul 1, 2022
-
Updated
Dec 7, 2021 - Python
-
Updated
May 31, 2019 - JavaScript
-
Updated
Feb 22, 2022 - Java
-
Updated
Mar 3, 2022
-
Updated
Mar 19, 2017 - Java
-
Updated
May 14, 2022 - C++
-
Updated
Jan 15, 2018 - Python
-
Updated
Jul 8, 2022 - Java
-
Updated
Dec 21, 2020 - Python
-
Updated
Feb 29, 2020 - Java
-
Updated
Sep 13, 2017 - C
Improve this page
Add a description, image, and links to the software-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the software-analysis topic, visit your repo's landing page and select "manage topics."
What is the feature you'd like to have?
Related to #3158, it would be great if these dialogs could also remember their window position and size. For any non-trivial type definition, I consistently find myself resizing the window.
Are any alternative solutions acceptable?
Resizing the window manually whenever I need to create/edit large type definitions.