Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / gbmhunter/mclide issues and pull requests

#173 - Add screenshot of Clide working in command line to README.

Issue - State: open - Opened by gbmhunter almost 10 years ago
Labels: enhancement

#172 - Stop using exceptions.

Issue - State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement

#169 - Stop using <vector> and use the microcontroller friendly MVector module instead.

Issue - State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement

#168 - Remove Log.hpp/.cpp.

Issue - State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement

#165 - Wrap all code in MbeddedNinja namespace.

Issue - State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement

#164 - Replace UnitTestCpp with the MUnitTest module.

Issue - State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement

#163 - Make Makefile perform out-of-source builds.

Issue - State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement

#162 - Fix TravixCI so that it calls ./build.sh.

Issue - State: closed - Opened by gbmhunter about 10 years ago
Labels: bug

#160 - Update URLs in code comments from 'www.cladlab.com' to 'www.mbedded.ninja'.

Issue - State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement

#159 - Rename to ClideCpp and update README references.

Issue - State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement

#158 - Rework Clide module to use MString (embedded compatible string) rather than std::string.

Issue - State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement

#156 - Add comments to FindOptionBy...() functions in Cmd.hpp.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#155 - Add the ability to be able to suppress the printing of the help header.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#153 - Add ability to find options in a Cmd object by searching by name.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#152 - Comm::RemoveCmd() is empty.

Issue - State: open - Opened by gbmhunter over 10 years ago
Labels: bug

#151 - Memory leak, new CmdGroup() called in Comm constructor but never freed.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: bug

#148 - Add ability to force option value to be present, else error.

Issue - State: open - Opened by gbmhunter over 10 years ago
Labels: enhancement

#147 - Add example using main argc and argv variables.

Issue - State: open - Opened by gbmhunter over 10 years ago
Labels: enhancement

#146 - Report to cmd line if command was empty (i.e. blank).

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#143 - Fix segmentation fault when running example code.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: bug

#142 - Set clide_ENABLE_AUTO_HELP macro to 1.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#141 - Stop example code from printing all the debug info.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: bug

#140 - Add values to "Num. of received parameters does not match..." error message.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#139 - Get rid of maximum command/option/param name/description legnths.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#138 - Convert Clide::Param::value to a std::string.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#137 - Change Clide::Option::value to a std::string.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#136 - Convert Clide::Option long name to std::string.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#135 - Replace const char* with C++ strings where applicable.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#134 - Remove all count variables that could be replaced with vector.size() instead.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#133 - Remove all dependence on MemMang files.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#132 - Use std::vector for Rx::optionA and Rx::paramA.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#131 - Add unit tests to make sure Clide works when used as part of a class.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#130 - Initialising Clide::Cmd objects via a constructor (without new) causes segmentation faults.

Issue - State: closed - Opened by gbmhunter over 10 years ago - 1 comment
Labels: bug

#129 - Add option to ignore the first element in argv (this is the program name).

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#128 - Properly bullet point the unit test items in the README.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: bug

#127 - Stop empty argv/argc from crashing Clide.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: bug

#126 - Remove accessing of _argsPtr[0] thru [4] in Rx.cpp, these could be invalid!

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: bug

#125 - Add unit test for blank (0) argc and argv conditions.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#123 - Get rid of tempBuff variable in Rx::Run().

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#122 - Make Rx::Run(int argc, char* argv[]) return a boolean.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: bug

#121 - Move code so print functions add prefix and new line characters automatically.

Issue - State: open - Opened by gbmhunter over 10 years ago
Labels: enhancement

#120 - Change clide_DEBUG... macros all to clide_ENABLE_DEBUG_CODE.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#119 - Add Clide::Rx::Run function which can accept the standard main parameters argc and argv.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: enhancement

#117 - Example code uses private SlotMachine functions and causes compilation error.

Issue - State: closed - Opened by gbmhunter over 10 years ago
Labels: bug

#116 - Remove help command from example in README, this is now created automatically.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: bug

#115 - Add ability to silence "Command not recognised' errors.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#114 - Check for malloc() null when help option is created in Clide::Cmd constructor.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#113 - Remove namespaces from preprocessor macros.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#112 - Remove multiple definitions of macro STR().

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#111 - Stop Clide from printing tons of info to stdout when running unit tests.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#110 - Get rid of text "Debug" when running unit tests as part of make.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#109 - Check for malloc() NULL when registering option with command.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#108 - Correct header guard in Print.hpp.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: bug

#107 - Separate debug and error messages from each other.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#106 - Add unit tests for wacky (empty, too long) command/option/parameter descriptions.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#105 - Clide crashes if command description is too long.

Issue - State: closed - Opened by gbmhunter almost 11 years ago - 1 comment
Labels: bug

#103 - Fix tabbing issue with help text. Printed table columns to not align properly.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: bug

#102 - Modify port-specific code example in README to reflect new callback way of doing things.

Issue - State: closed - Opened by gbmhunter almost 11 years ago - 1 comment
Labels: bug

#101 - Make "filter by group" text in help command more explanatory.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#100 - Update title in README.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#99 - Change port-specific functions in Port.hpp/.cpp to callbacks.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#98 - Add callback for when the help command is called.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#97 - Change files to conform to new directory structure.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#96 - Fix issue with TravisCI not being able to download sub repo (make it HTML not SSL access).

Issue - State: closed - Opened by gbmhunter almost 11 years ago - 1 comment
Labels: enhancement

#95 - Add method callback support.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#94 - Rename all code files to match new format (i.e. get rid of "Clide" prefixes).

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#93 - Create unit test for string literal as input to Rx::Run().

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#92 - Add unit test for when command callback function is NULL.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#91 - Stop Clide from editing the rx buffer provided to Rx::Run(). This is bad practice!

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#90 - Do not call command callback function if NULL.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: bug

#89 - Fix "Command groups it belongs to" bug.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: bug

#88 - Make it easy to assign the automatically created command help to a command group.

Issue - State: open - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#87 - Remove hard-wired option array access in Comm::PrintHelp()

Issue - State: open - Opened by gbmhunter almost 11 years ago
Labels: bug

#86 - Add unit tests for help commands.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#85 - Add info about command grouping to README.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#84 - Add support for default command group.

Issue - State: closed - Opened by gbmhunter almost 11 years ago
Labels: enhancement

#83 - Remove #include <getopt.h> from Clide-Cmd.cpp

Issue - State: closed - Opened by gbmhunter almost 11 years ago - 1 comment
Labels: bug

#82 - Add dependency generation capability in Makefile.

Issue - State: closed - Opened by gbmhunter about 11 years ago - 1 comment
Labels: enhancement

#81 - Stop Clide printing so much info when Travis CI runs.

Issue - State: closed - Opened by gbmhunter over 11 years ago - 1 comment
Labels: enhancement

#80 - Add Travis CI to this repo.

Issue - State: closed - Opened by gbmhunter over 11 years ago - 1 comment
Labels: enhancement

#79 - Replace UnitTest++ With Sauron

Issue - State: closed - Opened by gbmhunter over 11 years ago - 1 comment
Labels: enhancement

#78 - Remove #include <getopt.h> From Clide-Port.cpp

Issue - State: closed - Opened by gbmhunter over 11 years ago
Labels: bug

#77 - Remove @brief From DebugPrint Fuction In Clide-Port.cpp

Issue - State: closed - Opened by gbmhunter over 11 years ago - 1 comment
Labels: enhancement

#76 - Add "debug" Keyword To Debug Print Macros Verbose And Error

Issue - State: closed - Opened by gbmhunter over 11 years ago - 1 comment
Labels: enhancement

#75 - Make Configuration Macros All Have The Same Formatting

Issue - State: closed - Opened by gbmhunter over 11 years ago
Labels: enhancement

#74 - Delete Details Comments In Clide-Config.hpp

Issue - State: closed - Opened by gbmhunter over 11 years ago - 1 comment
Labels: enhancement