pancake
f96f00d62d
Fix #5158 - Merge r_db into r_util
2016-06-17 12:19:16 +02:00
pancake
3758b3a54a
Fix static/android build
2016-04-25 12:40:01 +02:00
pancake
ad795c2b8e
Fix static build
2016-04-13 15:10:53 +02:00
pancake
f1f83276ea
Fix static build with libbochs
2016-03-25 10:13:50 +01:00
xambroz
d448260816
build cleanup focused on possibility to control the lib directories with the build parameters
...
needed mainly for RedHat/Fedora builds
2015-10-27 03:26:45 +01:00
pancake
e4464575ce
iOS build enhancements
2015-10-09 11:42:49 +02:00
pancake
8cb60570c2
Move Git tips and taps into the root makefile
2015-09-23 22:37:15 +02:00
pancake
5d0bdd4481
Enhacements to ease the iOS debugger development
2015-09-21 23:40:17 +02:00
pancake
a49cdb65d5
Fix ios-sdk.sh
2015-09-21 22:21:41 +02:00
pancake
0639261e26
Add more details for OSX code signing
2015-07-23 03:34:46 +02:00
pancake
caa66a8e8c
Fix and document code signing for iOS and OSX
2015-07-17 14:39:18 +02:00
pancake
3b5f5f3e5d
More fixes for tfp0 and iOS codesign
2015-07-02 02:06:25 +02:00
pancake
f80f4da65f
Add radare2-dev cydia package
2015-06-12 14:12:15 +02:00
pancake
8efab9329b
Fix build
2015-06-02 02:47:14 +02:00
pancake
097cd2b04b
Fix android build
2014-06-25 04:57:41 +02:00
pancake
2a991e4032
Codesign for ios-sdk.sh
2014-05-18 02:53:45 +02:00
pancake
53edf7c17d
Merge RCmd inside RCore
2014-03-18 00:05:44 +01:00
pancake
3aae30fa2c
Refix link. Bump for 0.9.8.git
2014-03-03 19:33:52 +01:00
pancake
d1dd21ea9e
Fix statically link of libgdbr
2014-03-03 19:09:40 +01:00
pancake
802e808072
Merge libr/lib into libr/util and add r_sys_environ API
2014-01-18 02:42:23 +01:00
pancake
fd48902b12
Kill rsign deps
2013-12-31 05:32:18 +01:00
pancake
1681982d34
Fix android linkage of r_zip
2013-11-14 23:32:34 +01:00
pancake
13707310aa
Fix android library mismatch warning
2013-11-10 05:09:36 +01:00
pancake
9850c0a3c3
Fix some warns and enhace GIT_TAP in makefiles
2013-08-26 01:07:21 +02:00
pancake
bc0104563b
Initial support for runtime versioned libraries
...
- This check will ensure you are running the latest r2 version.
2013-06-14 02:51:33 +02:00
pancake
9f02ab38f8
Use git describe --tags in version info
2013-06-06 00:12:36 +02:00
pancake
3aa549ecb0
Share version function between all commands. Fix #76
2013-04-04 02:32:13 +02:00
pancake
fc9301b14b
Add hints and named print formats and more
...
Initial implementation of anal hints (ah?)
Use anal hints in core/disasm. Needs more work
New data structure StrHT (string hashtable)
Simplify core/libs.c with cpp macros
Added r_cons_color() wip function for ansi256 consoles
RPrint no longer depends on r_cons
Sort 'a?' help commands
Add support for named print formats with pf$ command
Add support for 64 bit string pointers in 'pf' ('S')
Add r_print_mute and r_print_format_length functions
Bump r2 nodejs bindings version number
Merge r_print into r_util
2013-01-22 05:06:12 +01:00
pancake
1f15df18c4
Fix build and http shutdown, WebUI (afr, pdi), add socket timeout
...
Fix http server shutdown issue
Add timeout on socket connect
Enhace web ui with 'afr' and 'pdi' commands
Fix segfault in 'afr'
Fix build (thanks @egeektronic)
2012-10-25 21:40:11 +02:00
pancake
3540924f40
Better paralelization of build system
2012-10-04 01:20:00 +02:00
pancake
69a12884ed
Simplify the build system
...
doc.sw has been moved to radare2-extras
2012-10-03 14:31:35 +02:00
pancake
6b991786ab
Show git-tip hash in r2 -v
...
dist now contains r2-bindings directory
use more parse locks in mk files
do not add invalid functions at UT64_MAX
Use -j8 in sys/install.sh again
2012-08-14 01:48:39 +02:00
pancake
bc572ce3df
* QNX/arm port (this is bb10 and playbook devices)
...
- no debugger support yet
2012-06-01 14:50:24 +02:00
pancake
24300b79a7
* Add build timestamp in r2 -v
...
* Swap -n/-N .. to keep backward compatibility
- Remove useless printf message
* Fix segfault in /c?
* Fix r_line_hist_load() newline issue
2012-02-05 02:22:31 +01:00
pancake
14f85bd76f
* Import Glyn Kennington's patch for the build system
...
- Use absolute paths everywhere and simplify Makefiles
2011-11-03 11:49:50 +01:00
pancake
3b9420fad8
* More stuff to make --with-sysmagic work
2011-10-18 18:12:17 +02:00
pancake
508963677b
* Fix linking
2011-10-06 10:09:12 +02:00
pancake
9884ce9db0
* Initial support for Android NDK build (fix build)
...
- Not yet runnable, but compiles against bionic
2011-09-25 06:57:13 +02:00
pancake
2edfc3495e
* Re-enable r2 -t - use threads to load big files
2011-09-14 04:31:22 +02:00
pancake
cfccb47b0f
* Fix build
2011-09-11 00:42:59 +02:00
pancake
62cd212ba1
* Fix non-PIC/static build (apply Glyn patches)
...
* Fix entropy multiplication bug (Thanks Glyn!)
* btw.. previous patch added asm.case eval var
2011-09-08 15:47:05 +02:00
Nibble
0f8cc36a58
* Fix build
...
- Add r_db to DEPS in Makefiles
2011-09-04 11:49:32 +02:00
pancake
07b5b473c5
* Use OpenSSL (cflags/ldflags) from pkg-config
2011-07-13 19:22:38 +02:00
pancake
7bcd23df0f
* Fix static build (--without-pic --with-nonpic)
2011-07-13 10:14:30 +02:00
pancake
acb7709bff
* Fix OpenBSD python bindings
...
- Use -L$(pkg-config --prefix)/lib
- Use -pthread when linking
* Many fixes in vapi bindings
- Thanks eddyb!
2011-05-18 16:42:12 +02:00
pancake
94e316b6fe
* Do not build r_db
...
* Group bfd getl{16,32} helpers
- fix build of sh-dis plugin
* Fix lot of warnings
* Port rap to use RSocket
2011-04-06 09:29:25 +02:00
Nibble
f3c32e3c17
* Remove references to r_vm
...
* Don't build r_vm
* Deprecate cmd 'av'
2011-02-23 17:27:59 +01:00
pancake
ed8d076cbe
* Fix r2 -n, remove r2 -t
...
- Some more fixes related to r_io. still more stuff to do
2011-01-20 23:28:20 +01:00
pancake
61cf8cd3aa
* Remove unused libr.pc.acr
...
* Set procmod group in osx make target of r2 bin
2010-11-29 10:27:11 +01:00
pancake
cb077db5f2
* Add codesign makefile target for OSX 10.6
2010-11-26 13:11:11 +01:00