issues
search
sethfowler
/
pygmalion
A code analysis tool based on libclang
BSD 3-Clause "New" or "Revised" License
10
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make it possible to define more commands like 'make'
#149
sethfowler
opened
10 years ago
1
Restore the graph functionality using a different approach
#148
sethfowler
opened
10 years ago
0
Add the ability to increase log level at runtime
#147
sethfowler
opened
10 years ago
0
Added ability to import cmake CDB
#146
chetant
opened
10 years ago
0
Encode response type of RPC functions in the RPCRequest datatype
#145
sethfowler
opened
10 years ago
1
Consider removing the RPC monad
#144
sethfowler
opened
10 years ago
0
pygmalion master does not build
#143
anderspapitto
closed
6 years ago
3
Consider monitoring running processes and deferring indexing in some cases
#142
sethfowler
opened
10 years ago
0
Investigate pygindex-clang RPC timeouts
#141
sethfowler
closed
10 years ago
1
Add a status command to determine our progress during indexing
#140
sethfowler
opened
10 years ago
0
Work around lack of __float128 support in libclang with libstdc++
#139
sethfowler
opened
10 years ago
0
Experiment with grouping updates in the DB channels
#138
sethfowler
closed
10 years ago
3
Reduce memory usage of indexing requests
#137
sethfowler
opened
10 years ago
4
Performance of hierarchy commands is unacceptably slow
#136
sethfowler
closed
10 years ago
0
Force reindexing of includers when a header file changes
#135
sethfowler
closed
10 years ago
1
Add a watchdog for crucial threads like the database
#134
sethfowler
opened
10 years ago
1
Add a command to go to declaration
#133
sethfowler
closed
10 years ago
1
Add a command to generate interaction diagrams
#132
sethfowler
opened
11 years ago
0
Enhance the inclusions commands
#131
sethfowler
opened
11 years ago
2
Fix bug where the method gets priority over the object on a method call
#130
sethfowler
opened
11 years ago
0
Enhance the 'hierarchy' command to generate clickable UML
#129
sethfowler
opened
11 years ago
3
Add a way to visualize inter-module dependencies
#128
sethfowler
opened
11 years ago
0
Go-to-definition on a virtual method declaration should go to all overrides
#127
sethfowler
closed
11 years ago
1
Add command to list all members of a class for easy navigation
#126
sethfowler
closed
11 years ago
0
Add command to go to declaration
#125
sethfowler
closed
10 years ago
1
Fix the stop command
#124
sethfowler
closed
11 years ago
0
Add commands to list all definitions or references in a file
#123
sethfowler
opened
11 years ago
1
Handle idle timer shutdown better
#122
sethfowler
opened
11 years ago
0
Add a "wait" command to pygmalion that would act a barrier
#121
sethfowler
closed
11 years ago
0
Use pygmalion's idle timer to improve database performance
#120
sethfowler
opened
11 years ago
0
Make the indexer executable to use configurable
#119
sethfowler
closed
11 years ago
0
Add a DSL for expressing tests
#118
sethfowler
closed
11 years ago
1
Add tests for C++11 features
#117
sethfowler
opened
11 years ago
0
Use unix domain sockets instead of TCP
#116
sethfowler
closed
10 years ago
1
Find references to a type should find references to its types/methods/etc.
#115
sethfowler
opened
11 years ago
1
Follow symbolic links to determine canonical names of source files
#114
sethfowler
opened
11 years ago
0
Log diagnostics while indexing
#113
sethfowler
closed
11 years ago
0
Add the ability to go to the declaration of the current function or method
#112
sethfowler
opened
11 years ago
1
When go-to-definition returns multiple results, tell the user what they are
#111
sethfowler
opened
11 years ago
0
Consider what go-to-definition on pointers or references to classes should do
#110
sethfowler
opened
11 years ago
0
Don't index the MemberRefExpr at the same position as a CallExpr/DynamicCallExpr
#109
sethfowler
opened
11 years ago
2
Eliminate the separate step to get the USR referenced by a source location
#108
sethfowler
closed
11 years ago
1
Make go-to-definition return all overrides of virtual methods
#107
sethfowler
closed
11 years ago
1
Rename database file from pygmalion.sqlite to index.sqlite
#106
sethfowler
closed
11 years ago
0
Make go-to-definition work with macro arguments
#105
sethfowler
closed
10 years ago
0
Add a '--all' command that dumps everything we know about a location
#104
sethfowler
opened
11 years ago
1
Print a friendly error if the config file isn't found
#103
sethfowler
closed
11 years ago
0
Search for the config file recursively up the tree
#102
sethfowler
closed
11 years ago
0
Might be interested to add a way to easily visualize object creation and destruction
#101
sethfowler
opened
11 years ago
0
Make go-to-definition work with constructors
#100
sethfowler
opened
11 years ago
0
Next