Activity for Atlas

  • Brian Schack committed [a82c4c] on Code

    Test sets for navaid testing (navdata_0 at the moment).

  • Brian Schack committed [2b74e3] on Code

    Added more testing to navdata_0, specifically for the

  • Brian Schack committed [c8f6a9] on Code

    Added LOC_GS and LDA_GS to ILS::operator<<; added comparison

  • Brian Schack committed [9ddea1] on Code

    Formatting fixes.

  • Brian Schack committed [6e2a7f] on Code

    Initial revision of navdata-testing program.

  • Brian Schack committed [694e26] on Code

    Added accessors to a few more members.

  • Brian Schack committed [3721ff] on Code

    A bit of documentation and housekeeping.

  • Brian Schack committed [79c66c] on Code

    Accessed cullers directly, rather than through the

  • Brian Schack committed [db3675] on Code

    Oops - glideslopes *do* need to be added to the cullers -

  • Brian Schack committed [93a760] on Code

    A very big change, although given how much work it was, it

  • Brian Schack committed [23af16] on Code

    Removed commented-out line.

  • Brian Schack committed [765501] on Code

    Got rid of a few references to globals.

  • Brian Schack committed [728306] on Code

    Rather than getting markers from their ILSs (which could

  • Brian Schack committed [15914e] on Code

    Got rid of lastToken() - it's only used in Navaids.cxx, and I

  • Brian Schack committed [58a02c] on Code

    Added gmod() function and used it in normalizeHeading().

  • Brian Schack committed [b106f5] on Code

    Fixed bug in normalizeHeading - if result > max, I should

  • Brian Schack committed [56a08d] on Code

    Simple replacement of 'arp' (airport?) with 'file' in file

  • Brian Schack committed [eabe18] on Code

    Changed ILS representation of markers from a set to a simple array.

  • Brian Schack committed [f7cf37] on Code

    Lots of documentation changes; fixed bug in __NavaidLessThan

  • Brian Schack committed [139154] on Code

    Got rid of _searcher member variable - we don't need to store it.

  • Brian Schack committed [ea8fbb] on Code

    Cleaned up declarations a bit, reducing the number of

  • Brian Schack committed [0aaee5] on Code

    Removed unnecessary #include statements; cleaned things up;

  • Brian Schack committed [08b91c] on Code

    Removed __systems class variable from NavaidSystems, and

  • Brian Schack committed [0f6b1f] on Code

    Renamed ARP and RWY to Airport and Runway.

  • Brian Schack committed [df308e] on Code

    Moved airports code out of NavData.[ch]xx and into its own

  • Brian Schack committed [659d96] on Code

    Initial revision - moved out of NavData.[ch]xx

  • Brian Schack committed [f543f4] on Code

    Changed Waypoint id from a string to a fixed-length character

  • Brian Schack committed [05ebd5] on Code

    Lots of little changes: improved _findEnd; improved sorting

  • Brian Schack committed [3b9025] on Code

    Added airways_0 test program.

  • Brian Schack committed [ebe5b0] on Code

    Tests of airways - initial revision.

  • Brian Schack committed [5e2ddf] on Code

    Slight #include changes to accomodate movement of much code

  • Brian Schack committed [15c916] on Code

    Split into 3 files: ourselves, Navaids.[ch]xx, and Fixes.[ch]xx.

  • Brian Schack committed [fe7fbe] on Code

    Added newly created source files: Fixes.[ch]xx and Navaids.[ch]xx.

  • Brian Schack committed [8f1780] on Code

    Initial revision - take from NavData.[ch]xx.

  • Brian Schack committed [60d740] on Code

    Initial revision - moved from NavData.[ch]xx.

  • Brian Schack committed [a09931] on Code

    Changed Segment length calculation to a cartesian

  • Brian Schack committed [60ca2c] on Code

    Removed some unnecessary (and expensive) atlasGeodToCart calls.

  • Brian Schack committed [28cb68] on Code

    Fixed a bug that resulted in one airway segment being dropped

  • Brian Schack committed [119664] on Code

    Decided to keep a set of segment names (ie, all unique

  • Brian Schack committed [377b08] on Code

    Segments no longer maintain their own name string - they get

  • Brian Schack committed [baa723] on Code

    Mostly documentation changes, but also moved all the segment

  • Brian Schack committed [cfa562] on Code

    Moved some short one-line methods from .cxx to .hxx.

  • Brian Schack committed [390ec2] on Code

    Changed asString() to use a static string buffer rather than

  • Brian Schack committed [402119] on Code

    Removed a lot of debugging code (mostly moved to the tests

  • Brian Schack committed [7650a6] on Code

    Added file version and build variables to the Airways object.

  • Brian Schack committed [a75aa1] on Code

    Changed _findEnd() (and moved where it is declared) so that

  • Brian Schack committed [70fd23] on Code

    Moved the Segments::__segments class vector into the Airways object.

  • Brian Schack committed [57a7cf] on Code

    Created an Airways class to manage all the Airway objects.

  • Brian Schack committed [205186] on Code

    Fixed a bug - we forgot to add airways to the searcher -

  • Brian Schack committed [3b50f4] on Code

    Airways are now stored in a vector, rather than a set, and we

  • Brian Schack committed [d94f05] on Code

    Replaced the __segments set with a vector, and made

  • Brian Schack committed [ddea39] on Code

    Added a DirectedSegment class. This makes constructing

  • Brian Schack committed [0b89ba] on Code

    Replaced old airway generation code with new fantastically

  • Brian Schack committed [1a5256] on Code

    Changed airway building code to use Segment::DIR enumeration,

  • Brian Schack committed [a1c573] on Code

    Moved Preferences files to near the start of the files list

  • Brian Schack committed [f3a4b5] on Code

    Moved a bunch more stuff out of NavData.[ch]xx into

  • Brian Schack committed [cbd541] on Code

    Moved Airways stuff out of NavData.[ch]xx into new

  • Brian Schack committed [4b4fd9] on Code

    Moved from NavData.[ch]xx, to reduce the enormous size of

  • Brian Schack committed [06660c] on Code

    Added "(low)" and "(high)" to Airway::asString; many more

  • Brian Schack committed [659a07] on Code

    Added copyright boilerplate and documentation. Also added a

  • Brian Schack committed [de516b] on Code

    Made tmpCmp() static; documentation.

  • Brian Schack committed [77fbb0] on Code

    Rationalized optional compile flags a bit.

  • Brian Schack committed [f0c8e9] on Code

    Added searcher_3 to Makefile.am. Also deleted stuff we

  • Brian Schack committed [335cdf] on Code

    Initial revision - a test of whether Searcher is correct.

  • Brian Schack committed [2db840] on Code

    Added note about tests directory.

  • Brian Schack committed [5339d7] on Code

    Added documentation to Timer.hxx; a few changes to

  • Brian Schack committed [f74d4f] on Code

    Turns out I was using ulClock incorrectly - now I use

  • Brian Schack committed [94f0d6] on Code

    Removed noOfMatches - no longer needed.

  • Brian Schack committed [2ef53c] on Code

    Added tag V0.6.3 for changeset ced8f835bc2c

  • Brian Schack committed [ced8f8] on Code

    Updated for version V0.6.3.

  • Brian Schack committed [2ef53c] on Code

    Added tag V0.6.3 for changeset ced8f835bc2c

  • Brian Schack committed [ced8f8] on Code

    Updated for version V0.6.3.

  • Brian Schack committed [d56319] on Code

    Updated copyright dates.

  • Brian Schack committed [2ef53c] on Code

    Added tag V0.6.3 for changeset ced8f835bc2c

  • Brian Schack committed [ced8f8] on Code

    Updated for version V0.6.3.

  • Brian Schack committed [d56319] on Code

    Updated copyright dates.

  • Brian Schack committed [7bfd07] on Code

    Pulled from Stable

  • Brian Schack committed [aa4053] on Code

    Added tag V0.6.2 for changeset d0a2e973254d

  • Brian Schack committed [d0a2e9] on Code

    Added news for V0.6.2.

  • Brian Schack committed [4ca0d7] on Code

    Documentation changes.

  • Brian Schack committed [df64f0] on Code

    Changed a call to getMatches() to use time, rather than

  • Brian Schack committed [5ca38a] on Code

    Changed findMatches() search constraint from number of

  • Brian Schack committed [2ef53c] on Code

    Added tag V0.6.3 for changeset ced8f835bc2c

  • Brian Schack committed [ced8f8] on Code

    Updated for version V0.6.3.

  • Brian Schack committed [d56319] on Code

    Updated copyright dates.

  • Brian Schack committed [7bfd07] on Code

    Pulled from Stable

  • Brian Schack committed [aa4053] on Code

    Added tag V0.6.2 for changeset d0a2e973254d

  • Brian Schack committed [d0a2e9] on Code

    Added news for V0.6.2.

  • Brian Schack committed [4ca0d7] on Code

    Documentation changes.

  • Brian Schack committed [df64f0] on Code

    Changed a call to getMatches() to use time, rather than

  • Brian Schack committed [5ca38a] on Code

    Changed findMatches() search constraint from number of

  • Brian Schack committed [1e51e6] on Code

    Improved (?) documentation of ossify().

  • Brian Schack committed [21b8c8] on Code

    Added a test of changing the centre of interest in a search.

  • Brian Schack committed [fbacac] on Code

    Added flags for gcov use.

  • Brian Schack committed [2f7b56] on Code

    Removed unnecessary #includes.

  • Brian Schack committed [f88a5e] on Code

    Fixed bug where _matches was not resorted after the centre of

  • Brian Schack committed [91fc25] on Code

    Added check for strsep() (used by Tokenizer). Also added

  • Brian Schack committed [69dc7f] on Code

    Many changes - added searcher_2 and tokenizer stuff to

  • Brian Schack committed [2ef53c] on Code

    Added tag V0.6.3 for changeset ced8f835bc2c

  • Brian Schack committed [ced8f8] on Code

    Updated for version V0.6.3.

1 >