Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-12 | gen_messages.sed: Set LC_COLLATE=C | Benjamin Franzke | 1 | -1/+1 | |
And unset LC_ALL, since LC_COLLATE is whats actually needed here. | |||||
2011-09-12 | Ship mumble.pb-c.[ch] is releases | Benjamin Franzke | 1 | -1/+5 | |
2011-09-07 | Use AC_PATH_PROG for protoc-c | Benjamin Franzke | 1 | -3/+2 | |
Also move PROTOC_C substution directly into src/protoc-c.sh.in instead of src/Makefile.am | |||||
2011-07-12 | Run sed with LC_ALL=C | Benjamin Franzke | 1 | -1/+1 | |
FIXME: figure out whats broken on some machines with other locales. | |||||
2011-07-11 | src/Makefile.am: s/$(top_srcdir)\/src/$(srcdir)/g | Benjamin Franzke | 1 | -4/+4 | |
2011-07-11 | Change build order of mumumble.pb-c.h and messages.h | Benjamin Franzke | 1 | -1/+1 | |
Just looks nicer when building :) | |||||
2011-07-11 | src/Makefile.am: Fix 80-columns linewrap | Benjamin Franzke | 1 | -3/+6 | |
2011-07-11 | Add protoc-c wrapper build script | Benjamin Franzke | 1 | -3/+4 | |
- Fixes simultaneous generation of mumble.pb-c.[ch] - Fixes out of source build (protoc-c's --c_out=. is somewhat broken since it outputs relative to the input files) | |||||
2011-07-11 | Fix out-of source build of messages.h | Benjamin Franzke | 1 | -2/+2 | |
2011-07-11 | Make use of BUILT_SOURCES variables | Benjamin Franzke | 1 | -7/+10 | |
2011-07-11 | Use a sed script for generating messages.h | Benjamin Franzke | 1 | -2/+2 | |
Drop the prior used shell script. | |||||
2011-07-11 | Adjust protocol/header generation rules for silent rules | Benjamin Franzke | 1 | -2/+2 | |
2011-05-28 | Add mumble.proto,messages.txt,gen_message.sh to EXTRA_DIST | Benjamin Franzke | 1 | -0/+1 | |
2011-05-28 | Move send_msg and recv_msg to messages.c | Benjamin Franzke | 1 | -1/+1 | |
2011-05-28 | Autogenerate message macro list, not directly info struct | Benjamin Franzke | 1 | -2/+2 | |
2011-05-27 | Explicitly set dependencies for generated headers | Benjamin Franzke | 1 | -0/+2 | |
2011-05-27 | Add build system (autoconf/make) | Benjamin Franzke | 1 | -0/+16 | |