about summary refs log tree commit diff stats
path: root/012elf.cc
Commit message (Collapse)AuthorAgeFilesLines
* Raise an error if too few arguments are providedMax Bernstein2019-10-221-1/+3
| | | | This is a notably better user experience than an assert failing.
* 5516 - record traces only when necessaryKartik Agaram2019-08-141-1/+2
| | | | ./translate now works fine for all apps on a server with 2GB RAM.
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-0/+190
0100 Tidied .gitignore' href='/danisanti/profani-tty/commit/.gitignore?id=b1375328df3e91e3b43d4fe11f0450c169f88569'>b1375328 ^
7314a132 ^

b1375328 ^
30ca6cac ^

b1375328 ^

30ca6cac ^
376804be ^
53a7689a ^
d95ceeb3 ^

1814dcdd ^
b1375328 ^



c182f3ec ^
b1375328 ^


41fe8c22 ^
b1375328 ^





68ed20f1 ^





b1375328 ^

e9aaba93 ^


b1375328 ^
e94b604b ^
e0dfe483 ^
b1375328 ^


e0dfe483 ^

d944e825 ^


9d782fa6 ^
1bc69418 ^




a308f5e4 ^

9d782fa6 ^
7bc160c2 ^
1bc69418 ^




b68d2ce1 ^

1bc69418 ^

d169312a ^
53a7689a ^
d169312a ^
7f956aa4 ^


62cbad1c ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97





                                                                 





                   
                     

             


          


           

            
            

               

          
             
         
           

               
   



               
                


                   
                      





             





                                         

              


                 
               
             
           


               

                  


                
 




                           

                             
               
                            




                

        

         
     
      
      


       
      
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~

# IDE
.codelite/
profanity.mk
profanity.project
profanity.workspace
compile_commands.json
.tern-port
.tern-project
.cproject
.project
.settings/

# autotools
.libs/
/Makefile
/Makefile.in
_configs.sed
aclocal.m4
autom4te.cache/
build-aux/
config.log
config.status
configure
configure*~
libprofanity.la
libtool
m4/
**/.deps/
**.dirstamp
src/config.h
src/config.h.in
src/config.h.in~
src/gitversion.h
src/gitversion.h.in
src/stamp-h1
src/plugins/profapi.lo

# binaries
profanity
**/*.o

# test output
tests/functionaltests/functionaltests
tests/functionaltests/functionaltests.log
tests/functionaltests/functionaltests.trs
tests/unittests/unittests
tests/unittests/unittests.log
tests/unittests/unittests.trs
test-suite.log

# valgrind output
profval*

# local scripts
clean-test.sh
gen_docs.sh
gitpushall.sh

# website files
main_fragment.html
toc_fragment.html

# valgrind files
valgrind.out

# Generate docs
apidocs/python/_build/
apidocs/python/modules.rst
apidocs/python/prof.rst
apidocs/python/src/prof.pyc
apidocs/python/plugin.rst
apidocs/python/src/plugin.pyc
apidocs/c/html/
apidocs/c/doxygen_sqlite3.db

# Temp Vim files
**/*.swp

# Virtual envs
python2/
python3/

.DS_Store
*.bak
*.orig
breaks

*.tar.*
*.zip
*.log*