]> asedeno.scripts.mit.edu Git - cl-protobufs.git/history - asdf-support.lisp
Don't kluge *asdf-verbose* on asdf3.
[cl-protobufs.git] / asdf-support.lisp
2015-05-23 Francois-Rene RideauDon't kluge *asdf-verbose* on asdf3. master
2014-06-11 Alejandro R SedeñoMerge branch 'full-tests-missing-paren'
2014-05-12 Alejandro R SedeñoMerge branch 'extentions-no-required-fields'
2013-04-02 Scott McKayFooey, some versions of ASDF don't export 'absolute...
2013-04-01 Scott McKayMake it a bit easier to debug .proto files interactively
2013-03-20 Alejandro R SedeñoMerge branch 'import-by-symbol'
2013-03-20 Alejandro R SedeñoAllow import by symbol to support pure-lisp protobuf...
2013-03-08 Alejandro R Sedeñoasdf-support: source-file-explicit-type, not source...
2013-03-07 Alejandro R SedeñoMerge branches 'asdf-component-type-consistency' and...
2013-03-07 Alejandro R Sedeñoasdf-support: note which proto file we're loading a...
2013-03-07 Alejandro R Sedeñoasdf-support: simplify do-process-import internals
2013-03-07 Alejandro R Sedeñoasdf-support: simplify do-process-import calling
2013-03-07 Alejandro R Sedeñoasdf-support: hardcode "proto" in fewer places
2013-03-06 Alejandro R SedeñoMerge branch 'portability'
2013-03-06 Alejandro R SedeñoMerge branch 'rework-schema-import-and-lookup'
2013-03-06 Alejandro R Sedeñoasdf-support: rework import again
2013-03-06 Alejandro R Sedeñoasdf-support: more filename mangling
2013-03-03 Scott McKayIn the spirit of making CL-Protobufs represent exemplar...
2013-02-28 Alejandro R Sedeñoasdf-support: decorate names of .lisp files generated...
2013-02-28 Alejandro R Sedeñoasdf-support: search path should be based on proto...
2013-02-27 Alejandro R SedeñoMerge branch 'asdf3'
2013-02-27 Alejandro R Sedeñoasdf-support: Use ASDF3 CHECK-LISP-COMPILE-RESULTS...
2013-02-27 Alejandro R Sedeñoasdf-support: match asdf platform-specific compile options
2013-02-27 Alejandro R Sedeñoasdf-support: support for ASDF3
2013-01-03 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
2012-12-09 Scott McKayMerge branch 'master' of git://common-lisp.net/projects...
2012-12-06 Alejandro R Sedeñoasdf-support: change perform for load-op to do all...
2012-12-06 Alejandro R Sedeñoasdf-support: move input-files definitions to more...
2012-12-05 Alejandro R SedeñoMerge branch 'rework-asdf-import'
2012-12-05 Alejandro R Sedeñoprocess new .proto-imports file when compiling and...
2012-12-05 Alejandro R SedeñoFix bogus docstring
2012-12-05 Alejandro R Sedeñogenerate a list of imports for each .proto file
2012-12-04 Francois-Rene RideauAdd a proper input-files method for proto-to-lisp,
2012-11-27 Ben Wagnerfix cross-package and forward references in cl-protobufs
2012-10-11 François-René RideauUpdate a few basic Lisp libraries.
2012-06-26 Scott McKayBeef up the generated client-side stub so that calls...
2012-06-26 François-René RideauFix further package-related svn merge breakage from 551126.
2012-06-26 François-René RideauFix build broken by my previous commit 551126
2012-06-26 François-René RideauSome pathname simplifications in asdf support for cl...
2012-06-26 Scott McKayDo a better job recording where a Protobuf schema came from
2012-06-14 Scott McKayBeef up ASDF support and 'process-imports' to be rock...
2012-06-13 Scott McKayMove Protobufs to lisp/libs/cl-protobufs as a standalon...
2012-06-11 François-René Rideaucl-protobufs: refactor some pathname munging functions...
2012-06-11 Scott McKayWhile implementing the Fortuneteller stubby server...
2012-06-05 Scott McKaySBCL kindly offered suggestions for improvement:
2012-06-04 Scott McKayA few tweaks
2012-05-30 Scott McKayMore support for Stubby and use in Google3 in general:
2012-05-25 Scott McKayFix a few more things discovered by the tests:
2012-05-18 Scott McKayNow that Protobufs has a test suite, it found a few...
2012-05-16 Scott McKayAt Sergey's request, make some of the names better:
2012-05-16 Scott McKayTie up a few loose ends with 'unittests.proto'; there...
2012-05-14 Scott McKayA few more model fixes to fully support google/protobuf...
2012-04-25 Scott McKayMake the CLOS->Proto conversion a bit smarter
2012-04-25 Scott McKayOne more thing that breaks SBCL
2012-04-25 Scott McKayGet 'import' working before this all goes prime-time
2012-03-14 Scott McKayAdd ASDF support for .proto modules.