root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @491 [491] 15 years trnewman Adding extra dirs and removing uneeded python dir
(edit) @490 [490] 15 years trnewman Adding IDL check
(edit) @489 [489] 15 years trnewman Revamp
(edit) @488 [488] 15 years trnewman Forgot to add makefile
(edit) @487 [487] 15 years trnewman Adding reconf
(edit) @486 [486] 15 years trnewman Removing cryptopp source
(edit) @485 [485] 15 years trnewman Adding autofoo system in place of old system.
(edit) @484 [484] 15 years trnewman Removing unused directory.
(edit) @483 [483] 15 years sriram Adding driver files to folder rfic
(edit) @482 [482] 15 years sriram Deleting rfic files from the main folder
(edit) @481 [481] 15 years sriram Deleting from main branches folder
(edit) @480 [480] 15 years trnewman Adding motorola rfic driver files
(edit) @479 [479] 15 years bhilburn A few changes to the SML which might be necessary for the sql code to work …
(edit) @478 [478] 15 years bhilburn Fixing the math include to C++ standards.
(edit) @477 [477] 15 years bhilburn The OSSIE CBR is now properly using strings.
(edit) @476 [476] 15 years bhilburn I have no idea how this was getting past the compiler.
(edit) @475 [475] 15 years bhilburn The DSA CE is now properly using std::strings.
(edit) @474 [474] 15 years bhilburn Missed a few char* casts last time - removing them now.
(edit) @473 [473] 15 years bhilburn The CBR_CE is now properly using strings.
(edit) @472 [472] 15 years bhilburn Cleaned up the CBR code and converted it from c-strings to std::string. …
(edit) @471 [471] 15 years bhilburn Larger-block reformats. About to start converting from c-strings to …
(edit) @470 [470] 15 years bhilburn Converted the OSSIE CE over to the C++ CBR by creating a child class of …
(edit) @469 [469] 15 years bhilburn Moved over the necessary CBR functionality for DSA_CE using the new C++ …
(edit) @468 [468] 15 years bhilburn Fully implemented the CBR as a C++ class, and using it within the CBR_CE …
(edit) @467 [467] 15 years bhilburn I'm a moron - undoing the last commit.
(edit) @466 [466] 15 years bhilburn Adding SWIG files to the SCM.
(edit) @465 [465] 15 years bhilburn First step in revamping component architecture in preperation for fixing …
(edit) @464 [464] 15 years trnewman Removing the set_freq function call from benchmark_dsa.py
(edit) @463 [463] 15 years trnewman Updating to work with latest gnuradio utilities.
(edit) @462 [462] 15 years bhilburn Previous commit merged changes over. Ceasing work on fixing the SML until …
(edit) @461 [461] 15 years bhilburn Merge branch 'local-fixingSML' into local-trunk
(edit) @460 [460] 15 years bhilburn Mostly whitespace fixes. Only commiting so I can merge changes and delete …
(edit) @459 [459] 15 years bhilburn Deleting old branches that I never used before leaving for the Summer.
(edit) @458 [458] 15 years trnewman Bug fixes for ossie demo
(edit) @457 [457] 15 years cdietric updates for CROSS-OSSIE demo
(edit) @456 [456] 15 years bhilburn Reworked some of the global fields to make them easier to read & follow.
(edit) @455 [455] 15 years bhilburn Deleting a temporary file that shouldn't be in the repo.
(edit) @454 [454] 15 years bhilburn Create branch fixingSML
(edit) @453 [453] 15 years trnewman Fixed bug for older versions of automake where macro didnt propagate
(edit) @452 [452] 15 years bhilburn Making autofoo work properly with the shell/configs directory.
(edit) @451 [451] 15 years trnewman This is also needed for including configs into dist
(edit) @450 [450] 15 years trnewman Fixing configs bug
(edit) @449 [449] 15 years trnewman Added timestamp in OSSIE demo, probably should make this a common thing …
(edit) @448 [448] 15 years bhilburn Commenting out the printDatabase function since it isn't complete, and …
(edit) @447 [447] 15 years bhilburn Fixed the print database command to operate like the rest of the code in …
(edit) @446 [446] 15 years bhilburn Cleaned up the code, but it still needs to be heavily refactored. Lots of …
(edit) @445 [445] 15 years bhilburn 55% done with code cleanup. Discovered a variable scoping issue that is …
(edit) @444 [444] 15 years bhilburn 40% done reworking the SML source.
(edit) @443 [443] 15 years bhilburn Code cleanup in the sqlite DB creation functions.
(edit) @442 [442] 15 years bhilburn Fixed a memory leak (and redundant memory allocation), and moved the …
(edit) @441 [441] 15 years bhilburn Mostly style fixes. Changing over some fprintf's to use the proper MACRO.
(edit) @440 [440] 15 years bhilburn Replacing tabs with spaces.
(edit) @439 [439] 15 years bhilburn Fixed local includes. In order for autofoo installs to work, the install …
(edit) @438 [438] 15 years bhilburn Made 2221 substitions (tabs to spaces) on nearly 800 lines.
(edit) @437 [437] 15 years bhilburn Mostly style fixes (tabs -> spaces, wrong indentation, etc).
(edit) @436 [436] 15 years bhilburn I'm an idiot and forgot WARNING was already in error.h
(edit) @435 [435] 15 years bhilburn Now outputting socketFD in of registered components in logs, returning …
(edit) @434 [434] 15 years bhilburn Creating a 'WARNING' macro that outputs to stderr so we don't output …
(edit) @433 [433] 15 years bhilburn Reworked memory allocation in the constructors a bit more. Looking at, I'm …
(edit) @432 [432] 15 years bhilburn Fixed a memery allocation issue that might have segfaulted, and a memory …
(edit) @431 [431] 15 years bhilburn Fixing some data typing issues, and some style bugs.
(edit) @430 [430] 15 years bhilburn Adding authors and a line about installing to the readme.
(edit) @429 [429] 15 years bhilburn Reworked the build process for libvtcross so that it would build in the …
(edit) @428 [428] 15 years brandon CryptoSubSystem? update
(edit) @427 [427] 15 years brandon Cryptographic functions update
(edit) @426 [426] 15 years trnewman Fixes
(edit) @425 [425] 15 years trnewman Socket Fixes
(edit) @424 [424] 15 years brandon Updates to messagegenerator and interfaces network code
(edit) @423 [423] 15 years brandon Updates
(edit) @422 [422] 15 years brandon Most Recent Update
(edit) @421 [421] 15 years trnewman SML bug fixed
(edit) @420 [420] 15 years trnewman Increased timeout. Just a HACK for the socket timeout problem.
(edit) @419 [419] 15 years wrodgers Updated c-string operations to c++
(edit) @418 [418] 15 years trnewman Cleaning up warnings
(edit) @417 [417] 15 years trnewman Adding OSSIE demo CE.
(edit) @416 [416] 15 years trnewman Moving examples around to a more appropiate directory.
(edit) @415 [415] 15 years brandon Updates for a new server and littly tweaks.
(edit) @414 [414] 15 years trnewman Small update.
(edit) @413 [413] 15 years trnewman removing uneeded files.
(edit) @412 [412] 15 years trnewman Adding Apache license information.
(edit) @411 [411] 15 years trnewman Adding Apache license information.
(edit) @410 [410] 15 years trnewman Added short README about benchmark_dsa.py Using python dict instead of …
(edit) @409 [409] 15 years trnewman Adding proper license and copyright info
(edit) @408 [408] 15 years trnewman Added exception so code defaults to random channel selection if cross …
(edit) @407 [407] 15 years trnewman Adding command line options for sensing threshold.
(edit) @406 [406] 15 years trnewman Adding command line argument for using cross or random.
(edit) @405 [405] 15 years trnewman Updating cryptoss
(edit) @404 [404] 15 years brandon Updates for Crypto Control and MessageGenerator?
(edit) @403 [403] 15 years brandon Message Generator Memory Dump: uncommented delete interfaces
(edit) @402 [402] 15 years brandon
(edit) @401 [401] 15 years brandon CryptoControl? U.h update to generate id: initialized string
(edit) @400 [400] 15 years brandon CryptoControl? generate id update
(edit) @399 [399] 15 years brandon CryptoSS updates
(edit) @398 [398] 15 years brandon CryptoSS update
(edit) @397 [397] 15 years brandon CryptoSS Recv Updates
(edit) @396 [396] 15 years brandon Latest bug fixes
(edit) @395 [395] 15 years trnewman Renaming to reflect origins.
(edit) @394 [394] 15 years trnewman Forgot to add this little trick file to ensure the python package is …
(edit) @393 [393] 15 years trnewman adding dsa xml configuration file
(edit) @392 [392] 15 years trnewman Thresholds changing
Note: See TracRevisionLog for help on using the revision log.